Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1001 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 1001 Bytes

deal-next

The successor to deal.

Goal

The previous version was written in vanilla JS and consisted of a web server as well as a few web pages. This version is (currently) purely client-based, using Svelte for better performance and simplicity, avoiding the boilerplate common with other JS frameworks.

The other main distinguishing factor is the use of pure markdown instead of pug as the main slide creation language to mimic a plaintext appearance instead of code.

Features Overview and Roadmap

Checked boxes mark temporarily completed features

  • Editor (currently just a code editor, rich text editor is considered)
  • Live markdown preview
  • Code highlighting
  • LaTeX support
  • Import (.deal only)
  • Export (.deal and on Chrome, .pdf)
  • Present function
  • Help screen
  • Settings screen (aspect ratio)
  • Theming (structure done but need to implement UI)
  • Keybindings
  • Document custom commands in Renderer.ts

Documentation

WIP