Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.08 KB

TODO.md

File metadata and controls

19 lines (18 loc) · 1.08 KB

TODOs

  • Preview:
    • respect css, toc metadata fields
  • Editor:
    • expand Format menu
    • spell check
    • improve find/replace
  • expand things that can be controlled from the settings.yaml file (possibly add a Settings/Preferences window to add that file):
    • set a CodeMirror editor theme css
    • edit the default CSS and YAML files
    • choose pandoc executable (probably with file-open dialog, which we can use for app sandboxing with security-scoped bookmarks)
  • Write pandoc lua filter that does some PanWriter-specific transformations:
  • GUI popup on file import: at least allow to set -f, -t, --track-changes and --extract-media pandoc options.
  • Unify PanWriter custom document type and pandoc template concepts?
  • Rename type metadata key to doctype?