1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
TiddlyWiki5/core/modules
Jeremy Ruston 632970cd86 Get external links working again
We no longer use the `<$link>` widget for external links. Instead the
parser generates `<a>` elements. This makes things simpler, but does
mean that the `target=_blank` behaviour is baked into the parser.
Probably we should introduce a new `<$extlink>` widget that generates
an `<a>` element with a configurable `target` attribute
2013-10-24 11:54:54 +01:00
..
commands Add a new version of rendertiddlers command 2013-10-21 18:33:00 +01:00
filters Add new modules and moduletypes filter operators 2013-10-23 23:11:41 +01:00
macros Add support for macro modules 2013-10-17 16:57:07 +01:00
new_widgets Added password widget 2013-10-23 20:24:45 +01:00
parsers Get external links working again 2013-10-24 11:54:54 +01:00
rendertree Fix crash on processing anonymous macro parameters 2013-09-10 22:08:09 +01:00
savers Small revision to previous commit, avoids double encoding. 2013-10-01 17:35:58 -04:00
utils Fixed tag autocomplete popup on focus 2013-10-23 17:41:12 +01:00
widgets Add new modules and moduletypes filter operators 2013-10-23 23:11:41 +01: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 Fix broken regexps 2013-09-18 19:09:54 +01:00
filters.js Extend the filter mechanism to allow operands to be indirected through a tiddler text reference 2013-05-27 17:57:37 +01:00
startup.js Switch the notifier and modal mechanisms to use the new widget mechanism 2013-10-21 20:14:01 +01:00
syncer.js Ignore shadow tiddlers in the syncer 2013-04-30 22:55:06 +01:00
themes.js Remove early bail on switching to a non-existent theme 2013-05-10 20:24:40 +01: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 typo 2013-10-21 18:32:29 +01:00