1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-16 23:04:50 +00:00

Light documentation for the cooked TiddlyWiki files

This commit is contained in:
Jeremy Ruston 2012-05-05 16:01:19 +01:00
parent 9c5acd03ca
commit 6ad2886013

View File

@ -15,32 +15,35 @@ type: text/x-tiddlywiki-html
<<^"$:/core/copyright.txt" text/plain>> <<^"$:/core/copyright.txt" text/plain>>
" /> " />
<title><<tiddler target:$:/shadows/title>></title> <title><<tiddler target:$:/shadows/title>></title>
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
<style id="styleArea" type="text/css"> <style id="styleArea" type="text/css">
<<^"[is[shadowStyle]]" text/plain>> <<^"[is[shadowStyle]]" text/plain>>
</style> </style>
</head> </head>
<body> <body>
<!----------- Static content for Google and browsers without JavaScript ----------->
<noscript> <noscript>
<<^"$:/wiki/noscript" text/plain>>
</noscript>
<div id="splashArea" style="display:none;"> <div id="splashArea" style="display:none;">
<<^"$:/wiki/splash" text/html>> <<^"$:/wiki/splash" text/html>>
</div> </div>
</noscript>
<!----------- Shadow tiddlers ----------->
<div id="shadowArea" style="display:none;"> <div id="shadowArea" style="display:none;">
<<^"[is[shadowPlain]]" application/x-tiddler-html-div>> <<^"[is[shadowPlain]]" application/x-tiddler-html-div>>
</div> </div>
<!----------- Ordinary tiddlers ----------->
<div id="storeArea" style="display:none;"> <div id="storeArea" style="display:none;">
<<^"[is[tiddler]]" application/x-tiddler-html-div>> <<^"[is[tiddler]]" application/x-tiddler-html-div>>
</div> </div>
<script id="jsLibArea" type="text/javascript"> <!----------- Boot kernel prologue ----------->
<<^"$:/lib/jquery.js" text/plain>>
</script>
<script id="jsBootStartArea" type="text/javascript"> <script id="jsBootStartArea" type="text/javascript">
<<^"$:/core/bootprefix.js" text/plain>> <<^"$:/core/bootprefix.js" text/plain>>
</script> </script>
<!----------- Plugin modules ----------->
<div id="pluginModules" style="display:none;"> <div id="pluginModules" style="display:none;">
<<^"[is[shadowModule]]" application/x-tiddler-module>> <<^"[is[shadowModule]]" application/x-tiddler-module>>
</div> </div>
<!----------- Boot kernel ----------->
<script id="jsBootEndArea" type="text/javascript"> <script id="jsBootEndArea" type="text/javascript">
<<^"$:/core/boot.js" text/plain>> <<^"$:/core/boot.js" text/plain>>
</script> </script>