Age | Commit message (Expand) | Author | Files | Lines |
2017-12-01 | List.lua: add missing fixes as discussed in #4099 | Albert Krewinkel | 1 | -1/+1 |
2017-11-28 | Add basic lua List module (#4099) | Albert Krewinkel | 1 | -5/+23 |
2017-11-11 | Add lua filter functions to walk inline and block elements. | John MacFarlane | 1 | -1/+21 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -9/+9 |
2017-10-05 | Use hslua v0.9.0 | Albert Krewinkel | 1 | -12/+1 |
2017-10-03 | pandoc.lua: use wrapper funciton for pipe command | Albert Krewinkel | 1 | -1/+1 |
2017-10-03 | Lua.PandocModule: promote addFunction to top level | Albert Krewinkel | 1 | -14/+10 |
2017-10-01 | Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess. | John MacFarlane | 1 | -0/+17 |
2017-10-01 | Lua: move sha1 from pandoc.mediabag to pandoc. | John MacFarlane | 1 | -1/+3 |
2017-09-30 | Lua: use sha1 instead of hashname. | John MacFarlane | 1 | -13/+5 |
2017-09-30 | Lua: make fetch return mime type first and then content. | John MacFarlane | 1 | -1/+1 |
2017-09-30 | Lua: simply mediabag module. | John MacFarlane | 1 | -15/+31 |
2017-09-30 | Lua: make lua.mediabag.fetch return filename and mime type. | John MacFarlane | 1 | -0/+4 |
2017-09-30 | Lua filters: make sure whole CommonState is passed through... | John MacFarlane | 1 | -9/+14 |
2017-09-30 | Removed writerSourceURL, add source URL to common state. | John MacFarlane | 1 | -4/+2 |
2017-09-30 | Text.Pandoc.Lua: add mediabag submodule | Albert Krewinkel | 1 | -14/+111 |
2017-08-13 | Delete Text.Pandoc.Lua.SharedInstances | Albert Krewinkel | 1 | -11/+11 |
2017-08-13 | Use hslua >= 0.7, update Lua code | Albert Krewinkel | 1 | -12/+12 |
2017-08-11 | Added support for translations (localization) (see #3559). | John MacFarlane | 1 | -3/+3 |
2017-06-29 | Added parameter for user data directory to runLuaFilter. | John MacFarlane | 1 | -5/+5 |
2017-06-24 | Readers.getReader, Writers.getWriter API change. | John MacFarlane | 1 | -2/+3 |
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -2/+3 |
2017-06-03 | Improve code style in lua and org modules | Albert Krewinkel | 1 | -14/+12 |
2017-04-26 | Lua module: provide simple `read` format parser | Albert Krewinkel | 1 | -67/+18 |
2017-04-02 | Lua module: add readers submodule | Albert Krewinkel | 1 | -2/+72 |
2017-03-24 | Ensure compatibility with hslua 0.5.* | Albert Krewinkel | 1 | -2/+3 |
2017-03-20 | Lua filters (#3514) | Albert Krewinkel | 1 | -0/+47 |