mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-02 23:33:47 -08:00
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 |
||
|---|---|---|
| .. | ||
| commands | ||
| filters | ||
| macros | ||
| new_widgets | ||
| parsers | ||
| rendertree | ||
| savers | ||
| utils | ||
| widgets | ||
| commander.js | ||
| config.js | ||
| deserializers.js | ||
| filters.js | ||
| startup.js | ||
| syncer.js | ||
| themes.js | ||
| tiddler.js | ||
| wiki.js | ||