1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-26 10:00:34 +00:00

Docs update

This commit is contained in:
Jermolene 2014-06-21 11:16:48 +01:00
parent fb5c44a875
commit 71aa2bbe5f
3 changed files with 4 additions and 14 deletions

View File

@ -1,11 +1,9 @@
created: 20130825213500000 created: 20130825213500000
modified: 20140214213936575 modified: 20140621092710560
tags: concepts tags: concepts
title: Tiddlers title: Tiddlers
type: text/vnd.tiddlywiki 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 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.
Tiddlers can be structured with [[links|TiddlerLinks]] and tags.
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. 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.

View File

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

View File

@ -1,5 +1,5 @@
created: 20130823203800000 created: 20130823203800000
modified: 20140612181726794 modified: 20140619111725471
tags: planning tags: planning
title: RoadMap title: RoadMap
type: text/vnd.tiddlywiki 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 * Features required for large scale adoption
** Improve upgrade process ** Improve upgrade process
** Establish plugin library ** Establish plugin library
** Proper use of ARIA roles ** ~~Proper use of ARIA roles (in progress)~~
* Fixing hangovers from TiddlyWikiClassic * Fixing hangovers from TiddlyWikiClassic
** ~TiddlyWiki file format (to avoid illegal attribute names) ** ~TiddlyWiki file format (to avoid illegal attribute names)
** Tiddler object format (to provide true polymorphism of field values) ** Tiddler object format (to provide true polymorphism of field values)