mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 15:21:22 +00:00
Improve plugin readmes
Now every plugin has a short, introductory readme tiddler that is shown in the online plugin library.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
"title": "$:/plugins/tiddlywiki/codemirror",
|
||||
"description": "CodeMirror: text editor",
|
||||
"author": "JeremyRuston",
|
||||
"list": "readme"
|
||||
"list": "readme usage"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
title: $:/plugins/tiddlywiki/codemirror/readme
|
||||
|
||||
The CodeMirror plugin brings many features:
|
||||
|
||||
* Code colouring for many languages (see [[the official documentation here|http://codemirror.net/mode/index.html]])
|
||||
* Auto closing brackets and tags
|
||||
* Folding brackets, comments, and tags
|
||||
* Auto-completion
|
||||
title: $:/plugins/tiddlywiki/codemirror/usage
|
||||
|
||||
! Setting ~CodeMirror Content Types
|
||||
|
||||
Reference in New Issue
Block a user