1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Add plugins to TOC on tw5.com

This commit is contained in:
Jermolene 2014-09-22 10:41:34 +01:00
parent 3a43de2272
commit f81b0a6fa9
7 changed files with 51 additions and 1 deletions

View File

@ -0,0 +1,7 @@
title: CodeMirror Plugin
modified: 20140922074322741
tags: Plugins
The CodeMirror plugin adds a sophisticated web-based editor to TiddlyWiki.
See http://tiddlywiki.com/plugins/tiddlywiki/codemirror/

View File

@ -0,0 +1,7 @@
title: D3 Plugin
modified: 20140922074322741
tags: Plugins
The D3 plugin integrates the D3 visualisation library with TiddlyWiki.
See http://tiddlywiki.com/plugins/tiddlywiki/d3/

View File

@ -0,0 +1,7 @@
title: Highlight Plugin
modified: 20140922074322741
tags: Plugins
The Highlight plugin provides the ability to apply syntax colouring to text.
See http://tiddlywiki.com/plugins/tiddlywiki/highlight/

View File

@ -0,0 +1,7 @@
title: KaTeX Plugin
modified: 20140922074322741
tags: Plugins
This plugin adds the ability to display mathematical notation written in ~LaTeX.
See http://tiddlywiki.com/plugins/tiddlywiki/katex/

View File

@ -0,0 +1,7 @@
title: Markdown Plugin
modified: 20140922074322741
tags: Plugins
The Markdown plugin enables you to use tiddlers that are written in standard Markdown markup.
See http://tiddlywiki.com/plugins/tiddlywiki/markdown/

View File

@ -1,9 +1,17 @@
created: 20140910215514237 created: 20140910215514237
modified: 20140910215514237 modified: 20140910215514237
tags: Concepts tags: Concepts TableOfContents
title: Plugins title: Plugins
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
! Available Plugins
The following plugins are distributed on tiddlywiki.com as part of the main TiddlyWiki distribution.
<list-links "[tag[Plugins]]">>
! What is a plugin?
A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki. A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki.
The tiddlers within a plugin appear as ShadowTiddlers. The tiddlers within a plugin appear as ShadowTiddlers.

View File

@ -0,0 +1,7 @@
title: TW2Parser Plugin
modified: 20140922074322741
tags: Plugins
This experimental plugin adds the ability to display WikiText written for the original Classic version of TiddlyWiki.
See http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/