1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-19 20:40:02 +00:00

Docs updates

This commit is contained in:
Jermolene 2013-12-06 17:09:30 +00:00
parent 5bb7ee2f88
commit aae8587660
3 changed files with 23 additions and 39 deletions

View File

@ -1,65 +1,41 @@
created: 201308241418 created: 20130824141800000
creator: JeremyRuston creator: JeremyRuston
modified: 201308251303 modified: 20131206163714703
modifier: JeremyRuston modifier: JeremyRuston
tags: introduction tags: introduction
title: Docs 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. 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 ! How to use ~TiddlyWiki5
<$list filter="[tag[howto]sort[title]]" type="ul"/> <<bulletList "howto">>
! Concepts ! Concepts
The core concepts underlying TiddlyWiki are: <<bulletList "concepts">>
* [[Tiddlers]]
* [[Wiki]]
* TiddlyWiki
* WikiText
The machinery tying those concepts together includes:
* TiddlerFilters
* TiddlerFields
* TiddlerTemplates
* DataTiddlers
* ContentType
* SystemTiddlers
* [[Plugins]]
* [[Modules]] and [[ModuleType]]
! Wiki Text Rules ! Wiki Text Rules
These are the individual rules that make up WikiText: <<bulletList "wikitext">>
<$list filter="[tag[wikitext]sort[title]]" type="ul"/>
! Widgets ! Widgets
Widgets give WikiText dynamic functionality: <<bulletList "widget">>
<$list filter="[tag[widget]sort[title]]" type="ul"/>
! Commands ! Commands
{{command}} <<bulletList "command">>
<$list filter="[tag[command]sort[title]]" type="ul"/>
! Tips ! Tips
{{tips}} <<bulletList "tips">>
<$list filter="[tag[tips]sort[title]]" type="ul"/>
! Miscellaneous ! Miscellaneous

View File

@ -1,6 +1,6 @@
created: 20130822170200000 created: 20130822170200000
creator: JeremyRuston creator: JeremyRuston
modified: 20131204173945875 modified: 20131206165151008
modifier: JeremyRuston modifier: JeremyRuston
tags: introduction tags: introduction
title: HelloThere title: HelloThere

View 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.