mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-11 04:19:56 +00:00
3434884ea4
* 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
8 lines
210 B
Plaintext
Executable File
8 lines
210 B
Plaintext
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"
|
|
}
|