aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
AgeCommit message (Expand)Author
2024-12-07Ensure that `--sandbox` affects `--embed-resources`.John MacFarlane
2024-12-07T.P.App.OutputSettings: add `sandbox'` function.John MacFarlane
2024-09-03Text.Pandoc.Format: change formatFromFilePaths...John MacFarlane
2024-05-10Collect transforms in new module T.P.Transforms. [API change]Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-17T.P.App: Move "transforms" after filters.John MacFarlane
2023-06-27Use toTextM instead of toText when possible.John MacFarlane
2023-03-20T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)Albert Krewinkel
2023-01-21Fix use of extensions with custom readers.John MacFarlane
2023-01-11Add ChunkedHTML writer.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-20T.P.Scripting: Refactor the scripting engine.John MacFarlane
2022-12-14T.P.App: cleanup code, extract internal functionsAlbert Krewinkel
2022-12-14T.P.App: unify check for standalone outputAlbert Krewinkel
2022-11-02Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)John MacFarlane
2022-10-19Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-12Lua: support extensions in custom readers.Albert Krewinkel
2022-10-10Lua: use `Reader` type for custom readers.Albert Krewinkel
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-09-30App: move initial input-to-Pandoc code to internal submoduleAlbert Krewinkel
2022-09-30[API Change] Parameterize `convertWithOpts` over scripting engine.Albert Krewinkel
2022-09-30[API Change] Filter: Parameterize `applyFilters` over scripting engine.Albert Krewinkel
2022-09-30[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.Albert Krewinkel
2022-09-29Remove deprecated option `--strip-empty-paragraphs`.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-09-20Text.Pandoc.App: export `IpynbOutput(..)`.John MacFarlane
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-08-13App: Remove unneeded MonadIO constraints in readSources.John MacFarlane
2022-08-13Factor out convertWithOpts' from convertWithOpts.John MacFarlane
2022-07-28Populate mediabag after filters have run. (#8114)Albert Krewinkel
2022-06-14add `--embed-resources` flag (#8121)Elliot Bobrow
2022-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-02-18Change `--metadata-file` parsing...John MacFarlane
2022-02-13Ensure that you don't get PDF output to terminal.John MacFarlane
2022-01-21Search for metadata files in $DATADIR/metadata (#7851)Even Brenden
2022-01-03Don't read sources until in/out format are verified.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]Albert Krewinkel
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-09-08App: Issue NotUTF8Encoded warning when falling back to latin1.John MacFarlane
2021-08-28Add `--sandbox` option.John MacFarlane
2021-08-28Docx writer: handle SVG images.John MacFarlane
2021-08-24Comment out unused module.John MacFarlane
2021-08-24Reorganize App to make it easier to limit IO in main loop.John MacFarlane
2021-08-24T.P.App.OutputSettings: Generalize some types...John MacFarlane
2021-08-22App: Move output-file writing out of PandocMonad action.John MacFarlane