1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/tw5.com/tiddlers/Docs.tid
2012-07-15 17:34:34 +01:00

101 lines
1.7 KiB
Plaintext

title: Docs
tags: docs introduction
This is the main documentation hub for TiddlyWiki. See also:
* [[Internals]] for developer documentation
! Guides
How to get things done with TiddlyWiki:
* [[Getting started with TiddlyWiki in the browser]]
* [[Getting started with TiddlyWiki under node.js]]
* [[Getting involved in TiddlyWiki development]]
! Concepts
The core concepts underlying TiddlyWiki are:
* [[Tiddlers]]
* [[Wiki]]
* TiddlyWiki
* WikiText
The machinery tying those concepts together includes:
* TiddlerFilters
* TiddlerFields
* TiddlerTemplates
* ContentType
* ShadowTiddlers
* TiddlerModules
! Wiki Text Rules
These are the individual rules that make up WikiText:
* ClassBlockWikiText
* CodeBlockWikiText
* CodeRunWikiText
* DashWikiText
* EmphasisWikiText
* EntityWikiText
* ExternalLinkWikiText
* HeadingWikiText
* HtmlWikiText
* ImageWikiText
* ListWikiText
* MacroWikiText
* PrettyLinkWikiText
* RuleWikiText
* StyleBlockWikiText
* TranscludeWikiText
* TypedBlockWikiText
* WikiLinkWikiText
! Macros
Macros give WikiText dynamic functionality:
* ButtonMacro
* ChooserMacro
* ColorMacro
* CommentMacro
* DownloadMacro
* EchoMacro
* EditMacro
* HideMacro
* ImageMacro
* IncludeMacro
* LinkMacro
* LinkCatcherMacro
* ListMacro
* SliderMacro
* StoryMacro
* TiddlerMacro
* TranscludeMacro
* VideoMacro
* ViewMacro
* ZoomerMacro
! Commands
When run under node.js, TiddlyWiki supports a [[command line interface|Getting started with TiddlyWiki under node.js]] with the following built-in commands:
* DumpCommand
* LoadCommand
* SaveTiddlerCommand
* ServerCommand
* VerboseCommand
* VersionCommand
* WikiTestCommand
! Miscellaneous
* ReportingBugs
* JeremyRuston (aka [[Jermolene]])
* FederatialLimited
* [[History]]
* [[Acknowledgements]]