1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/rabbithole/tiddlywiki5.recipe
Jeremy Ruston dac06537e5 Added command handling
The idea is that the same commands will work on the server or the
client, and that the client will be able to remotely run commands on
the server.

Also includes abstraction of the version number of TW5.
2012-05-02 11:02:47 +01:00

17 lines
551 B
Plaintext

template: tiddlywiki5.template.html
copyright: copyright.txt
version: core/version.txt
jsbootstart: core/bootprefix.js
jsbootend: 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