aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/PandocModule.hs
AgeCommit message (Expand)AuthorFilesLines
2017-10-05Use hslua v0.9.0Albert Krewinkel1-12/+1
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel1-1/+1
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel1-14/+10
2017-10-01Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane1-0/+17
2017-10-01Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane1-1/+3
2017-09-30Lua: use sha1 instead of hashname.John MacFarlane1-13/+5
2017-09-30Lua: make fetch return mime type first and then content.John MacFarlane1-1/+1
2017-09-30Lua: simply mediabag module.John MacFarlane1-15/+31
2017-09-30Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane1-0/+4
2017-09-30Lua filters: make sure whole CommonState is passed through...John MacFarlane1-9/+14
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-4/+2
2017-09-30Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel1-14/+111
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel1-11/+11
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel1-12/+12
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-3/+3
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane1-5/+5
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane1-2/+3
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+3
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel1-14/+12
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel1-67/+18
2017-04-02Lua module: add readers submoduleAlbert Krewinkel1-2/+72
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel1-2/+3
2017-03-20Lua filters (#3514)Albert Krewinkel1-0/+47