1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-20 14:45:59 +00:00
TiddlyWiki5/plugins/tiddlywiki/markdown
Simon Huber d8fd2f75d6 Two missing whitespace trims for PageControls (#4296)
* add whitespace trim to help button

* add whitespace trim to new markdown button

* Update help.tid
2019-10-07 18:50:30 +01:00
..
EditorToolbar Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
files Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
images Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
dialect.tid Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
docs_type_markdown.tid Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
new-markdown.tid Two missing whitespace trims for PageControls (#4296) 2019-10-07 18:50:30 +01:00
plugin.info Improve plugin metadata, and add a "name" field 2019-09-19 13:04:10 +01:00
readme.tid Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
usage.tid Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
wrapper.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00

title: $:/plugins/tiddlywiki/markdown/readme

This is a TiddlyWiki plugin for parsing Markdown text, based on the [[markdown-js|https://github.com/evilstreak/markdown-js]] project from Dominic Baggott. 

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]]