aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)AuthorFilesLines
2018-02-24Lua: register script name in global variableAlbert Krewinkel1-1/+7
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel3-3/+29
2018-01-23Lua: move getTag from StackInstances to UtilAlbert Krewinkel2-13/+17
2018-01-19hlint code improvements.John MacFarlane2-2/+0
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane1-5/+5
2018-01-15Merge pull request #4227 from tarleb/lua-run-json-filterJohn MacFarlane2-4/+28
2018-01-13Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel2-4/+28
2018-01-12Lua filters: improve error messagesAlbert Krewinkel3-15/+34
2018-01-12Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel1-2/+48
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel1-0/+3
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel1-0/+4
2018-01-05Update copyright notices to include 2018Albert Krewinkel7-18/+18
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel1-6/+6
2018-01-04Use hslua utils where possibleAlbert Krewinkel4-33/+16
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane1-1/+4
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel2-2/+1
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel2-8/+39
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel2-2/+14
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel1-1/+9
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel1-6/+35
2017-12-22Lua.Util: avoid altering the stack if peeking failsAlbert Krewinkel1-4/+12
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel3-8/+52
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel3-74/+112
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel3-33/+32
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel2-31/+77
2017-12-18Lua filters: perform minor code clean-upAlbert Krewinkel2-11/+8
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel1-0/+79
2017-12-10Lua filters: fix package loading for Lua 5.1Albert Krewinkel1-1/+4
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel1-3/+4
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel3-33/+148
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel1-7/+5
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel1-1/+1
2017-11-28Add basic lua List module (#4099)Albert Krewinkel1-5/+23
2017-11-11Functor instance to fix ghc 7.8 warning.John MacFarlane1-1/+1
2017-11-11Add lua filter functions to walk inline and block elements.John MacFarlane2-1/+189
2017-10-27hlint suggestions.John MacFarlane1-10/+10
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane3-16/+17
2017-10-26update years in copyrightKolen Cheung1-1/+1
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