mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
a1d9464011
* Add optional KaTeX support to the tiddlywiki/markdown plugin. Uses the remarkable-katex plugin 1.1.8 by Brad Howes to enable KaTeX support if the tiddlywiki/katex plugin is installed. Fixes #2984. TESTED: Created a test wiki with: ``` $ node tiddlywiki.js test --init markdowndemo $ node tiddlywiki.js test --listen ``` * Verified markdown support works without the tiddlywiki/katex plugin enabled. * Verified markdown support works with the tiddlywiki/katex plugin enabled. * Verified KaTeX (both inline and blocks) work as expected when the tiddlywiki/katex plugin is enabled. * Mention remarkable-katex plugin usage in the readme Tiddler. * Include the remarkable-katex license as a tiddler. * Include the Remarkable license. * Include unminified original source of remarkable-katex 1.1.8. |
||
---|---|---|
.. | ||
EditorToolbar | ||
files | ||
images | ||
config_breaks.tid | ||
config_linkify.tid | ||
config_linkNewWindow.tid | ||
config_quotes.tid | ||
config_renderWikiText.tid | ||
config_renderWikiTextPragma.tid | ||
config_typographer.tid | ||
docs_type_markdown.tid | ||
new-markdown.tid | ||
plugin.info | ||
readme.tid | ||
usage.tid | ||
wrapper.js |
title: $:/plugins/tiddlywiki/markdown/readme This is a TiddlyWiki plugin for parsing Markdown text, using the [[Remarkable|https://github.com/jonschlinkert/remarkable]] library. If the KaTeX TiddlyWiki plugin is installed, KaTeX support is enabled using the [[remarkable-katex|https://github.com/bradhowes/remarkable-katex]] Remarkable plugin. It is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js. [[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/markdown]]