Ticket #24 (closed enhancement: fixed)
Refactoring prettyLink for better extendability
| Reported by: | JeremyRuston | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description (last modified by JeremyRuston) (diff)
in the "prettyLink" formatter when the target specified in the bracketted link is not an existing tiddler it will automatically generate an external link using a call to createExternalLink.
Can we factor out this call into a separate function (e.g. "handleMissingPrettyLink") to make it easier to modify this behaviour (e.g. to create tiddlyLinks instead etc.). Currently a plugin needs to overwrite the complete formatter to accomplish this.
See:
Change History
Note: See
TracTickets for help on using
tickets.
