- Preview:
- respect
css
,toc
metadata fields
- respect
- Editor:
- expand
Format
menu - spell check
- improve find/replace
- expand
- 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:
- add page-break syntax
- Variable substitution in body
- read out
type
metadata and if it references a css file, put the path into thecss
metadata variable
- 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 todoctype
?