| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-22 | add to "Academic publishing workflows" (#8742) | Vladimir Alexiev | |
| resolves #8696 | |||
| 2023-05-17 | doc/lua-filters: use full field name in example (#8857) | Matt Dodson | |
| Remove old `.c` alias that mimics the JSON representation: - Since 2.15ish, the lua structure no longer closely resembles that JSON representation - even if it did, introductory examples should be explicit. Using an undocumented alias creates ambiguity. | |||
| 2023-04-20 | doc/lua-filters.md: fix copy-and-paste error (#8798) | thron7 | |
| 2023-04-05 | doc/lua-filters.md: fix wrong anchor | Toni Dietze | |
| 2023-03-30 | doc/lua-filter.md: Fix typos. (#8734) | perro tuerto | |
| 2023-03-28 | Update documentation for org-mode | Christian Christiansen | |
| Add zero width space to the default values of pandoc-emphasis-pre and pandoc-emphasis-post. Zero width space was added to solve issue #8716. | |||
| 2023-03-20 | T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710) | Albert Krewinkel | |
| * T.P.Format: export `formatFromFilePaths` [API change] * Lua: add function `pandoc.format.from_path` * Update lua-filters.md * The old T.P.App.FormatHeuristics module has been removed. This is an alternative to #8693. | |||
| 2023-03-20 | lua-filters: auto-generate docs for `pandoc.system` module. | Albert Krewinkel | |
| 2023-03-20 | lua-filters: auto-generate docs for `pandoc.text` module. | Albert Krewinkel | |
| 2023-03-20 | Lua: load text module as `pandoc.text`. | Albert Krewinkel | |
| This only affects the name in the Lua-internal documentation. It is still possible to load the modules via `require 'text'`, although this is deprecated. | |||
| 2023-03-20 | lua-filters: Move docs from module `text` to `pandoc.text` | Albert Krewinkel | |
| The latter is easier to use and more consistent with the other modules. | |||
| 2023-03-20 | lua-filters.md: Generate docs for pandoc.utils | Albert Krewinkel | |
| The documentation in the Haskell sources has been updated. | |||
| 2023-03-19 | lua-filters.md: auto-generate docs for more modules | Albert Krewinkel | |
| 2023-03-19 | Lua: add info on when functions became available in pandoc | Albert Krewinkel | |
| 2023-03-19 | lua-filters.md: generate docs from Haskell for pandoc.structure | Albert Krewinkel | |
| 2023-03-19 | lua-filters.md: autogenerate parts of the Lua API docs | Albert Krewinkel | |
| 2023-03-18 | Lua: add pandoc.cli.repl function | Albert Krewinkel | |
| 2023-03-17 | pandoc-cli: add a Lua REPL | Albert Krewinkel | |
| 2023-03-15 | Add some notes on using NiX to develop pandoc. | John MacFarlane | |
| 2023-03-14 | Add doc/extras.md. | John MacFarlane | |
| This was in the website repo; now we'll keep it here and copy it over. | |||
| 2023-03-13 | doc/org.md: suggest use of `-s` to get metadata fields. | John MacFarlane | |
| See #8688. Obsoletes #8690. | |||
| 2023-03-10 | doc/lua-filters.md: improve docs for `pandoc.zip`. | Albert Krewinkel | |
| 2023-02-23 | Add note on converting from .doc format to FAQs. | John MacFarlane | |
| See #8654. | |||
| 2023-02-19 | doc/press.md: Add article on CiTO in J Cheminform by @egonw. | Albert Krewinkel | |
| 2023-02-18 | Doc: fix typo in run_json_filter | Morgan Willcock | |
| 2023-02-14 | Lua: add new function pandoc.system.cputime. | Albert Krewinkel | |
| The function returns the CPU time consumed by pandoc and can be used to benchmark Lua computations. | |||
| 2023-02-12 | docs/custom-readers.md: Update JSON parsing example | Albert Krewinkel | |
| The example now uses the built-in `pandoc.json` library to parse the API output. | |||
| 2023-02-11 | Lua: add module `pandoc.json` to handle JSON encoding | Albert Krewinkel | |
| Closes: #8605 | |||
| 2023-02-09 | Lua: add field `chunk_template` to WriterOptions objects [API change] | Albert Krewinkel | |
| The PathTemplate type exported from Text.Pandoc.Chunks is now an instance of the ToJSON and FromJSON classes. Closes: #8607 | |||
| 2023-02-07 | Fix typos | Martin Joerg | |
| 2023-01-28 | doc/lua-filters.md: document 'Figure' type and constructor | Albert Krewinkel | |
| 2023-01-23 | Fix typo | Carlos Scheidegger | |
| `#types-chunkeddoc` -> `#type-chunkeddoc` | |||
| 2023-01-20 | fix formatting of link in pandoc-server.md | James Scott-Brown | |
| 2023-01-18 | Lua: add function pandoc.format.extensions. | Albert Krewinkel | |
| This simplifies the creation of custom readers and writers that are based on built-in formats. | |||
| 2023-01-18 | doc/custom-reader.md: rewrite BytestringReader paragraph | Ilona Silverwood | |
| 2023-01-17 | Add FAQ on producing pdf/a. | John MacFarlane | |
| See #3215. | |||
| 2023-01-16 | Lua: Add function `pandoc.mediabag.write`. | Albert Krewinkel | |
| Allows to write the complete mediabag or just a specific file to a given directory. | |||
| 2023-01-15 | Lua: add module `pandoc.structure`. | Albert Krewinkel | |
| Adds support for table of contents and chunks handling. The function `make_sections` has been given a friendlier interface and was moved to the new module; the old `pandoc.utils.make_sections` has been deprecated. | |||
| 2023-01-14 | Remove Null constructor from docs | Albert Krewinkel | |
| 2023-01-12 | Replace `--epub-chapter-level` with `--split-level`. | John MacFarlane | |
| Rationale: we need this splitting level now not just in EPUB but in chunked HTML. `--epub-chapter-level` will still function as a deprecated synonynm. `epub-chapter-level` will also continue to work in defaults files, ande `epub_chapter_level` will still work for Lua marshalling. [API changes] Text.Pandoc.App.Opt: remove `optEpubChapterLevel`, add `optSplitLevel`. Text.Pandoc.Options: remove `writerEpubChapterLevel`, add `writerSplitLevel`. | |||
| 2023-01-11 | Updated some references to master -> main. | John MacFarlane | |
| 2023-01-10 | Add missing backtick in filters.md | R. N. West | |
| 2023-01-03 | Lua: add functions `pandoc.text.toencoding`, `pandoc.text.fromencoding`. | Albert Krewinkel | |
| Closes: #8512 | |||
| 2022-12-20 | Shared: use LineBreak as default block sep in blocksToInlines | Albert Krewinkel | |
| This change also affects the `pandoc.utils.blocks_to_inlines` Lua function. Closes: #8499 | |||
| 2022-12-16 | Lua: allow table structure as format spec. | Albert Krewinkel | |
| This allows to pass structured values as format specifiers to `pandoc.write` and `pandoc.read`. | |||
| 2022-12-12 | Lua: add pandoc.cli module | Albert Krewinkel | |
| Allow processing of CLI options in Lua. | |||
| 2022-12-07 | Fix a tiny typo in lua-filters.md | TomBen | |
| 2022-12-08 | Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATOR | Albert Krewinkel | |
| This Unicode char (U+2029) is intended as a semantic separator between paragraphs; it is cleaner and less intrusive than the pilcrow sign that we used before. This also changes the default `sep` value used in the `pandoc.utils.blocks_to_inlines` Lua function. | |||
| 2022-12-03 | doc/lua-filters.md: add documentation for pandoc.format | Albert Krewinkel | |
| 2022-11-16 | Update epub.md | Vladimir Alexiev | |
| minor typo s/above/about/ | |||
