- GUI popup on file import:
- at least allow to set
-f,-t,--track-changesand--extract-mediapandoc options. - e.g. importing a html file should probably use
pandoc -t gfm-raw_htmlby default.
- at least allow to set
- Preview:
- respect
css,tocmetadata fields
- respect
- Editor:
- expand
Formatmenu - spell check
- improve find/replace
- expand
- expand things that can be controlled from the
settings.yamlfile (possibly add a Settings/Preferences window to add that file):- set a CodeMirror editor theme css
- edit the default CSS and YAML files
- choose
pandocexecutable (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:
- add page-break syntax
- Variable substitution in body
- read out
typemetadata and if it references a css file, put the path into thecssmetadata variable
- Unify PanWriter custom document type and pandoc template concepts?
- Rename
typemetadata key todoctype?