summaryrefslogtreecommitdiff
path: root/Pancake/Printing.hs
AgeCommit message (Collapse)Author
2018-01-01Update copyright yearsdefanor
2017-12-25Provide absolute URIs for pancake.eldefanor
2017-12-01Add missing documentation annotationsdefanor
2017-11-28Introduce initial image supportdefanor
Pancake reports saved files to Emacs, Emacs inserts them into appropriate positions if they are images; `pancake-load-images' just sends "save" commands for all the images. `pancake-display-hook' was added as well, so that image loading can be requested automatically, among other things. There is a few things to improve: currently the images don't get sliced, there's no caching or parallelization, and no tracking of explicitly requested images.
2017-11-28Prepend license notices to source filesdefanor
2017-11-26Distinguish image denotations from those for linksdefanor
Some kind of image support can be introduced in the future, and it's not quite correct to present images as links.
2017-11-21Restore ^{} for superscripts and similar text bits in Emacsdefanor
Superscripts and subscripts, as they were rendered, shorten lines in GUI Emacs, breaking tables if those contained subscripts or superscripts. In terminal Emacs, they were just indistinguishable from regular text. And there was a minor hack for these. Mostly undoing that (for strikethrough as well), though leaving slight raising.
2017-11-08Denote headingsdefanor
2017-11-07Let Emacs to render subscripts, superscripts, strikethroughdefanor
That is, add `Styled` constructors for those.
2017-11-06Lint the codedefanor
2017-11-05Introduce denotations, buttonize links in emacsdefanor
Styled elements now can be denoted, so that the emacs interface can buttonize links, while it is still easy to ignore the semantics and just render those elements. The emacs interface is more mouse- and TAB-friendly now.
2017-11-05Provide current URI to pancake-modedefanor
And add a command for displaying and copying it.
2017-11-05Split into modulesdefanor