mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 03:18:02 +00:00
Improve logic for initialising reading node tiddlers
We want fine control of whether tiddlers are read from the DOM or the file system, without ganging it to whether we’re on node vs. browser.
This commit is contained in:
@@ -1411,7 +1411,7 @@ $tw.boot.startup = function(options) {
|
||||
contentTypeInfo: {} // Map type to {encoding:,extension:}
|
||||
}
|
||||
});
|
||||
if($tw.node) {
|
||||
if(!options.readBrowserTiddlers) {
|
||||
// For writable tiddler files, a hashmap of title to {filepath:,type:,hasMetaFile:}
|
||||
$tw.boot.files = {};
|
||||
// System paths and filenames
|
||||
|
Reference in New Issue
Block a user