aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/Opt.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Change JSON encodings of some types.John MacFarlane1-15/+14
2021-10-27Switch back from HsYAML to yaml.John MacFarlane1-160/+136
2021-08-28Add `--sandbox` option.John MacFarlane1-0/+4
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-1/+1
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane1-1/+2
2021-03-06Allow `--resource-path` to accumulate.John MacFarlane1-1/+2
2021-03-05Allow `${.}` in defaults files paths...John MacFarlane1-2/+11
2021-03-05Implement environment variable interpolation in defaults files.John MacFarlane1-6/+111
2021-03-05Add fields for CSL optinos to Opt.John MacFarlane1-48/+20
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2021-01-05Implement defaults file inheritance (#6924)David Martschenko1-7/+129
2020-11-15Remove redundant bracket in App.OptAlbert Krewinkel1-1/+1
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero1-1/+7
2020-10-29Allow citation-abbreviations in defaults file.John MacFarlane1-0/+5
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+5
2020-06-29Handle errors in yamlToMetaNikolay Yakimov1-8/+8
2020-06-29Unify defaults and markdown metadata parsersNikolay Yakimov1-14/+15
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet1-0/+5
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+2
2020-01-31Support 'bibliography' and 'csl' fields in defaults file.John MacFarlane1-1/+41
2019-12-22Ensure that later default file values for `variable` replace earlier ones.John MacFarlane1-1/+3
2019-11-17Reverted the behavior change with `--title-prefix`.John MacFarlane1-1/+2
2019-11-14Default files: Allow leaving input-files blank again.John MacFarlane1-3/+4
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane1-6/+7
2019-11-13Default files: combine with prior values when appropriate.John MacFarlane1-21/+45
2019-11-13Use `atx-headers` rather than `setext-headers` in defaults file...John MacFarlane1-2/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-25/+23
2019-11-06Allow singular input-file in defaults file.John MacFarlane1-0/+4
2019-11-01`--defaults` improvements.John MacFarlane1-88/+113
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-1/+2
2019-10-11Allow output-file to be null in --defaults.John MacFarlane1-1/+1
2019-10-10Improve parsing of --defaults.John MacFarlane1-11/+234
2019-10-09T.P.App.Opt: rename optReader, optWriter as optFrom, optTo.John MacFarlane1-4/+4
2019-10-09Initial implementation of --defaults option.John MacFarlane1-1/+1
2019-10-09T.P.App.Opt: Changed optMetadata to Meta, to allow structured values.John MacFarlane1-3/+4
2019-10-09Change optVariables from [(String, String)] to Context Text.John MacFarlane1-2/+4
2019-10-08Use th to derive json instance for LineEnding.John MacFarlane1-16/+4
2019-10-07Text.Pandoc.Options: change To/FromJSON instances for...John MacFarlane1-1/+3
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane1-14/+0
2019-10-07Use typeMismatch.John MacFarlane1-1/+2
2019-10-06T.P.App.Opt: custom FromJSON instance for LineEnding.John MacFarlane1-8/+17
2019-10-06Opt: Change optHighlightStyle to a Maybe String instead of Maybe Style.John MacFarlane1-3/+2
2019-10-06Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt.John MacFarlane1-2/+0
2019-10-06Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy...John MacFarlane1-2/+2
2019-10-06Text.Pandoc.App.Opt: more convenient To/FromJSON instances.John MacFarlane1-5/+9
2019-09-10Add --shift-heading-level-by option.John MacFarlane1-0/+2
2019-08-24Change optMetadataFile type from Maybe to List (#5702)Owen McGrath1-2/+2
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0