1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/core/modules/parsers
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
..
wikiparser Get external links working again 2013-10-24 11:54:54 +01:00
htmlparser.js Add an HTML parser 2013-04-10 17:02:37 +01:00
imageparser.js Change module type for parsers to "parser" 2013-01-16 13:56:11 +00:00
textparser.js Update TW2 wikitext content type to text/x-tiddlywiki 2013-08-25 22:06:28 +01:00