1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/tw5.com/tiddlers/Docs.tid

101 lines
1.7 KiB
Plaintext
Raw Normal View History

title: Docs
2012-06-14 16:14:58 +00:00
tags: docs introduction
2012-07-15 16:34:34 +00:00
This is the main documentation hub for TiddlyWiki. See also:
* [[Internals]] for developer documentation
2012-06-11 16:35:56 +00:00
! Guides
2012-06-10 21:53:51 +00:00
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
2012-06-10 21:53:51 +00:00
The core concepts underlying TiddlyWiki are:
2012-06-10 16:27:09 +00:00
* [[Tiddlers]]
* [[Wiki]]
* TiddlyWiki
* WikiText
2012-06-10 21:53:51 +00:00
The machinery tying those concepts together includes:
2012-06-10 16:27:09 +00:00
* TiddlerFilters
* TiddlerFields
2012-06-22 14:12:42 +00:00
* TiddlerTemplates
2012-06-10 21:01:22 +00:00
* ContentType
* ShadowTiddlers
* TiddlerModules
! Wiki Text Rules
2012-06-10 21:53:51 +00:00
These are the individual rules that make up WikiText:
* ClassBlockWikiText
* CodeBlockWikiText
* CodeRunWikiText
* DashWikiText
* EmphasisWikiText
* EntityWikiText
* ExternalLinkWikiText
* HeadingWikiText
* HtmlWikiText
* ImageWikiText
* ListWikiText
* MacroWikiText
* PrettyLinkWikiText
* RuleWikiText
2012-06-14 17:18:32 +00:00
* StyleBlockWikiText
2012-06-21 23:08:46 +00:00
* TranscludeWikiText
* TypedBlockWikiText
* WikiLinkWikiText
! Macros
2012-06-10 21:53:51 +00:00
Macros give WikiText dynamic functionality:
* ButtonMacro
2012-06-21 23:08:46 +00:00
* ChooserMacro
* ColorMacro
* CommentMacro
* DownloadMacro
* EchoMacro
2012-06-21 23:08:46 +00:00
* EditMacro
* HideMacro
* ImageMacro
* IncludeMacro
* LinkMacro
2012-06-21 23:08:46 +00:00
* LinkCatcherMacro
* ListMacro
* SliderMacro
2012-06-21 23:08:46 +00:00
* StoryMacro
* TiddlerMacro
* TranscludeMacro
* VideoMacro
* ViewMacro
* ZoomerMacro
! Commands
2012-06-10 21:53:51 +00:00
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
2012-06-13 12:19:24 +00:00
* ReportingBugs
2012-06-11 12:08:02 +00:00
* JeremyRuston (aka [[Jermolene]])
* FederatialLimited
2012-06-10 21:53:51 +00:00
* [[History]]
* [[Acknowledgements]]