1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00
TiddlyWiki5/plugins/tiddlywiki/markdown-legacy
Leilei332 eaf8558595
Update PageControls buttons to use v5.3.2 syntax (#8579)
* Let PageControls buttons use v5.3.2 syntax

* Rewrite buttons and actions

* Omit whitespace & use function to avoid duplicating

* Omit whitespace in conditional syntax
* Define tf.get-tags function to avoid duplicated text substitution
* Rewrite advanced search button

* Add space in join operator

* Rewrite buttons in plugins

* Remove tf prefix in new-journal.tid

* Remove tf prefix in new-tiddler.tid
2024-09-10 12:00:13 +01:00
..
editor-operations Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
EditorToolbar Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
files Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
images Parameterise core icons (#7413) 2023-05-06 12:08:46 +01:00
KeyboardShortcuts Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_breaks.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_linkify.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_linkNewWindow.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_quotes.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_renderWikiText.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_renderWikiTextPragma.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config_typographer.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
config.multids Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
docs_type_markdown.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
new-markdown.tid Update PageControls buttons to use v5.3.2 syntax (#8579) 2024-09-10 12:00:13 +01:00
plugin.info Add plugin stability badges (#8198) 2024-05-21 11:22:39 +01:00
readme.tid More rename Jermolene/TiddlyWiki5 to TiddlyWiki/TiddlyWiki5 2024-07-25 17:44:52 +01:00
usage.tid Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
wrapper.js Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00

title: $:/plugins/tiddlywiki/markdown-legacy/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/TiddlyWiki/TiddlyWiki5/blob/master/plugins/tiddlywiki/markdown-legacy]]