mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
8203437a4f
The idea is that rendering tiddlywiki5.template.html to text/plain will cook the TiddlyWiki HTML file
28 lines
854 B
Plaintext
28 lines
854 B
Plaintext
template: tiddlywiki5.template.html
|
|
copyright: core/copyright.txt
|
|
version: core/version.txt
|
|
|
|
jsbootstart: core/bootprefix.js
|
|
jsbootend: core/boot.js
|
|
|
|
shadow: core/tiddlywiki5.template.html.tid
|
|
title: $:/core/tiddlywiki5.template.html
|
|
shadow: core/copyright.txt
|
|
title: $:/core/copyright.txt
|
|
shadow: core/version.txt
|
|
title: $:/core/version.txt
|
|
shadow: core/bootprefix.js
|
|
title: $:/core/bootprefix.js
|
|
shadow: core/boot.js
|
|
title: $:/core/boot.js
|
|
|
|
pluginmodule: core/modules/*.js
|
|
pluginmodule: core/modules/commands/*.js
|
|
pluginmodule: core/modules/macros/*.js
|
|
pluginmodule: core/modules/macros/edit/*.js
|
|
pluginmodule: core/modules/macros/edit/editors/*.js
|
|
pluginmodule: core/modules/treenodes/*.js
|
|
pluginmodule: core/modules/parsers/*.js
|
|
pluginmodule: core/modules/parsers/wikitextparser/*.js
|
|
pluginmodule: core/modules/parsers/wikitextparser/rules/*.js
|