1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-06 12:42:17 +00:00
Files
TiddlyWiki5/core
Devin Weaver 1ae3927c28 Module-ize server routes and add static file support (#2510)
* Refactor server routes to modules

New module type: serverroute

Caveats: Loading order is not deterministic but this would only matter
if two route modules attempted to use the same path regexp (that would
be silly).

* Add static assets plugin

This plugin allows the node server to fetch static assets in the /assets
directory. I felt that this was a feature that goes above the core
functionality. That is why I added it as a plugin. with the modular
route extensions this was a breeze.

* Add serverroute description to ModuleTypes
2016-08-08 14:11:47 +01:00
..
2016-05-09 14:41:13 -06:00
2015-05-28 09:47:42 +01:00
2016-07-13 12:14:24 +01:00
2016-01-03 18:04:21 +00:00
2015-03-31 14:39:36 +01:00
2015-02-17 10:28:54 +00:00
2014-08-07 15:49:52 +01:00

title: $:/core/readme

This plugin contains TiddlyWiki's core components, comprising:

* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core