diff --git a/editions/tw5.com/tiddlers/concepts/Tiddlers.tid b/editions/tw5.com/tiddlers/concepts/Tiddlers.tid index 4e475452c..53e768d0f 100644 --- a/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/Tiddlers.tid @@ -1,11 +1,9 @@ created: 20130825213500000 -modified: 20140214213936575 +modified: 20140621092710560 tags: concepts title: Tiddlers type: text/vnd.tiddlywiki -Tiddlers are the smallest unit of information in TiddlyWiki. Other systems have analogous concepts with more prosaic names: like "items", "entries", "entities" or "records". Even though "tiddler" is a vaguely preposterous name it at least has the virtue of being confusingly distinctive rather than confusingly generic. - -Tiddlers can be structured with [[links|TiddlerLinks]] and tags. +Tiddlers are the smallest unit of information in TiddlyWiki. Other systems have analogous concepts with more prosaic names: like "items", "entries", "entities" or "records". Even though "tiddler" is a bit of a preposterous name it has the virtue of being confusingly distinctive rather than confusingly generic. Internally, tiddlers are an immutable dictionary of name:value pairs called fields. The only field that is required is the `title` field, but useful tiddlers also have a `text` field, and some or all of the standard fields listed in TiddlerFields. diff --git a/editions/tw5.com/tiddlers/howtos/How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki.tid b/editions/tw5.com/tiddlers/howtos/How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki.tid deleted file mode 100644 index 7dfc7952b..000000000 --- a/editions/tw5.com/tiddlers/howtos/How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki.tid +++ /dev/null @@ -1,8 +0,0 @@ -created: 201308251614 -modified: 201308251614 -tags: howto -title: How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki - -The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. - -//Note that AndTidWiki is published independently of TiddlyWiki// \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/roadmap/RoadMap.tid b/editions/tw5.com/tiddlers/roadmap/RoadMap.tid index 69870b7f7..eb6548da9 100644 --- a/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +++ b/editions/tw5.com/tiddlers/roadmap/RoadMap.tid @@ -1,5 +1,5 @@ created: 20130823203800000 -modified: 20140612181726794 +modified: 20140619111725471 tags: planning title: RoadMap type: text/vnd.tiddlywiki @@ -17,7 +17,7 @@ The following additional features are planned or under consideration for impleme * Features required for large scale adoption ** Improve upgrade process ** Establish plugin library -** Proper use of ARIA roles +** ~~Proper use of ARIA roles (in progress)~~ * Fixing hangovers from TiddlyWikiClassic ** ~TiddlyWiki file format (to avoid illegal attribute names) ** Tiddler object format (to provide true polymorphism of field values)