1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/core/modules
Arlen22 c069d48a2a Remove URI encoding from PUT saver (#2974)
Remove URI encoding from PUT saver and let the browser handle it as necessary. This seems to be the normal way of doing things. We have confirmed that several WebDAV servers do not expect the file names to be double-encoded.
2017-09-16 15:30:13 +01:00
..
commands Add "save" and "render" commands 2017-09-12 16:04:07 +01:00
editor Refresh simple editor when empty text, e.g. hitting ENTER (#2702) 2017-01-09 10:31:40 +00:00
filters Add new "lookup" filter 2017-09-07 15:48:00 +01:00
info Expose document location via $:/info/url/* info tiddlers 2016-10-18 09:12:55 +01:00
macros Add support for JSON files containing a single tiddler 2017-03-17 14:19:43 +00:00
parsers Add new "\whitespace" pragma 2017-07-12 16:46:13 +01:00
savers Remove URI encoding from PUT saver (#2974) 2017-09-16 15:30:13 +01:00
startup Add a "close plugin library" button (#2072) 2017-02-22 12:15:26 +00:00
storyviews Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
upgraders Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
utils Only use colour output if we're on a terminal 2017-09-07 15:47:36 +01:00
widgets LinkWidget: Add support for tv-filter-export-link 2017-08-28 11:06:21 +01:00
commander.js Add logging functions to commander 2017-02-18 13:30:04 +00:00
config.js Move the wikilink regexps into global config 2014-11-26 11:12:25 +00:00
deserializers.js Add support for JSON files containing a single tiddler 2017-03-17 14:19:43 +00:00
filters.js Removed unused vars + some whitespace (#2106) 2016-10-08 13:32:14 +01:00
keyboard.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
language.js Make lazy loading message be translateable 2015-09-08 10:41:27 +01:00
pluginswitcher.js Add experimental support for RTL languages 2016-08-15 19:47:26 +01:00
saver-handler.js Rename variable for clarity 2017-02-04 17:24:25 +00:00
story.js Fix issues with creation and modification dates 2015-09-11 13:34:01 +01:00
syncer.js Add more colour to command line output 2017-09-04 14:55:12 +01:00
tiddler.js Add Tiddler.getFieldStrings() method 2017-04-17 17:04:15 +01:00
wiki-bulkops.js Add several new hooks for UI actions 2017-02-09 15:42:55 +00:00
wiki.js Allow manual selection of deserializer for dropping or importing files 2017-07-12 16:42:16 +01:00