Add "full" edition for testing plugins

This commit is contained in:
Jermolene 2015-03-10 10:49:44 +00:00
parent 42499ea6ff
commit bd175504f8
4 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,6 @@
created: 20131127215321439
modified: 20140912135951542
title: $:/DefaultTiddlers
type: text/vnd.tiddlywiki
HelloThere

View File

@ -0,0 +1,12 @@
title: HelloThere
The "full" edition of TiddlyWiki consists of all the available languages, themes and plugins for TiddlyWiki.
It is intended for use in testing TiddlyWiki - in particular, for switching between all the available language plugins.
{{$:/language/ControlPanel/Basics/Language/Prompt}}: {{$:/snippets/minilanguageswitcher}}
---
{{$:/core/ui/ControlPanel/Plugins/Installed}}

View File

@ -0,0 +1,52 @@
{
"description": "Full edition, containing all languages, themes and plugins",
"plugins": [
"tiddlywiki/browser-sniff",
"tiddlywiki/cecily",
"tiddlywiki/classictools",
"tiddlywiki/codemirror",
"tiddlywiki/d3",
"tiddlywiki/github-fork-ribbon",
"tiddlywiki/googleanalytics",
"tiddlywiki/help",
"tiddlywiki/highlight",
"tiddlywiki/katex",
"tiddlywiki/markdown",
"tiddlywiki/nodewebkitsaver",
"tiddlywiki/railroad",
"tiddlywiki/stacked-view"
],
"languages": [
"cs-CZ",
"da-DK",
"de-AT",
"de-DE",
"el-GR",
"en-GB",
"en-US",
"es-ES",
"fr-FR",
"hi-IN",
"ia-IA",
"it-IT",
"ja-JP",
"nl-NL",
"pa-IN",
"pt-PT",
"ru-RU",
"zh-Hans",
"zh-Hant"
],
"themes": [
"tiddlywiki/centralised",
"tiddlywiki/readonly",
"tiddlywiki/seamless",
"tiddlywiki/snowwhite",
"tiddlywiki/starlight",
"tiddlywiki/vanilla"
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","index.html","text/plain"]
}
}

View File

@ -0,0 +1,11 @@
created: 20150310103210459
modified: 20150310103210459
tags: Editions
title: Full Edition
type: text/vnd.tiddlywiki
The "full" edition of TiddlyWiki consists of all the available languages, themes and plugins for TiddlyWiki. It is intended for use in testing TiddlyWiki - in particular, for switching between all the available language plugins.
The full edition can be downloaded from:
http://tiddlywiki.com/editions/full/index.html