1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-17 09:24:30 +00:00
TiddlyWiki5/plugins/tiddlywiki/multiwikiserver/modules
2024-01-29 18:11:50 +00:00
..
command-mws-load.js First draft of a command to read tiddlers, bags and recipes from an archive 2024-01-28 21:27:12 +00:00
init.js Move the database file into a "store" directory inside the wiki folder 2024-01-29 18:11:50 +00:00
route-delete-recipe-tiddler.js Rename some of the routes more logically 2024-01-19 19:27:54 +00:00
route-get-bag-tiddler.js Fix canonical URI handling 2024-01-26 15:48:39 +00:00
route-get-bag.js Add an HTML view of bag listings 2024-01-19 19:25:58 +00:00
route-get-recipe-tiddler.js Fix canonical URI handling 2024-01-26 15:48:39 +00:00
route-get-recipe-tiddlers-json.js Refactor _canonical_uri handling out of route handlers 2024-01-23 10:51:12 +00:00
route-get-recipe.js Fix canonical URI handling 2024-01-26 15:48:39 +00:00
route-get-status.js Implement APIs for client wikis to sync with the server 2024-01-03 16:27:13 +00:00
route-put-bag.js Add support for bag descriptions, validate bags and recipes, and complete the UI for creating bags and recipes 2024-01-24 22:24:24 +00:00
route-put-recipe-tiddler.js Add support for recipe descriptions 2024-01-23 14:29:50 +00:00
route-put-recipe.js Add support for bag descriptions, validate bags and recipes, and complete the UI for creating bags and recipes 2024-01-24 22:24:24 +00:00
server-extension.js Server extension framework 2024-01-17 22:42:01 +00:00
sql-tiddler-database.js Move the database file into a "store" directory inside the wiki folder 2024-01-29 18:11:50 +00:00
sql-tiddler-store.js Allow tilde character in bag and recipe names 2024-01-28 17:11:44 +00:00
tests-sql-tiddler-database.js A few more tests 2024-01-28 17:11:53 +00:00