TiddlyWiki5/core
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
..
config/editor-type-mappings
images Tweaked tag button 2014-08-14 11:10:55 +01:00
language Add tag manager button 2014-08-14 08:49:03 +01:00
modules Fixed problem with building TW under Windows 2014-08-15 09:40:22 +01:00
palettes
templates
ui Add tag manager button 2014-08-14 08:49:03 +01:00
wiki Ensure we have a default language in empty.html 2014-08-14 12:00:07 +01:00
acknowledgements.tid
copyright.tid
icon.tid Minor icon tweaks 2014-08-08 16:35:48 +01:00
plugin.info
readme.tid

readme.tid

title: $:/core/readme

This plugin contains TiddlyWiki's core components, comprising:

* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core