TiddlyWiki5/core/modules
Jermolene 3708f6c8e4 Major refactoring of filesystemadaptor
The code here had got a bit broken by some PRs that I should have
checked more carefully. I’ve done a major refactoring which will
hopefully make it easier to understand, and fixes a number of problems:

* Problem with eg .md tiddlers not being deleted correctly
* Problem with Windows path separators not being usable within
$:/config/FileSystemPaths on Windows
* Problem with filename clashes not being detected correctly when
saving to a different directory via $:/config/FileSystemPaths
* Enables slashes within tiddler titles to be mapped into folders
* Enables plain text files like .md and .css to be saved with .meta
files instead of as .tid files (see #2558)
* No longer replaces spaces with underscores

As this is such a major update, I’d be grateful if Node.js users could
give it a careful run through — in particular, you’ll need to try
creating new tiddlers of various types and ensure that the expected
files are created.
2017-02-11 12:56:42 +00:00
..
commands Put request handler on SimpleServer.prototype (#2627) 2016-12-17 15:06:10 +00:00
editor Refresh simple editor when empty text, e.g. hitting ENTER (#2702) 2017-01-09 10:31:40 +00:00
filters Add new "count" filter operator 2017-02-08 20:11:44 +00:00
info
macros
parsers Add support for other movie content types 2016-12-23 08:34:07 +00:00
savers Adds support for autosave with the download saver 2017-01-30 18:19:28 +00:00
startup
storyviews
upgraders
utils Major refactoring of filesystemadaptor 2017-02-11 12:56:42 +00:00
widgets Add several new hooks for UI actions 2017-02-09 15:42:55 +00:00
commander.js
config.js
deserializers.js
filters.js
keyboard.js
language.js
pluginswitcher.js
saver-handler.js Rename variable for clarity 2017-02-04 17:24:25 +00:00
story.js
syncer.js Remove obsolete code 2017-02-04 18:14:20 +00:00
tiddler.js
wiki-bulkops.js Add several new hooks for UI actions 2017-02-09 15:42:55 +00:00
wiki.js Add wiki.checkTiddlerText() convenience method 2017-02-09 15:43:28 +00:00