1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-09 13:34:21 +00:00
TiddlyWiki5/core/modules
Jermolene d0caf21b2d Exclude attributes starting "on" on HTML elements
Because:

* It doesn't work well with TW5's refresh mechanism, which relies on
being able to regenerate any portion of the DOM as required; this
frequently causes inline handlers to be re-executed at unexpected times
(see
http://tiddlywiki.com/static/TiddlyWiki%2520for%2520Developers.html)
* It mixes TW5 version-specific JavaScript with user content
* In multiuser environments there is a security risk to importing or
viewing tiddlers you didn't author if they can have JavaScript in them
2014-03-12 16:39:18 +00:00
..
commands Add help command 2014-02-25 14:50:18 +00:00
filters Add a new "commands" filter 2014-02-25 14:49:56 +00:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Allow the end of text to be treated as a linebreak for parsing HTML tags 2014-02-22 08:43:03 +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 Disable storyviews when rendering to the fake dom 2014-03-10 18:41:11 +00:00
widgets Exclude attributes starting "on" on HTML elements 2014-03-12 16:39:18 +00:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Add support for retrieving formatted text content from the fake dom 2014-02-25 14:49:07 +00: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 Fix problem with theme overrides triggering the syncer object 2014-03-10 19:05:06 +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 Add support for ordering tags by the 'list-before' and 'list-after' fields 2014-03-12 14:19:26 +00:00