summaryrefslogtreecommitdiff
path: root/Pancake.hs
AgeCommit message (Expand)Author
2018-02-21Use Redland bindings instead of rdf4hdefanor
2018-01-23Add initial RDF supportdefanor
2018-01-01Update copyright yearsdefanor
2017-12-28Lint Pancake.hsdefanor
2017-12-27Handle absolute ddg-encumbered linksdefanor
2017-12-27Add URI-based input completiondefanor
2017-12-26Use Haskelinedefanor
2017-12-26Add the 'Pancake' type aliasdefanor
2017-12-24Fix a typodefanor
2017-12-22Partially delegate line wrapping to Emacsdefanor
2017-12-22Refine documentation annotations and function namesdefanor
2017-12-22Use a list of elements instead of enumerationdefanor
2017-12-22Use enumeration instead of breadcrumbs for position trackingdefanor
2017-12-21Retain position on redisplay, reload, etcdefanor
2017-12-19Enable a user to specify a configuration filedefanor
2017-12-18Read first command from command-line optionsdefanor
2017-12-15Add the "redisplay" commanddefanor
2017-12-14Add the "set width" commanddefanor
2017-12-13Add uncluttering/XSLT supportdefanor
2017-12-12Use dynamic program name in the --help messagedefanor
2017-11-28Use [ and ] instead of b and f for history navigationdefanor
2017-11-28Introduce initial image supportdefanor
2017-11-28Prepend license notices to source filesdefanor
2017-11-26Add file savingdefanor
2017-11-24Make div indentation optionaldefanor
2017-11-23Allow user-defined digits and radices for reference numberingdefanor
2017-11-16Handle SIGINT during getLinedefanor
2017-11-15Handle the --help optiondefanor
2017-11-14Fix shortcut query escapingdefanor
2017-11-13Handle the --version optiondefanor
2017-11-09pancake.el: prompt for input on RETdefanor
2017-11-06Lint the codedefanor
2017-11-06Fix an error messagedefanor
2017-11-05Update the help messagedefanor
2017-11-05Provide current URI to pancake-modedefanor
2017-11-05Read metadatadefanor
2017-11-05Allow to set document types explicitlydefanor
2017-11-05Use Parsec for command parsingdefanor
2017-11-05Split into modulesdefanor
2017-11-04Report utf-8 decoding failures, fall back to latin1defanor
2017-11-03Escape newline characters in embedded modedefanor
2017-11-02Quit on EOFdefanor
2017-11-02Fix: remove `init`defanor
2017-11-02Prefix headersdefanor
2017-11-02Colorize horizontal rulesdefanor
2017-11-02Shorten image reference textsdefanor
2017-11-02Calculate relative table column widthsdefanor
2017-11-02Mark only first blocks of list itemsdefanor
2017-11-01Use terminfo instead of colorful-monoidsdefanor
2017-11-01Don't rely on INSIDE_EMACSdefanor