1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-04 09:50:46 +00:00
TiddlyWiki5/core/modules
Jermolene 06a0d21734 Use double linebreaks to indicate content of a widget or html element should be parsed in block mode
Fixes #82.

The old behaviour was to parse the content of a widget or html element
in block mode if the opening tag was followed by a line break. The new
behaviour requires two line breaks.

This makes it possible to include linebreaks more liberally within
wikitext, although care must still be taken to only use double line
breaks when the block mode behaviour is desired.

The code change here is very simple, just a single line change in
html.js. Most of the other changes are to convert various single line
breaks into double line breaks.
2014-02-20 21:42:31 +00:00
..
commands Specify encoding for incoming requests 2014-02-11 19:42:45 +00:00
filters Add 'indexes' filter operator 2014-02-20 10:00:13 +00:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Use double linebreaks to indicate content of a widget or html element should be parsed in block mode 2014-02-20 21:42:31 +00:00
savers Making more things translateable 2014-02-16 09:46:43 +00:00
storyviews Make the zoomin storyview visualisation properly track the title node 2013-11-08 12:36:30 +00:00
utils Enhance alerting to coalesce repeated alerts with the same text 2014-02-14 10:29:26 +00:00
widgets Fix problem that was causing Chrome to display black in colour picker swatches 2014-02-20 09:57:44 +00:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel 2013-08-28 15:15:56 +01:00
deserializers.js Refactor importing of encrypted TiddlyWiki files so that it works on Node.js 2014-01-19 20:13:55 +00:00
filters.js Expand the logging mechanism to support alerts overlaid on the main screen 2014-02-14 07:53:41 +00:00
pluginswitcher.js Reduce the inconsistent use of "language" vs. "lingo" 2014-02-15 11:32:11 +00:00
startup.js Making more things translateable 2014-02-16 09:46:43 +00:00
syncer.js Making more things translateable 2014-02-16 09:46:43 +00:00
tiddler.js Remove plugin field now that we've got the plugin-type field 2013-08-23 18:37:54 +01:00
wiki.js Fix generateTitle to avoid clashing with shadow tiddlers 2014-02-20 09:58:01 +00:00