1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 10:16:57 +00:00

[DOCS] Improve documentation about TW Concepts (#8942)

This commit is contained in:
Mario Pietsch 2025-02-14 18:27:24 +01:00 committed by GitHub
parent f5a6ac9446
commit 4f0bdac77b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 3 deletions

View File

@ -0,0 +1,8 @@
created: 20250211093401937
modified: 20250211093527189
tags: Concepts
title: Tags
Tags are used to organise tiddlers into categories.
For more details see: [[Tagging]]

View File

@ -0,0 +1,8 @@
created: 20250211094052630
modified: 20250211094419548
tags: Concepts
title: Title
The minimum requirement for a valid tiddler is a ''unique'' title.
Learn more at: [[Tiddlers]]

View File

@ -8,4 +8,4 @@ type: text/vnd.tiddlywiki
These are the concepts underlying TiddlyWiki. Understanding how these ideas fit together is the key to getting the most from TiddlyWiki.
<<list-links "[tag[Concepts]]" class:"multi-columns">>
<<list-links "[tag[Concepts]sort[title]]" class:"multi-columns">>

View File

@ -4,9 +4,9 @@ tags: Concepts
title: Tiddlers
type: text/vnd.tiddlywiki
Tiddlers are the fundamental units of information in TiddlyWiki. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together in different ways.
Tiddlers are the fundamental units of information in ~TiddlyWiki. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together in different ways.
A "tiddler" is an informal British word meaning a small fish, typically a stickleback or a minnow. Other systems have analogous concepts with generic names like "items", "entries", "entities", "nodes" or "records". TiddlyWiki takes the view that it is better to be confusingly distinctive than confusingly generic.
A "tiddler" is an informal British word meaning a small fish, typically a stickleback or a minnow. Other systems have analogous concepts with generic names like "items", "entries", "entities", "nodes" or "records". ~TiddlyWiki takes the view that it is better to be confusingly distinctive than confusingly generic.
Internally, tiddlers are a list of uniquely named values 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.