1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 15:08:46 +00:00
TiddlyWiki5/core/modules
Jermolene c8830d32f7 Fixed problem with building TW under Windows
Fixes #717

The issue was that under Windows we generate text nodes that contained
CRLF as a linebreak (rather than just LF as usual).

The subtle problem is that when these strings are placed in the DOM via
createTextNode(), the CR character is treated as a printable character,
not whitespace. When creating DOM notes with innerHTML or as part of a
static HTML document the HTML parser will strip out the CR characters.

The hacky solution is to manually remove CRs before building the text
node.
2014-08-15 09:40:22 +01:00
..
commands First pass at upgrade mechanism 2014-07-12 09:09:36 +01:00
filters First pass at upgrade mechanism 2014-07-12 09:09:36 +01:00
info Sort out info mechanism docs 2014-07-22 15:16:18 +01:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Allow whitespace after first line of multiline macro 2014-08-11 13:52:10 +01:00
savers Fix problem with saving if URL contains # 2014-05-05 13:30:31 +01:00
startup Separate the saver handling out of the syncer 2014-08-14 11:43:07 +01:00
storyviews Refactor animation easings 2014-07-08 10:07:17 +01:00
upgraders Add plugin blocklist 2014-08-02 12:42:05 +01:00
utils Fix full screen button not supported 2014-08-03 12:35:53 +01:00
widgets Fixed problem with building TW under Windows 2014-08-15 09:40:22 +01:00
commander.js Fix bug handling of build command 2014-06-24 12:09:10 +01:00
config.js Explicitly blacklist unsafe elements, starting with <script> 2014-03-19 10:05:44 +00:00
deserializers.js Fix importing blank fields from TiddlyWiki files 2014-05-26 17:47:07 +01:00
filters.js Typo 2014-07-28 14:20:18 +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
saver-handler.js Separate the saver handling out of the syncer 2014-08-14 11:43:07 +01:00
syncer.js Separate the saver handling out of the syncer 2014-08-14 11:43:07 +01:00
tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
wiki.js Fix problem with parsing missing tiddlers 2014-07-31 18:07:52 +01:00