mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 03:19:56 +00:00
2598e22422
Structure things with extensible tabs.
33 lines
670 B
Plaintext
33 lines
670 B
Plaintext
created: 201308251537
|
|
creator: JeremyRuston
|
|
modified: 201308260831
|
|
modifier: JeremyRuston
|
|
tags: introduction dev
|
|
title: DeveloperDocs
|
|
|
|
This is the developer documentation hub for TiddlyWiki.
|
|
|
|
! Overview
|
|
|
|
* TiddlyWikiArchitecture
|
|
* [[TiddlyWiki5 Development Environment]]
|
|
|
|
! Developer Cookbooks
|
|
|
|
<$list filter="[tag[dev]tag[howto]sort[title]]" type="ul"/>
|
|
|
|
! Internal Objects and Mechanisms
|
|
|
|
<$list filter="[tag[mechanism]sort[title]]" type="ul"/>
|
|
|
|
! Module types
|
|
!! SyncAdaptorModules
|
|
|
|
See SyncAdaptorModules.
|
|
|
|
!! DeserializerModules
|
|
|
|
Deserializers are modules that load tiddlers from different text formats:
|
|
|
|
<$list filter="[tag[deserializers]sort[title]]" type="ul"/>
|