mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 13:30:55 -08:00
* Add a settings page for markdown plugin * Add link to $:/config/markdown/renderWikiText * Place "Quotes replacement" settings after "Typographer" * Add link to plugin itself & remove transclusion in config tab The transclusion to $:/plugins/tiddlywiki/markdown/settings in config tab is removed to avoid confusion * Add settings tab in plugin info
7 lines
210 B
Text
Executable file
7 lines
210 B
Text
Executable file
{
|
|
"title": "$:/plugins/tiddlywiki/markdown",
|
|
"name": "Markdown",
|
|
"description": "Markdown parser based on markdown-it",
|
|
"list": "readme config settings syntax license",
|
|
"stability": "STABILITY_2_STABLE"
|
|
}
|