1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 20:44:23 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser
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
..
rules Get external links working again 2013-10-24 11:54:54 +01:00
wikiparser.js Removed obsolete comments 2013-08-23 18:38:44 +01:00
wikirulebase.js Moving the wikiparser rules around 2012-12-20 16:38:33 +00:00