mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-18 21:01:30 +00:00
Initial Commit
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"plugin-priority": "0",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -40,6 +40,15 @@ $:/config/Plugins/Disabled/$(currentTiddler)$
|
||||
<div class="tc-plugin-info-chunk tc-plugin-info-description">
|
||||
<h1>
|
||||
''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field="description"><$view field="title"/></$view> $disabledMessage$
|
||||
<%if [<currentTiddler>get[stability]match[STABILITY_0_DEPRECATED]] %>
|
||||
<span class="tc-plugin-info-stability tc-plugin-info-stability-deprecated">DEPRECATED</span>
|
||||
<%elseif [<currentTiddler>get[stability]match[STABILITY_1_EXPERIMENTAL]] %>
|
||||
<span class="tc-plugin-info-stability tc-plugin-info-stability-experimental">EXPERIMENTAL</span>
|
||||
<%elseif [<currentTiddler>get[stability]match[STABILITY_2_STABLE]] %>
|
||||
<span class="tc-plugin-info-stability tc-plugin-info-stability-stable">STABLE</span>
|
||||
<%elseif [<currentTiddler>get[stability]match[STABILITY_3_LEGACY]] %>
|
||||
<span class="tc-plugin-info-stability tc-plugin-info-stability-legacy">LEGACY</span>
|
||||
<%endif%>
|
||||
</h1>
|
||||
<h2>
|
||||
<$view field="title"/>
|
||||
|
||||
@@ -4,7 +4,7 @@ tags: [[Releases]]
|
||||
title: TiddlyWiki5 Versioning
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Each release of TiddlyWiki5 is identified by a version number that complies with the [[Semantic Versioning 2.0.0|http://semver.org/]] standard.
|
||||
Each release of TiddlyWiki5 is identified by a version number that complies with a variant of [[Semantic Versioning 2.0.0|http://semver.org/]] standard.
|
||||
|
||||
! TiddlyWiki Core Version
|
||||
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Async",
|
||||
"description": "async.js library",
|
||||
"author": "Caolan McMahon",
|
||||
"list": "readme license"
|
||||
"list": "readme license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "AWS",
|
||||
"description": "Amazon Web Services extensions and tools",
|
||||
"list": "readme setup commands lambda",
|
||||
"dependents": ["$:/plugins/tiddlywiki/async","$:/plugins/tiddlywiki/jszip"]
|
||||
"dependents": ["$:/plugins/tiddlywiki/async","$:/plugins/tiddlywiki/jszip"],
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "BibTeX",
|
||||
"description": "BibTeX importer",
|
||||
"author": "Henrik Muehe and Mikola Lysenko",
|
||||
"list": "readme license"
|
||||
"list": "readme license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/blog",
|
||||
"name": "Blog",
|
||||
"description": "Blog publishing tools",
|
||||
"list": "readme docs"
|
||||
"list": "readme docs",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/browser-sniff",
|
||||
"name": "Browser Sniff",
|
||||
"description": "Browser feature detection",
|
||||
"list": "readme usage"
|
||||
"list": "readme usage",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/browser-storage",
|
||||
"name": "Browser Storage",
|
||||
"description": "Local storage in the browser",
|
||||
"list": "readme settings"
|
||||
"list": "readme settings",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/cecily",
|
||||
"name": "Cecily",
|
||||
"description": "Zoomable storyview (Cecily)",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/classictools",
|
||||
"name": "Classic Tools",
|
||||
"description": "TiddlyWiki Classic tools",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"description": "Autocompletion for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-css"],
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Close Brackets",
|
||||
"description": "Close brackets for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Close Tag",
|
||||
"description": "Close tags automatically for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Fullscreen",
|
||||
"description": "Fullscreen editing for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Keymap Emacs",
|
||||
"description": "Keymap compatible with Emacs for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"description": "Keymap compatible with Sublime Text for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-search-replace","$:/plugins/tiddlywiki/codemirror-closebrackets"],
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"description": "Keymap compatible with Vim for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-search-replace","$:/plugins/tiddlywiki/codemirror-closebrackets"],
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Mode CSS",
|
||||
"description": "CSS highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"description": "Embedded HTML highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-htmlmixed","$:/plugins/tiddlywiki/codemirror-mode-javascript","$:/plugins/tiddlywiki/codemirror-mode-css","$:/plugins/tiddlywiki/codemirror-mode-xml"],
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"description": "HTML mixed highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-xml","$:/plugins/tiddlywiki/codemirror-mode-javascript","$:/plugins/tiddlywiki/codemirror-mode-css"],
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Mode JavaScript",
|
||||
"description": "JavaScript highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"description": "Markdown highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-xml"],
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Mode TiddlyWiki Classic",
|
||||
"description": "Tiddlywiki Classic highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Mode XML",
|
||||
"description": "XML highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Search and Replace",
|
||||
"description": "Search and replace for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Show Trailing Space",
|
||||
"description": "Show trailing space in CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/codemirror",
|
||||
"name": "CodeMirror",
|
||||
"description": "CodeMirror editor",
|
||||
"list": "readme usage keyboard license"
|
||||
"list": "readme usage keyboard license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/comments",
|
||||
"name": "Comments",
|
||||
"description": "Threaded tiddler comments",
|
||||
"list": "readme config"
|
||||
"list": "readme config",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/confetti",
|
||||
"name": "Confetti",
|
||||
"description": "Animated confetti effect",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_1_EXPERIMENTAL"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/consent-banner",
|
||||
"name": "Consent Banner",
|
||||
"description": "Consent banner for GDPR etc",
|
||||
"list": "readme docs youtube config"
|
||||
"list": "readme docs youtube config",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/d3",
|
||||
"name": "D3",
|
||||
"description": "D3 data visualisation demo",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme examples",
|
||||
"dependents": ["$:/plugins/tiddlywiki/dynaview"]
|
||||
"dependents": ["$:/plugins/tiddlywiki/dynaview"],
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/dynaview",
|
||||
"name": "Dynaview",
|
||||
"description": "Dynamic scrolling and zooming effects",
|
||||
"list": "readme docs examples config"
|
||||
"list": "readme docs examples config",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/evernote",
|
||||
"name": "Evernote",
|
||||
"description": "Evernote migration tools",
|
||||
"list": "readme docs"
|
||||
"list": "readme docs",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/external-attachments",
|
||||
"name": "External Attachments",
|
||||
"description": "External attachments for TiddlyDesktop",
|
||||
"list": "readme settings"
|
||||
"list": "readme settings",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/filesystem",
|
||||
"name": "Filesystem",
|
||||
"description": "Synchronize changes from the node.js server to the local filesystem",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/freelinks",
|
||||
"name": "Freelinks",
|
||||
"description": "Freelinking of tiddler titles",
|
||||
"list": "readme settings"
|
||||
"list": "readme settings",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "GitHub Fork Ribbon",
|
||||
"description": "GitHub-inspired corner ribbon",
|
||||
"author": "Simon Whitaker",
|
||||
"list": "readme usage"
|
||||
"list": "readme usage",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Google Analytics",
|
||||
"description": "Website visitor statistics from Google",
|
||||
"contributor": "Sylvain Comte",
|
||||
"list": "readme settings usage"
|
||||
"list": "readme settings usage",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "HammerJS",
|
||||
"description": "HammerJS touch gesture library",
|
||||
"author": "Jorik Tangelder (Eight Media)",
|
||||
"list": "readme license"
|
||||
"list": "readme license",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/help",
|
||||
"name": "Help",
|
||||
"description": "Floating help panel",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Highlight (Legacy)",
|
||||
"description": "Highlight.js syntax highlighting for legacy browsers",
|
||||
"author": "Joao Bolila",
|
||||
"list": "readme usage license"
|
||||
"list": "readme usage license",
|
||||
"stability": "STABILITY_3_LEGACY"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Highlight",
|
||||
"description": "Highlight.js syntax highlighting",
|
||||
"author": "Joao Bolila",
|
||||
"list": "readme usage license"
|
||||
"list": "readme usage license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/innerwiki",
|
||||
"name": "Innerwiki",
|
||||
"description": "Innerwikis for screenshots and hacking",
|
||||
"list": "readme docs examples"
|
||||
"list": "readme docs examples",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/internals",
|
||||
"name": "Internals",
|
||||
"description": "Tools for exploring the internals of TiddlyWiki",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/jasmine",
|
||||
"name": "Jasmine",
|
||||
"description": "Jasmine testing framework",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "JSZip",
|
||||
"description": "JSZip library",
|
||||
"author": "Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso",
|
||||
"list": "readme docs examples license"
|
||||
"list": "readme docs examples license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "KaTeX",
|
||||
"description": "KaTeX library for mathematical typography",
|
||||
"list": "readme usage config",
|
||||
"library-version": "v0.15.3"
|
||||
"library-version": "v0.15.3",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/markdown-legacy",
|
||||
"name": "Markdown (Legacy)",
|
||||
"description": "Markdown parser based on remarkable by Jon Schlinkert and remarkable-katex by Brad Howes",
|
||||
"list": "readme usage remarkable-license remarkable-katex-license"
|
||||
"list": "readme usage remarkable-license remarkable-katex-license",
|
||||
"stability": "STABILITY_3_LEGACY"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/markdown",
|
||||
"name": "Markdown",
|
||||
"description": "Markdown parser based on markdown-it",
|
||||
"list": "readme config syntax license"
|
||||
"list": "readme config syntax license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/menubar",
|
||||
"name": "Menu Bar",
|
||||
"description": "Menu Bar",
|
||||
"list": "readme config"
|
||||
"list": "readme config",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Mobile Drag Drop",
|
||||
"description": "Mobile drag and drop shim",
|
||||
"author": "Tim Ruffles",
|
||||
"list": "readme license"
|
||||
"list": "readme license",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/nodewebkitsaver",
|
||||
"name": "nw.js Saver",
|
||||
"description": "Saver for nw.js",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/pluginlibrary",
|
||||
"name": "Plugin Library",
|
||||
"description": "Plugin library builder",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/powered-by-tiddlywiki",
|
||||
"name": "Powered By TiddlyWiki",
|
||||
"description": "Powered by TiddlyWiki banner",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_3_LEGACY"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "QR Code",
|
||||
"description": "QR Code generator",
|
||||
"author": "Zeno Zeng",
|
||||
"list": "readme docs examples license"
|
||||
"list": "readme docs examples license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Railroad",
|
||||
"description": "Railroad diagram generator",
|
||||
"author": "Astrid Elocson",
|
||||
"list": "readme usage syntax example"
|
||||
"list": "readme usage syntax example",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/savetrail",
|
||||
"name": "Save Trail",
|
||||
"description": "Automatically download modified tiddlers",
|
||||
"list": "readme settings"
|
||||
"list": "readme settings",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "sax js",
|
||||
"description": "sax.js library",
|
||||
"author": "Isaac Z. Schlueter",
|
||||
"list": "readme license"
|
||||
"list": "readme license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/share",
|
||||
"name": "Share",
|
||||
"description": "Sharing tiddlers via URLs",
|
||||
"list": "readme wizard settings"
|
||||
"list": "readme wizard settings",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/stacked-view",
|
||||
"name": "Stacked View",
|
||||
"description": "Stacked card storyview",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_1_EXPERIMENTAL"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/tahoelafs",
|
||||
"name": "TahoeLAFS",
|
||||
"description": "Tahoe-LAFS saver",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_0_DEPRECATED"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Text Slicer",
|
||||
"description": "Tools for slicing text into tiddlers",
|
||||
"list": "readme docs",
|
||||
"dependents": ["$:/plugins/tiddlywiki/sax"]
|
||||
"dependents": ["$:/plugins/tiddlywiki/sax"],
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "TiddlyWeb",
|
||||
"description": "Sync changes from the browser to TW5 (node.js) or TiddlyWeb server",
|
||||
"list": "readme",
|
||||
"plugin-priority": 10
|
||||
"plugin-priority": 10,
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Tour",
|
||||
"description": "A tour of TiddlyWiki",
|
||||
"list": "readme docs settings",
|
||||
"dependents": ["$:/plugins/tiddlywiki/confetti","$:/plugins/tiddlywiki/dynannotate"]
|
||||
"dependents": ["$:/plugins/tiddlywiki/confetti","$:/plugins/tiddlywiki/dynannotate"],
|
||||
"stability": "STABILITY_1_EXPERIMENTAL"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/translators",
|
||||
"name": "Translators",
|
||||
"description": "Translation editing tools",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "TW2 Parser",
|
||||
"description": "TiddlyWiki Classic parser",
|
||||
"author": "Jeffrey Wilkinson",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/tw5.com-docs",
|
||||
"name": "TW5.com Docs",
|
||||
"description": "Documentation from tiddlywiki.com",
|
||||
"list": ""
|
||||
"list": "",
|
||||
"stability": "STABILITY_1_EXPERIMENTAL"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/twitter-archivist",
|
||||
"name": "Twitter Archivist",
|
||||
"description": "Twitter archiving tools",
|
||||
"list": "readme usage spec todo"
|
||||
"list": "readme usage spec todo",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/twitter",
|
||||
"name": "Twitter",
|
||||
"description": "Twitter embedding tools",
|
||||
"list": "readme usage"
|
||||
"list": "readme usage",
|
||||
"stability": "STABILITY_3_LEGACY"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/upgrade",
|
||||
"name": "Upgrade",
|
||||
"description": "Upgrade system for TiddlyWiki versions",
|
||||
"list": "readme"
|
||||
"list": "readme",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "XLSX Utils",
|
||||
"description": "XLSX spreadsheet utilities",
|
||||
"list": "readme controls license",
|
||||
"dependents": ["$:/plugins/tiddlywiki/jszip"]
|
||||
"dependents": ["$:/plugins/tiddlywiki/jszip"],
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/xmldom",
|
||||
"name": "xmldom",
|
||||
"description": "xmldom library",
|
||||
"list": "readme license"
|
||||
"list": "readme license",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
@@ -2592,6 +2592,34 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk > svg {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk .tc-plugin-info-stability {
|
||||
padding: 3px;
|
||||
font-size: 0.6em;
|
||||
border-radius: 4px;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk .tc-plugin-info-stability-stable {
|
||||
border: 1px solid green;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk .tc-plugin-info-stability-experimental {
|
||||
border: 1px solid orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk .tc-plugin-info-stability-deprecated {
|
||||
border: 1px solid red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk .tc-plugin-info-stability-legacy {
|
||||
border: 1px solid blue;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.tc-plugin-info-chunk.tc-plugin-info-buttons {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.2;
|
||||
|
||||
Reference in New Issue
Block a user