| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-26 | Finshed API guide. Closes #3289. | John MacFarlane | |
| 2017-10-26 | More API documentation. | John MacFarlane | |
| 2017-10-26 | More work on using-the-pandoc-api.md. | John MacFarlane | |
| 2017-10-25 | More work on using-the-pandoc-api.md. | John MacFarlane | |
| 2017-10-24 | Small improvements in using-the-pandoc-api.md. | John MacFarlane | |
| 2017-10-24 | More progress on using-the-pandoc-api.md. | John MacFarlane | |
| 2017-10-24 | Some work on using-the-pandoc-api.md. | John MacFarlane | |
| 2017-10-05 | pandoc.lua: throw better error when pipe command fails | Albert Krewinkel | |
| A table containing the error code, command, and command output is thrown instead of just a string error message. | |||
| 2017-10-04 | lua-filters.md: fix link to module documentation | Albert Krewinkel | |
| 2017-10-03 | Added abc.lua example to lua-filters documentation. | John MacFarlane | |
| Also fixed docs for `pipe`. | |||
| 2017-10-01 | Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess. | John MacFarlane | |
| This is hard to do in lua, so it's helpful to provide this. | |||
| 2017-10-01 | Lua: move sha1 from pandoc.mediabag to pandoc. | John MacFarlane | |
| 2017-09-30 | Lua: use sha1 instead of hashname. | John MacFarlane | |
| Better to leave control over the extension to the user. | |||
| 2017-09-30 | Lua: make fetch return mime type first and then content. | John MacFarlane | |
| 2017-09-30 | Lua: simply mediabag module. | John MacFarlane | |
| Now 'fetch' simply fetches content and mime type. A new 'hashname' function is provided to get a filename based on the sha1 hash of the contents and the mime type. | |||
| 2017-09-30 | Lua: make lua.mediabag.fetch return filename and mime type. | John MacFarlane | |
| This is necessary because you may need to insert the filename into an image or link element. | |||
| 2017-09-30 | Merge pull request #3945 from tarleb/lua-mediabag | John MacFarlane | |
| Lua mediabag module | |||
| 2017-09-30 | Provide make target to update lua module docs (#3946) | Albert Krewinkel | |
| The pandoc module documentation in doc/lua-filters.md was automatically generated from `data/pandoc.lua`. A make target is provided which uses a lua filter to update the documentation. | |||
| 2017-09-30 | doc/lua-filters.md: document mediabag submodule | Albert Krewinkel | |
| 2017-09-26 | Lua filters: set global FORMAT instead of args. | John MacFarlane | |
| This changes the type of runLuaFilter. | |||
| 2017-09-24 | Document possible return values of lua filter functions | Albert Krewinkel | |
| This is mostly copy'n'pasted from the pandocfilters documentation. | |||
| 2017-09-16 | Adjusted headings in using-the-pandoc-api.md. | John MacFarlane | |
| 2017-09-16 | Removed customizing-pandoc.md from doc/, added filters.md. | John MacFarlane | |
| filters.md is essentially the scripting tutorial from the webiste. | |||
| 2017-09-16 | Moved ldoc.ltp from doc to tools. | John MacFarlane | |
| doc should be reserved for actual documents, I think. @tarleb - will this cause a problem? | |||
| 2017-08-31 | lua-filters.md: append docs for pandoc's lua module | Albert Krewinkel | |
| The documentation was generated from `data/pandoc.lua` using the following command: ldoc -l doc -d /tmp data/pandoc.lua; pandoc -t markdown --columns=65 \ --atx-headers /tmp/index.html >> \ doc/lua-filters.md | |||
| 2017-08-31 | Add ldoc template for lua module documentation | Albert Krewinkel | |
| The template can be used instead of the default template by calling ldoc with the `-l doc` option, where *doc* is the directory of the template. | |||
| 2017-08-30 | Document fallback functions in lua filters | Albert Krewinkel | |
| 2017-08-21 | Added introduction and lightly edited rest of lua-filters document. | John MacFarlane | |
| See #3608. | |||
| 2017-08-21 | doc/lua-filter.md: Add metadata variable replacment example | Albert Krewinkel | |
| 2017-08-21 | lua-filters.md: update docs and mention implicit filters | Albert Krewinkel | |
| 2017-08-14 | Added example of setting date with lua filter. | John MacFarlane | |
| 2017-06-28 | Added link-table example to doc/lua-filters.md. | John MacFarlane | |
| 2017-04-30 | Document lua filters | Albert Krewinkel | |
| 2017-02-01 | Added skeletons for docs on customizing pandoc and using pandoc API. | John MacFarlane | |
| See #3289 and #3288. | |||
