2012-06-10 13:40:53 +01:00
title: Docs
2012-06-14 17:14:58 +01:00
tags: docs introduction
2012-06-10 13:40:53 +01:00
2012-07-15 17:34:34 +01:00
This is the main documentation hub for TiddlyWiki. See also:
* [[Internals]] for developer documentation
2012-06-11 17:35:56 +01:00
2012-06-10 13:40:53 +01:00
! Guides
2012-06-10 22:53:51 +01:00
How to get things done with TiddlyWiki:
2012-06-10 13:40:53 +01:00
* [[Getting started with TiddlyWiki in the browser]]
* [[Getting started with TiddlyWiki under node.js]]
* [[Getting involved in TiddlyWiki development]]
! Concepts
2012-06-10 22:53:51 +01:00
The core concepts underlying TiddlyWiki are:
2012-06-10 17:27:09 +01:00
* [[Tiddlers]]
2012-06-10 13:40:53 +01:00
* [[Wiki]]
* TiddlyWiki
* WikiText
2012-06-10 22:53:51 +01:00
The machinery tying those concepts together includes:
2012-06-10 17:27:09 +01:00
* TiddlerFilters
2012-06-10 13:40:53 +01:00
* TiddlerFields
2012-06-22 15:12:42 +01:00
* TiddlerTemplates
2012-06-10 22:01:22 +01:00
* ContentType
2012-06-10 13:40:53 +01:00
* ShadowTiddlers
2012-08-30 13:55:28 +01:00
* [[Plugins]]
* [[Modules]] and [[ModuleType]]
2012-06-10 13:40:53 +01:00
! Wiki Text Rules
2012-06-10 22:53:51 +01:00
These are the individual rules that make up WikiText:
2012-06-10 13:40:53 +01:00
* ClassBlockWikiText
* CodeBlockWikiText
* CodeRunWikiText
* DashWikiText
* EmphasisWikiText
* EntityWikiText
* ExternalLinkWikiText
* HeadingWikiText
* HtmlWikiText
* ImageWikiText
* ListWikiText
* MacroWikiText
* PrettyLinkWikiText
* RuleWikiText
2012-06-14 18:18:32 +01:00
* StyleBlockWikiText
2012-06-22 00:08:46 +01:00
* TranscludeWikiText
2012-06-10 13:40:53 +01:00
* TypedBlockWikiText
* WikiLinkWikiText
! Macros
2012-06-10 22:53:51 +01:00
Macros give WikiText dynamic functionality:
2012-06-10 13:40:53 +01:00
* ButtonMacro
2012-06-22 00:08:46 +01:00
* ColorMacro
2012-06-10 13:40:53 +01:00
* CommentMacro
* DownloadMacro
* EchoMacro
2012-06-22 00:08:46 +01:00
* EditMacro
* HideMacro
2012-06-10 13:40:53 +01:00
* ImageMacro
* IncludeMacro
* LinkMacro
2012-06-22 00:08:46 +01:00
* LinkCatcherMacro
2012-06-10 13:40:53 +01:00
* ListMacro
* SliderMacro
2012-06-22 00:08:46 +01:00
* StoryMacro
* TiddlerMacro
* TranscludeMacro
* VideoMacro
* ViewMacro
2012-06-10 13:40:53 +01:00
! Commands
2012-06-10 22:53:51 +01: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:
2012-06-10 13:40:53 +01:00
* DumpCommand
* LoadCommand
* SaveTiddlerCommand
* ServerCommand
* VerboseCommand
* VersionCommand
* WikiTestCommand
! Miscellaneous
2012-06-13 13:19:24 +01:00
* ReportingBugs
2012-06-11 13:08:02 +01:00
* JeremyRuston (aka [[Jermolene]])
* FederatialLimited
2012-06-10 22:53:51 +01:00
* [[History]]
2012-06-10 13:40:53 +01:00
* [[Acknowledgements]]