1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/dev/TiddlyWikiArchitecture.tid

9 lines
766 B
Plaintext
Raw Normal View History

2013-12-03 09:05:53 +00:00
created: 20130825162100000
2013-12-12 09:48:08 +00:00
modified: 20131212093605368
tags: dev
title: TiddlyWikiArchitecture
2013-12-03 09:05:53 +00:00
type: text/vnd.tiddlywiki
2013-03-02 13:14:56 +00:00
The heart of TiddlyWiki can be seen as an extensible representation transformation engine for text and images. Given the text of a tiddler and its associated ContentType, the engine can produce a rendering of the tiddler in a new ContentType. Furthermore, it can efficiently selectively update the rendering to track any changes in the tiddler or its dependents.
2013-12-12 09:48:08 +00:00
The primary use of the engine is to convert raw `text/vnd.tiddlywiki` WikiText into a `text/html` or `text/plain` representation for display. The transclusion and templating features of WikiText allow the engine to also be used to generate TiddlyWiki HTML files from raw tiddlers.