Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)"

This reverts commit 7436fc7374.
This commit is contained in:
Jermolene 2017-06-24 17:48:32 +01:00
parent a4989f5c4d
commit 534f5e7c13
74 changed files with 1 additions and 74 deletions

View File

@ -1,4 +1,3 @@
title: $:/plugins/tiddlywiki/async/readme
type: text/vnd.tiddlywiki
This plugin packages [[async.js|https://github.com/caolan/async]] for use by other plugins. It does not provide any end-user visible features.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/bibtex/readme
type: text/vnd.tiddlywiki
The BibTeX plugin provides a deserializer that can convert bibliographic entries in `.bib` files into individual tiddlers.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/blog/docs
type: text/vnd.tiddlywiki
Until there's more documentation, see an example of the use of this plugin here:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/blog/readme
type: text/vnd.tiddlywiki
This plugin contains tools to help publish blogs:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/browser-sniff/readme
type: text/vnd.tiddlywiki
This plugin adds a number of `$:/info/` tiddlers containing information about the current browser.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/browser-sniff/usage
type: text/vnd.tiddlywiki
! Information Tiddlers

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/cecily/readme
type: text/vnd.tiddlywiki
This experimental plugin provides a new story visualisation that displays individual tiddlers as resizable tiles on an infinite canvas.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/classictools/readme
type: text/vnd.tiddlywiki
This plugin provides facilities for working with TiddlyWiki Classic. It is used in the build process for TiddlyWiki Classic.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/codemirror/readme
type: text/vnd.tiddlywiki
This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. It provides several advantages over the default browser text editor:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/codemirror/usage
type: text/vnd.tiddlywiki
! Setting ~CodeMirror Content Types

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/d3/readme
type: text/vnd.tiddlywiki
The D3 plugin is a proof-of-concept demo of integration with the D3.js data visualisation framework (http://d3js.org).

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/evernote/docs
type: text/vnd.tiddlywiki
! Introduction

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/evernote/readme
type: text/vnd.tiddlywiki
This plugin contains tool to assist migration of content from Evernote ENEX files.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/filesystem/readme
type: text/vnd.tiddlywiki
The filesystem plugin is used under Node.js to synchronise tiddler changes back to the file system. It is inert when used in the browser.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/github-fork-ribbon/readme
type: text/vnd.tiddlywiki
This plugin provides a diagonal ribbon across the corner of the window. It resembles the design used by ~GitHub for their "Fork me on ~GitHub" ribbons.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/github-fork-ribbon/usage
type: text/vnd.tiddlywiki
```
<!-- TOP RIGHT RIBBON: START COPYING HERE -->

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/googleanalytics/readme
type: text/vnd.tiddlywiki
This plugin enables you to use Google Analytics to track access to your online TiddlyWiki document. Based upon the [[official Google code|https://developers.google.com/analytics/devguides/collection/analyticsjs]].

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/googleanalytics/settings
type: text/vnd.tiddlywiki
You have only two value to set, only first is mandatory:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/googleanalytics/usage
type: text/vnd.tiddlywiki
!! Create a Google Analytics account

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/help/readme
type: text/vnd.tiddlywiki
This plugin provides an overlay help panel at the bottom right of the window.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/highlight/readme
type: text/vnd.tiddlywiki
This plugin provides syntax highlighting of code blocks using v8.8.0 of [[highlight.js|https://github.com/isagalaev/highlight.js]] from Ivan Sagalaev.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/highlight/usage
type: text/vnd.tiddlywiki
! Usage

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/internals/readme
type: text/vnd.tiddlywiki
This plugin adds features to help explore the internals of TiddlyWiki:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/jasmine/readme
type: text/vnd.tiddlywiki
This plugin provides a framework for running tests in the browser and under Node.js. It is based on [[Jasmine|http://pivotal.github.io/jasmine/]] test framework.

View File

@ -1,4 +1,3 @@
title: $:/plugins/tiddlywiki/jszip/readme
type: text/vnd.tiddlywiki
This plugin packages [[JSZip|https://stuk.github.io/jszip/]] for use by other plugins. It does not provide any end-user visible features.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/katex/readme
type: text/vnd.tiddlywiki
This is a TiddlyWiki plugin for mathematical typesetting based on [[KaTeX from Khan Academy|http://khan.github.io/KaTeX/]].

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/katex/usage
type: text/vnd.tiddlywiki
The usual way to include ~LaTeX is to use `$$`. For example:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/markdown/readme
type: text/vnd.tiddlywiki
This is a TiddlyWiki plugin for parsing Markdown text, based on the [[markdown-js|https://github.com/evilstreak/markdown-js]] project from Dominic Baggott.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/markdown/usage
type: text/vnd.tiddlywiki
! Markdown Dialects

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/mobiledragdrop/readme
type: text/vnd.tiddlywiki
This plugin provides a "shim" that enables HTML 5 compatible drag and drop operations on mobile browsers, including iOS and Android. The shim was created by Tim Ruffles and is published at https://github.com/timruffles/ios-html5-drag-drop-shim.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/nodewebkitsaver/readme
type: text/vnd.tiddlywiki
This plugin provides a ''saver'' module for saving changes when using TiddlyWiki directly under NW.js (previously known as node-webkit).

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/pluginlibrary/readme
type: text/vnd.tiddlywiki
This plugin is used behind the scenes by TiddlyWiki to build the plugin library.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/powered-by-tiddlywiki/readme
type: text/vnd.tiddlywiki
This plugin adds a "Powered by ~TiddlyWiki" banner that links back to http://tiddlywiki.com

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/qrcode/MakeContactQR
type: text/vnd.tiddlywiki
tags: $:/tags/MakeQR
caption: Contact

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/qrcode/MakeGenericQR
type: text/vnd.tiddlywiki
tags: $:/tags/MakeQR
caption: Generic

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/qrcode/MakeWifiQR
type: text/vnd.tiddlywiki
tags: $:/tags/MakeQR
caption: Wifi

View File

@ -1,4 +1,3 @@
title: $:/plugins/tiddlywiki/qrcode/examples
type: text/vnd.tiddlywiki
<<tabs "[all[shadows+tiddlers]tag[$:/tags/MakeQR]!has[draft.of]]" "$:/plugins/tiddlywiki/qrcode/MakeGenericQR">>

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/qrcode/readme
type: text/vnd.tiddlywiki
The QR code plugin provides a macro that enables any text to be rendered as a [[QR code|https://en.wikipedia.org/wiki/QR_code]]. QR codes are a type of 2-dimensional bar code that encodes arbitrary data: text, numbers, links. QR code readers are available or built-in for smartphones, making them a convenient means to transfer information between devices

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/qrcode/usage
type: text/vnd.tiddlywiki
! `makeqr` Macro

View File

@ -2,7 +2,6 @@ created: 20150102165032410
modified: 20150120090735000
tags:
title: $:/plugins/tiddlywiki/railroad/example
type: text/vnd.tiddlywiki
Notation:

View File

@ -1,7 +1,6 @@
created: 20150102163222184
modified: 20150119231005000
title: $:/plugins/tiddlywiki/railroad/readme
type: text/vnd.tiddlywiki
This plugin provides a `<$railroad>` widget for generating railroad diagrams as SVG images.

View File

@ -1,7 +1,6 @@
created: 20150103184022184
modified: 20150119220342000
title: $:/plugins/tiddlywiki/railroad/syntax
type: text/vnd.tiddlywiki
The railroad widget uses a special notation to construct the components defined below.

View File

@ -1,7 +1,6 @@
created: 20150102163222184
modified: 20150119231005000
title: $:/plugins/tiddlywiki/railroad/usage
type: text/vnd.tiddlywiki
The content of the `<$railroad>` widget is ignored.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/savetrail/readme
type: text/vnd.tiddlywiki
This plugin causes TiddlyWiki to continuously download (as a JSON file) the contents of any tiddler that is manually changed by any of several means:

View File

@ -1,5 +1,5 @@
title: $:/plugins/tiddlywiki/savetrail/settings
type: text/vnd.tiddlywiki
<$checkbox tiddler="$:/config/SaveTrailPlugin/enable" field="text" checked="yes" unchecked="no"> Enable automatic saving of modified tiddlers</$checkbox>

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/stacked-view/readme
type: text/vnd.tiddlywiki
This plugin provides a new story visualisation that displays individual tiddlers as a stack of cards. It is currently experimental and incomplete.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/tahoelafs/readme
type: text/vnd.tiddlywiki
This plugin provides a ''saver'' module for saving changes under the [[Tahoe Least Authority File System|https://tahoe-lafs.org/]].

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/text-slicer/docs
type: text/vnd.tiddlywiki
! Introduction

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/text-slicer/readme
type: text/vnd.tiddlywiki
//''This plugin is under active development, and is subject to change in the future''. It is currently only intended for advanced users. The tools are in the early stages of development, and likely to need some customisation to do what you need.//

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/tiddlyweb/readme
type: text/vnd.tiddlywiki
This plugin runs in the browser to synchronise tiddler changes to and from a TiddlyWeb-compatible server (including TiddlyWiki 5 itself, running on Node.js). It is inert when run under Node.js. Disabling this plugin via the browser can not be undone via the browser since this plugin provides the mechanism to synchronize settings with the server.

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/translators/readme
type: text/vnd.tiddlywiki
This plugin exposes a new system tiddler [[$:/Translators]] that presents a user interface for creating and maintaining translations. It is used to build the special [[translators edition|http://tiddlywiki.com/editions/translators]].

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/tw2parser/readme
type: text/vnd.tiddlywiki
This experimental plugin provides support for parsing and rendering tiddlers written in TiddlyWiki Classic format (`text/x-tiddlywiki`).

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/macros
type: text/vnd.tiddlywiki
tags: $:/tags/Macro
\define twitter-usage(text)

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/readme
type: text/vnd.tiddlywiki
This plugin provides a `<$twitter>` widget that can embed various entities from Twitter's service:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage
type: text/vnd.tiddlywiki
The `<$twitter>` widget can be used to embed several different entities:

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/collectiontimeline
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Collection Timeline

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/followbutton
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Follow Button

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/hashtagbutton
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Hashtag Button

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/likestimeline
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Likes Timeline

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/listtimeline
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: List Timeline

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/mentionbutton
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Mention Button

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/profiletimeline
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Profile Timeline

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/sharebutton
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Share Button

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/tweet
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Tweet

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/urltimeline
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Url Timeline

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/twitter/usage/widgettimeline
type: text/vnd.tiddlywiki
tags: $:/tags/TwitterUsage
caption: Widget Timeline

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/upgrade/readme
type: text/vnd.tiddlywiki
This plugin contains the user interface components used to build the special [[upgrade edition|http://tiddlywiki.com/upgrade.html]].

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/xlsx-utils/docs/editor
type: text/vnd.tiddlywiki
!!! Import Specifications

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/xlsx-utils/docs/row
type: text/vnd.tiddlywiki
!!! Row Import Specifications

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/xlsx-utils/docs/sheet
type: text/vnd.tiddlywiki
!!! Sheet Import Specifications

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/xlsx-utils/docs/workbook
type: text/vnd.tiddlywiki
!!! Workbook Import Specifications

View File

@ -1,6 +1,5 @@
title: $:/language/Help/xlsx-import
description: Import tiddlers from an XLSX spreadsheet file
type: text/vnd.tiddlywiki
Imports tiddlers from an XLSX spreadsheet file

View File

@ -1,5 +1,4 @@
title: $:/plugins/tiddlywiki/xlsx-utils/readme
type: text/vnd.tiddlywiki
This plugin provides a flexible way to import tiddlers from Excel files. It is based on the library [[js-xlsx|https://github.com/SheetJS/js-xlsx]].

View File

@ -1,4 +1,3 @@
title: $:/plugins/tiddlywiki/xmldom/readme
type: text/vnd.tiddlywiki
This plugin packages [[xmldom|https://github.com/jindw/xmldom]] for use by other plugins. It does not provide any end-user visible features.