1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-09 15:40:03 +00:00

100 lines
1.7 KiB
Plaintext
Raw Normal View History

title: Docs
2012-06-14 17:14:58 +01:00
tags: docs introduction
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
! Guides
2012-06-10 22:53:51 +01: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 22:53:51 +01:00
The core concepts underlying TiddlyWiki are:
2012-06-10 17:27:09 +01:00
* [[Tiddlers]]
* [[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
* TiddlerFields
2012-06-22 15:12:42 +01:00
* TiddlerTemplates
2012-06-10 22:01:22 +01:00
* ContentType
* ShadowTiddlers
* [[Plugins]]
* [[Modules]] and [[ModuleType]]
! Wiki Text Rules
2012-06-10 22:53:51 +01: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 18:18:32 +01:00
* StyleBlockWikiText
2012-06-22 00:08:46 +01:00
* TranscludeWikiText
* TypedBlockWikiText
* WikiLinkWikiText
! Macros
2012-06-10 22:53:51 +01:00
Macros give WikiText dynamic functionality:
* ButtonMacro
2012-06-22 00:08:46 +01:00
* ColorMacro
* CommentMacro
* DownloadMacro
* EchoMacro
2012-06-22 00:08:46 +01:00
* EditMacro
* HideMacro
* ImageMacro
* IncludeMacro
* LinkMacro
2012-06-22 00:08:46 +01:00
* LinkCatcherMacro
* ListMacro
* SliderMacro
2012-06-22 00:08:46 +01:00
* StoryMacro
* TiddlerMacro
* TranscludeMacro
* VideoMacro
* ViewMacro
! 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:
* 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]]
* [[Acknowledgements]]