Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.17 KB

File metadata and controls

21 lines (20 loc) · 1.17 KB

TODOs

  • GUI popup on file import:
    • at least allow to set -f, -t, --track-changes and --extract-media pandoc options.
    • e.g. importing a html file should probably use pandoc -t gfm-raw_html by default.
  • 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:
  • Unify PanWriter custom document type and pandoc template concepts?
  • Rename type metadata key to doctype?