mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 20:59:09 +00:00
Docs updates
This commit is contained in:
parent
b8f15feca4
commit
1e14ba48f9
@ -1,6 +1,6 @@
|
||||
created: 20130909151600000
|
||||
creator: JeremyRuston
|
||||
modified: 20131127101304193
|
||||
modified: 20131128103349581
|
||||
modifier: JeremyRuston
|
||||
tags: community
|
||||
title: Community
|
||||
@ -16,6 +16,7 @@ The TiddlyWiki discussion groups are mailing lists for talking about TiddlyWiki:
|
||||
* The TiddlyWikiDev group for developers: http://groups.google.com/group/TiddlyWikiDev
|
||||
* Follow [[@TiddlyWiki on Twitter|http://twitter.com/#!/TiddlyWiki]] for the latest news
|
||||
* Get involved in the [[development on GitHub|https://github.com/Jermolene/TiddlyWiki5]]
|
||||
* Watch recordings of our regular [[TiddlyWiki Hangouts]]
|
||||
|
||||
! Resources for TiddlyWiki5
|
||||
|
||||
|
15
editions/tw5.com/tiddlers/Philosophy of Tiddlers.tid
Normal file
15
editions/tw5.com/tiddlers/Philosophy of Tiddlers.tid
Normal file
@ -0,0 +1,15 @@
|
||||
created: 20131128075743966
|
||||
creator: JeremyRuston
|
||||
modified: 20131128093317966
|
||||
modifier: JeremyRuston
|
||||
tags: introduction
|
||||
title: Philosophy of Tiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlyWiki is an opinionated tool, but the opinions are in the domain of philosophy rather than of implementation, where it is infinitely customisable.
|
||||
|
||||
The purpose of recording and organising information is so that it can be used again. The value of recorded information is directly proportional to the ease with which it can be re-used.
|
||||
|
||||
The philosophy of [[tiddlers|Tiddlers]] is that we do this by slicing information up into the smallest semantically meaningful units with [[rich modelling of relationships between them|Structuring TiddlyWiki]]. Then we use aggregation and composition to weave the fragments together to present narrative stories.
|
||||
|
||||
TiddlyWiki aspires to provide an algebra for tiddlers, a concise way of expressing and exploring the relationships between items of information.
|
@ -28,6 +28,7 @@ tags: releasenote
|
||||
* No longer crashes when encountering an error in a filter string
|
||||
* Fixed a crash when dragging and dropping tiddlers within TiddlyWiki5
|
||||
* No longer update the modified date for imported tiddlers
|
||||
* Automatically forces field names to be lower case
|
||||
|
||||
!! Internal changes
|
||||
|
||||
|
14
editions/tw5.com/tiddlers/Structuring TiddlyWiki.tid
Normal file
14
editions/tw5.com/tiddlers/Structuring TiddlyWiki.tid
Normal file
@ -0,0 +1,14 @@
|
||||
created: 20131128090536894
|
||||
creator: JeremyRuston
|
||||
modified: 20131128093425922
|
||||
modifier: JeremyRuston
|
||||
tags: introduction
|
||||
title: Structuring TiddlyWiki
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlyWiki5 provides several features to help you structure information as [[tiddlers|Tiddlers]], and model the relationships between them:
|
||||
|
||||
* TiddlerLinks
|
||||
* TiddlerTags
|
||||
* TiddlerLists
|
||||
* DataTiddlers
|
@ -1,11 +1,14 @@
|
||||
created: 201308252133
|
||||
created: 20130825213300000
|
||||
creator: JeremyRuston
|
||||
modified: 201308300902
|
||||
modified: 20131128094009627
|
||||
modifier: JeremyRuston
|
||||
tags: concepts
|
||||
title: TiddlerFields
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlerFields are name:value pairs that make up a [[tiddler|Tiddlers]]. The standard fields are:
|
||||
TiddlerFields are name:value pairs that make up a [[tiddler|Tiddlers]]. Field names must be lowercase letters, digits or the characters `-` (dash), `_` (underscore) and `.` (period).
|
||||
|
||||
The standard fields are:
|
||||
|
||||
|!Field Name |!Reference |!Description |
|
||||
|`title` |TitleField |{{$:/docs/fields/title}} |
|
||||
|
@ -1,11 +1,21 @@
|
||||
created: 201308252029
|
||||
created: 20130825202900000
|
||||
creator: JeremyRuston
|
||||
modified: 201308252029
|
||||
modified: 20131128093306317
|
||||
modifier: JeremyRuston
|
||||
tags: concepts
|
||||
title: TiddlerLinks
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Links between tiddlers are the foundation of structuring information within TiddlyWiki.
|
||||
Links are regions of a tiddler that can be clicked to cause navigation to a different tiddler. The navigation behaviour is determined by the current StoryView; the classic TiddlyWiki view displays the story as a linear sequence of tiddlers.
|
||||
|
||||
Links are useful for modelling organic relationships between tiddlers, and particularly for expressing the navigational paths between tiddlers.
|
||||
|
||||
The TiddlerInfoPanel lists incoming links to a tiddler in the tab ''References''.
|
||||
|
||||
TiddlerFilters can include the following FilterOperators that work with links:
|
||||
|
||||
* `[links[]]` - returns the titles of the tiddlers that are linked from the currently selected tiddler(s)
|
||||
* `[backlinks[]]` - returns the titles of the tiddlers that link to the currently selected tiddler(s)
|
||||
|
||||
TiddlyWiki5 alters the appearance of tiddler links to convey additional information about the target of the link:
|
||||
|
||||
@ -16,5 +26,3 @@ TiddlyWiki5 alters the appearance of tiddler links to convey additional informat
|
||||
|To a shadow tiddler that has been overridden by an ordinary tiddler |[[LikeThis|SiteTitle]] |
|
||||
|
||||
External links are shown like this: http://tiddlywiki.com/ or [[like this|http://tiddlywiki.com/]].
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user