1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/core/modules
Jermolene 327b53a641 Start adding support for permalinks
At this point we respect any permalink at startup, but we don’t yet
dynamically update the permalink, nor do we respond to ongoing
permalink changes.

The permalink separator being `%00` seems like it might be a bit
controversial. It buys us not having to wrap tiddler titles in double
square brackets if they contain spaces.

Another thing is that this scheme doesn’t support tiddler filters; the
plan is to support them like this:

http://tiddlywiki.com/#!Target%00%00[tag[task]sort[created]]
2014-05-02 19:21:32 +01:00
..
commands Improve output directory handling 2014-04-27 08:28:21 +01:00
filters Optimise the all filter operator 2014-04-30 22:50:47 +01:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Fix text parser to use codeblocks 2014-04-24 19:41:07 +01:00
savers Add path conversions from TiddlyWiki Classic 2014-04-17 22:30:14 +01:00
storyviews Start adding support for permalinks 2014-05-02 19:21:32 +01:00
utils Allow digits in field names 2014-04-28 15:54:32 +01:00
widgets Remove dead code typo 2014-05-02 18:07:47 +01:00
commander.js Improve output directory handling 2014-04-27 08:28:21 +01:00
config.js Explicitly blacklist unsafe elements, starting with <script> 2014-03-19 10:05:44 +00:00
deserializers.js Accept single quotes for attributes in TW files 2014-05-01 17:58:49 +01:00
filters.js Allow filter operators to return an iterator 2014-04-30 22:50:17 +01:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js Make shadowTiddlers, pluginTiddlers and pluginInfo be private to the Wiki object constructor 2014-03-17 10:50:18 +00:00
startup.js Start adding support for permalinks 2014-05-02 19:21:32 +01:00
syncer.js Use Date.now() instead of new Date() 2014-04-14 09:02:52 +01:00
tiddler.js Minor tweaks to shadow warning infrastructure 2014-04-28 15:16:31 +01:00
wiki.js Fix problem with editing tiddler titles 2014-05-01 17:39:37 +01:00