mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs updates
This commit is contained in:
parent
5bb7ee2f88
commit
aae8587660
@ -1,65 +1,41 @@
|
||||
created: 201308241418
|
||||
created: 20130824141800000
|
||||
creator: JeremyRuston
|
||||
modified: 201308251303
|
||||
modified: 20131206163714703
|
||||
modifier: JeremyRuston
|
||||
tags: introduction
|
||||
title: Docs
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\define bulletList(tag)
|
||||
{{$tag$}}
|
||||
|
||||
<ul><$list filter="[tag[$tag$]]"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
|
||||
\end
|
||||
This is the main documentation hub for TiddlyWiki. See also the DeveloperDocs.
|
||||
|
||||
! Editions
|
||||
|
||||
TiddlyWiki5 can be used via these editions:
|
||||
|
||||
<$list filter="[tag[edition]sort[title]]" type="ul"/>
|
||||
|
||||
! How to use ~TiddlyWiki5
|
||||
|
||||
<$list filter="[tag[howto]sort[title]]" type="ul"/>
|
||||
<<bulletList "howto">>
|
||||
|
||||
! Concepts
|
||||
|
||||
The core concepts underlying TiddlyWiki are:
|
||||
|
||||
* [[Tiddlers]]
|
||||
* [[Wiki]]
|
||||
* TiddlyWiki
|
||||
* WikiText
|
||||
|
||||
The machinery tying those concepts together includes:
|
||||
|
||||
* TiddlerFilters
|
||||
* TiddlerFields
|
||||
* TiddlerTemplates
|
||||
* DataTiddlers
|
||||
* ContentType
|
||||
* SystemTiddlers
|
||||
* [[Plugins]]
|
||||
* [[Modules]] and [[ModuleType]]
|
||||
<<bulletList "concepts">>
|
||||
|
||||
! Wiki Text Rules
|
||||
|
||||
These are the individual rules that make up WikiText:
|
||||
|
||||
<$list filter="[tag[wikitext]sort[title]]" type="ul"/>
|
||||
<<bulletList "wikitext">>
|
||||
|
||||
! Widgets
|
||||
|
||||
Widgets give WikiText dynamic functionality:
|
||||
|
||||
<$list filter="[tag[widget]sort[title]]" type="ul"/>
|
||||
<<bulletList "widget">>
|
||||
|
||||
! Commands
|
||||
|
||||
{{command}}
|
||||
|
||||
<$list filter="[tag[command]sort[title]]" type="ul"/>
|
||||
<<bulletList "command">>
|
||||
|
||||
! Tips
|
||||
|
||||
{{tips}}
|
||||
|
||||
<$list filter="[tag[tips]sort[title]]" type="ul"/>
|
||||
<<bulletList "tips">>
|
||||
|
||||
! Miscellaneous
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20130822170200000
|
||||
creator: JeremyRuston
|
||||
modified: 20131204173945875
|
||||
modified: 20131206165151008
|
||||
modifier: JeremyRuston
|
||||
tags: introduction
|
||||
title: HelloThere
|
||||
|
8
editions/tw5.com/tiddlers/tags/widget.tid
Normal file
8
editions/tw5.com/tiddlers/tags/widget.tid
Normal file
@ -0,0 +1,8 @@
|
||||
created: 20131206164500332
|
||||
creator: JeremyRuston
|
||||
modified: 20131206164518144
|
||||
modifier: JeremyRuston
|
||||
title: widget
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Widgets add dynamic functionality to WikiText.
|
Loading…
Reference in New Issue
Block a user