summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-08-14 23:40:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-08-14 23:40:14 -0700
commit9d12fcb0c7f7944d2f092228c22ccfa4f5bfe099 (patch)
tree454966246d4078c5b51a74ad1fa83554d4fd081c /server
parent5ae98d4e08d362f6857dbec6734ef6edb47cbc63 (diff)
Server: TODO comments.
Diffstat (limited to 'server')
-rw-r--r--server/PandocServer.hs18
1 files changed, 18 insertions, 0 deletions
diff --git a/server/PandocServer.hs b/server/PandocServer.hs
index 607e16d58..bf2746ad5 100644
--- a/server/PandocServer.hs
+++ b/server/PandocServer.hs
@@ -129,6 +129,24 @@ instance Default Params where
, referenceLocation = Nothing
, preferAscii = Nothing
}
+ -- TODO:
+ -- [ ] add files to common state
+ -- shiftHeadingLevelBy
+ -- metadata
+ -- selfContained
+ -- embedResources
+ -- epubCoverImage
+ -- stripEmptyParagraphs
+ -- titlePrefix
+ -- css
+ -- ipynbOutput
+ -- includeBeforeBody
+ -- includeAfterBody
+ -- includeInHeader
+ -- eol
+ -- csl
+ -- bibliography
+ -- citationAbbreviations
-- Automatically derive code to convert to/from JSON.
$(deriveJSON defaultOptions ''Params)