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

This reverts commit 7436fc7374.
print-window-tiddler
Jermolene 2017-06-24 17:48:32 +01:00
rodzic a4989f5c4d
commit 534f5e7c13
74 zmienionych plików z 1 dodań i 74 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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:

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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:

Wyświetl plik

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

Wyświetl plik

@ -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).

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

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

Wyświetl plik

@ -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]].

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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/]].

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

@ -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).

Wyświetl plik

@ -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.

Wyświetl plik

@ -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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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">>

Wyświetl plik

@ -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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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:

Wyświetl plik

@ -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>

Wyświetl plik

@ -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.

Wyświetl plik

@ -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/]].

Wyświetl plik

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

Wyświetl plik

@ -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.//

Wyświetl plik

@ -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.

Wyświetl plik

@ -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]].

Wyświetl plik

@ -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`).

Wyświetl plik

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

Wyświetl plik

@ -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:

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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]].

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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

Wyświetl plik

@ -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]].

Wyświetl plik

@ -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.