1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 12:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/DeveloperDocs.tid

37 lines
704 B
Plaintext
Raw Normal View History

created: 201308251537
creator: JeremyRuston
modified: 201308260831
modifier: JeremyRuston
tags: introduction dev
2013-04-25 16:55:59 +00:00
title: DeveloperDocs
2012-07-15 16:34:34 +00:00
This is the developer documentation hub for TiddlyWiki.
2013-08-25 21:48:53 +00:00
! Overview
* TiddlyWikiArchitecture
* [[TiddlyWiki5 Development Environment]]
2013-08-25 21:48:53 +00:00
2012-07-15 16:34:34 +00:00
! Developer Cookbooks
<$list filter="[tag[dev]tag[howto]sort[title]]" type="ul"/>
2012-07-15 16:34:34 +00:00
! Internal Objects and Mechanisms
{{mechanism}}
2012-07-15 16:34:34 +00:00
<$list filter="[tag[mechanism]sort[title]]" type="ul"/>
2012-07-15 16:34:34 +00:00
2013-08-25 21:48:53 +00:00
! Module types
!! SyncAdaptorModules
See SyncAdaptorModules.
2012-07-15 16:34:34 +00:00
2013-08-25 21:48:53 +00:00
!! DeserializerModules
2012-07-15 16:34:34 +00:00
Deserializers are modules that read tiddlers from different text formats:
{{deserializers}}
<$list filter="[tag[deserializers]sort[title]]" type="ul"/>