1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 12:28:02 +00:00

Add/update plugin readmes

Notice that translators need to translate the core plugin readme
This commit is contained in:
Jermolene
2014-08-07 15:49:52 +01:00
parent 017ba740e5
commit 3842657392
15 changed files with 54 additions and 7 deletions

View File

@@ -2,5 +2,6 @@
"title": "$:/plugins/tiddlywiki/browser-sniff",
"description": "Browser sniffing for TiddlyWiki",
"author": "JeremyRuston",
"core-version": ">=5.0.0"
"core-version": ">=5.0.0",
"list": "readme"
}

View File

@@ -1,5 +1,6 @@
{
"title": "$:/plugins/tiddlywiki/codemirror",
"description": "Codemirror plugin",
"author": "JeremyRuston"
"author": "JeremyRuston",
"list": "readme"
}

View File

@@ -1,4 +1,4 @@
title: $:/plugins/tiddlywiki/codemirror/instructions
title: $:/plugins/tiddlywiki/codemirror/readme
! Setting ~CodeMirror Content Types

View File

@@ -1,5 +1,6 @@
{
"title": "$:/plugins/tiddlywiki/github-fork-ribbon",
"description": "GitHub-style ribbon in pure CSS",
"author": "Simon Whitaker, adapted for TiddlyWiki by JeremyRuston"
"author": "Simon Whitaker, adapted for TiddlyWiki by JeremyRuston",
"list": "readme"
}

View File

@@ -2,5 +2,6 @@
"title": "$:/plugins/tiddlywiki/googleanalytics",
"description": "Google Analytics plugin for TiddlyWiki5",
"author": "JeremyRuston",
"core-version": ">=5.0.0"
"core-version": ">=5.0.0",
"list": "readme"
}

View File

@@ -1,5 +1,6 @@
{
"title": "$:/plugins/tiddlywiki/highlight",
"description": "Highlight.js plugin for TiddlyWiki5",
"author": "JoaoBolila"
"author": "JoaoBolila",
"list": "license"
}