mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Improve plugin metadata, and add a "name" field
The "name" is optional, but makes the library listing much clearer.
This commit is contained in:
parent
1dbab6fd0e
commit
bf9aeb5755
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/async",
|
||||
"description": "Wrapper for async.js by Caolan McMahon",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Async",
|
||||
"description": "async.js library",
|
||||
"author": "Caolan McMahon",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/aws",
|
||||
"description": "Tools for working with Amazon Web Services",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "AWS",
|
||||
"description": "Amazon Web Services extensions and tools",
|
||||
"list": "readme setup commands lambda"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/bibtex",
|
||||
"name": "BibTeX",
|
||||
"description": "BibTeX importer",
|
||||
"author": "Henrik Muehe and Mikola Lysenko, adapted by Jeremy Ruston",
|
||||
"plugin-type": "plugin",
|
||||
"author": "Henrik Muehe and Mikola Lysenko",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/blog",
|
||||
"description": "Tools for using TiddlyWiki to publish blogs",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Blog",
|
||||
"description": "Blog publishing tools",
|
||||
"list": "readme docs"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/browser-sniff",
|
||||
"description": "Browser sniffing",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Browser Sniff",
|
||||
"description": "Browser feature detection",
|
||||
"list": "readme usage"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/browser-storage",
|
||||
"description": "Browser-based local storage",
|
||||
"author": "Jeremy Ruston ",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Browser Storage",
|
||||
"description": "Local storage in the browser",
|
||||
"list": "readme settings"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/cecily",
|
||||
"name": "Cecily",
|
||||
"description": "Zoomable storyview (Cecily)",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/classictools",
|
||||
"description": "TiddlyWiki Classic manipulation tools",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Classic Tools",
|
||||
"description": "TiddlyWiki Classic tools",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-autocomplete",
|
||||
"description": "CodeMirror AddOn: Autocompletion",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Autocomplete",
|
||||
"description": "Autocompletion for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-closebrackets",
|
||||
"description": "CodeMirror AddOn: Close Brackets",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Close Brackets",
|
||||
"description": "Close brackets for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-closetag",
|
||||
"description": "CodeMirror AddOn: Auto-Close Tags",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Close Tag",
|
||||
"description": "Close tags automatically for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-fullscreen",
|
||||
"description": "CodeMirror AddOn: Fullscreen Editing",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Fullscreen",
|
||||
"description": "Fullscreen editing for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-keymap-emacs",
|
||||
"description": "CodeMirror Keymap: Emacs",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Keymap Emacs",
|
||||
"description": "Keymap compatible with Emacs for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-keymap-sublime-text",
|
||||
"description": "CodeMirror Keymap: Sublime Text",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Keymap Sublime Text",
|
||||
"description": "Keymap compatible with Sublime Text for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-keymap-vim",
|
||||
"description": "CodeMirror Keymap: Vim",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Keymap Vim",
|
||||
"description": "Keymap compatible with Vim for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-css",
|
||||
"description": "CodeMirror Mode: CSS Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode CSS",
|
||||
"description": "CSS highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-htmlembedded",
|
||||
"description": "CodeMirror Mode: Embedded-HTML Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode HTML Embedded",
|
||||
"description": "Embedded HTML highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-htmlmixed",
|
||||
"description": "CodeMirror Mode: HTML Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode HTML Mixed",
|
||||
"description": "HTML mixed highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-javascript",
|
||||
"description": "CodeMirror Mode: Javascript Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode JavaScript",
|
||||
"description": "JavaScript highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-markdown",
|
||||
"description": "CodeMirror Mode: Markdown Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode Markdown",
|
||||
"description": "Markdown highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki",
|
||||
"description": "CodeMirror Mode: Tiddlywiki Classic Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode TiddlyWiki Classic",
|
||||
"description": "Tiddlywiki Classic highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-mode-xml",
|
||||
"description": "CodeMirror Mode: XML Highlighting",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Mode XML",
|
||||
"description": "XML highlighting mode for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror-search-replace",
|
||||
"description": "CodeMirror AddOn: Search and Replace",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror Search and Replace",
|
||||
"description": "Search and replace for CodeMirror",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror",
|
||||
"description": "CodeMirror _Editor",
|
||||
"author": "JeremyRuston",
|
||||
"name": "CodeMirror",
|
||||
"description": "CodeMirror editor",
|
||||
"list": "readme usage keyboard license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/comments",
|
||||
"description": "Comments",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Comments",
|
||||
"description": "Threaded tiddler comments",
|
||||
"list": "readme config"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/d3",
|
||||
"description": "D3: data visualisation",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "D3",
|
||||
"description": "D3 data visualisation demo",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/dynaview",
|
||||
"name": "DynaView",
|
||||
"description": "Dynamic scrolling and zooming effects",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme docs examples config"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/evernote",
|
||||
"name": "Evernote",
|
||||
"description": "Evernote migration tools",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme docs"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/external-attachments",
|
||||
"description": "External attachment support for TiddlyDesktop et al.",
|
||||
"author": "Jeremy Ruston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "External Attachments",
|
||||
"description": "External attachments for TiddlyDesktop",
|
||||
"list": "readme settings"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/filesystem",
|
||||
"description": "Local filesystem syncadaptor",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Filesystem",
|
||||
"description": "Synchronise changes to the local filesystem",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/github-fork-ribbon",
|
||||
"description": "Corner ribbon",
|
||||
"name": "GitHub Fork Ribbon",
|
||||
"description": "GitHub-inspired corner ribbon",
|
||||
"author": "Simon Whitaker, adapted for TiddlyWiki by JeremyRuston",
|
||||
"list": "readme usage"
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/googleanalytics",
|
||||
"description": "Google Analytics: website statistics",
|
||||
"author": "JeremyRuston",
|
||||
"name": "Google Analytics",
|
||||
"description": "Website visitor statistics from Google",
|
||||
"contributor": "Sylvain Comte",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme settings usage"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/hammerjs",
|
||||
"description": "HammerJS library by Jorik Tangelder (Eight Media)",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "HammerJS",
|
||||
"description": "HammerJS touch gesture library",
|
||||
"author": "Jorik Tangelder (Eight Media)",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/help",
|
||||
"description": "Help panel for TiddlyWiki",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Help",
|
||||
"description": "Floating help panel",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/highlight",
|
||||
"description": "Highlight.js: syntax highlighting",
|
||||
"author": "JoaoBolila",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Highlight",
|
||||
"description": "Highlight.js syntax highlighting",
|
||||
"author": "Joao Bolila",
|
||||
"list": "readme usage howto license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/innerwiki",
|
||||
"description": "Innerwiki: programmable screenshots",
|
||||
"author": "Jeremy Ruston",
|
||||
"plugin-type": "plugin",
|
||||
"name": "Innerwiki",
|
||||
"description": "Innerwikis for screenshots and hacking",
|
||||
"list": "readme docs examples"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/internals",
|
||||
"name": "Internals",
|
||||
"description": "Tools for exploring the internals of TiddlyWiki",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/jasmine",
|
||||
"description": "Jasmine: testing framework",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Jasmine",
|
||||
"description": "Jasmine testing framework",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/jszip",
|
||||
"description": "Wrapper for JSZip by Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "JSZip",
|
||||
"description": "JSZip library",
|
||||
"author": "Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/katex",
|
||||
"description": "KaTeX: mathematical typography",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "KaTeX",
|
||||
"description": "KaTeX library for mathematical typography",
|
||||
"list": "readme usage",
|
||||
"library-version": "v0.10.2"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/markdown",
|
||||
"description": "Markdown parser",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Markdown",
|
||||
"description": "Markdown parser based on markdown-js",
|
||||
"list": "readme usage"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/mobiledragdrop",
|
||||
"name": "Mobile Drag Drop",
|
||||
"description": "Mobile drag and drop shim",
|
||||
"author": "Tim Ruffles, adapted by Jeremy Ruston ",
|
||||
"core-version": ">=5.0.0",
|
||||
"author": "Tim Ruffles",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/nodewebkitsaver",
|
||||
"description": "NW.js saver",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "nw.js Saver",
|
||||
"description": "Saver for nw.js",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/pluginlibrary",
|
||||
"name": "Plugin Library",
|
||||
"description": "Plugin library builder",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/powered-by-tiddlywiki",
|
||||
"description": "Powered by TiddlyWiki Banner",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Powered By TiddlyWiki",
|
||||
"description": "Powered by TiddlyWiki banner",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/qrcode",
|
||||
"name": "QR Code",
|
||||
"description": "QR Code generator",
|
||||
"author": "Zeno Zeng, adapted by Jeremy Ruston",
|
||||
"plugin-type": "plugin",
|
||||
"author": "Zeno Zeng",
|
||||
"list": "readme usage examples license"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/railroad",
|
||||
"name": "Railroad",
|
||||
"description": "Railroad diagram generator",
|
||||
"author": "AstridElocson",
|
||||
"plugin-type": "plugin",
|
||||
"author": "Astrid Elocson",
|
||||
"list": "readme usage syntax example"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/savetrail",
|
||||
"description": "Auto-download modified tiddlers",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Save Trail",
|
||||
"description": "Automatically download modified tiddlers",
|
||||
"list": "readme settings"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/sax",
|
||||
"description": "Wrapper for sax.js library by Isaac Z. Schlueter",
|
||||
"name": "sax js",
|
||||
"description": "sax.js library",
|
||||
"author": "Isaac Z. Schlueter",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/stacked-view",
|
||||
"name": "Stacked View",
|
||||
"description": "Stacked card storyview",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/tahoelafs",
|
||||
"name": "TahoeLAFS",
|
||||
"description": "Tahoe-LAFS saver",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/text-slicer",
|
||||
"name": "Text Slicer",
|
||||
"description": "Tools for slicing text into tiddlers",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme docs"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/tiddlyweb",
|
||||
"description": "TiddlyWeb and TiddlySpace components",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "TiddlyWeb",
|
||||
"description": "Sync changes to TW5 server or TiddlyWeb server",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/translators",
|
||||
"name": "Translators",
|
||||
"description": "Translation editing tools",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/tw2parser",
|
||||
"name": "TW2 Parser",
|
||||
"description": "TiddlyWiki Classic parser",
|
||||
"authors": "JeremyRuston, JeffreyWilkinson",
|
||||
"core-version": ">=5.0.15",
|
||||
"author": "Jeffrey Wilkinson",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/tw5.com-docs",
|
||||
"name": "TW5.com Docs",
|
||||
"description": "Documentation from tiddlywiki.com",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": ""
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/twitter",
|
||||
"description": "Twitter for TiddlyWiki",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "Twitter",
|
||||
"description": "Twitter embedding tools",
|
||||
"list": "readme usage"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/upgrade",
|
||||
"name": "Upgrade",
|
||||
"description": "Upgrade system for TiddlyWiki versions",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/xlsx-utils",
|
||||
"name": "XLSX Utils",
|
||||
"description": "XLSX spreadsheet utilities",
|
||||
"author": "Jeremy Ruston and SheetJS",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme controls license"
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/xmldom",
|
||||
"description": "Wrapper for xmldom",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"name": "xmldom",
|
||||
"description": "xmldom library",
|
||||
"list": "readme license"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user