1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-20 03:09:42 +00:00
TiddlyWiki5/editions/dev/tiddlers/from Heigele and Jurke/UI%20and%20Rendering%20Pipeline.tid
Jermolene 1a95ec9ac4 Introduce dev edition
Thanks to @cjrk and @cheigele for contributing their developer docs
(which can be found at https://github.com/cjrk/saa-tw).

By the way, I plan to remove the “creator” and “modifier” fields but
will keep a prominent acknowledgement for your contributions.
2014-09-10 16:53:32 +01:00

27 lines
1.1 KiB
Plaintext

chapter.of: TiddlyWiki Core Application
created: 20140708085306641
creator: Christian Heigele, Christian Jurke
modified: 20140717195230942
modifier: Christian Heigele, Christian Jurke
sub.num: 4
tags: doc
title: UI and Rendering Pipeline
The microkernel provides basic functionality to store tiddlers and manage modules and plugins.
The [[Startup Process]] then loads the core plug-in including extensions to the store providing
a [[Event Mechanism]], [[Caching]], [[Tags|Tags and Filter Mechanism]] and a [[Filter Mechanism|Tags and Filter Mechanism]] giving the ability to query for specific tiddlers.
Using some of this techniques the core plug-in also adds some functionalities to load and save single tiddlers or the whole wiki, described in [[Extended Persistence]].
This next chapter will focus on the parts of the core plug-in that provide the UI of TiddlyWiki.
<<<
{{rendering.svg}}
<<< The rendering pipeline [http://tiddlywiki.com/talkytalky, 17.07.2014]
<$list filter="[!has[draft.of]has[chapter.of]chapter.of[UI and Rendering Pipeline]tag[doc]sort[sub.num]]">
!! <$view field="title"/>
{{!!text}}
</$list>