Ticket #458 (closed enhancement: wontfix)

Opened 5 years ago

Last modified 4 years ago

Internal Tiddler links should have a "permalink"-like HREF

Reported by: MartinBudden Owned by: MartinBudden
Priority: minor Milestone: 2.6
Component: core Version:
Severity: low Keywords:
Cc:

Description

This permits the link's context menu (right-click) to include 'open link in another window/tab' command. Feature requested by Dustin Spicuzza.

Attachments

ticket458.patch Download (378 bytes) - added by MartinBudden 5 years ago.
ticket458_alt.patch Download (389 bytes) - added by FND 5 years ago.
enhanced patch as per Jeremy's description

Change History

Changed 5 years ago by MartinBudden

Changed 5 years ago by MartinBudden

  • owner changed from JeremyRuston to MartinBudden
  • status changed from new to assigned
  • type changed from defect to enhancement

Patch created from Eric Shulman's coretweaks - Martin.

Changed 5 years ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to wontfix

The permalink is intentionally not a proper HREF link, specifically to discourage people from inadvertantly opening multiple tiddlers into separate tabs.

(A further minor issue is that the patch uses the construction:

encodeURIComponent("[ + title + ?]")

Where it would be preferable to do this:

encodeURIComponent(String.encodeTiddlyLink(title));

Changed 5 years ago by FND

  • status changed from closed to reopened
  • resolution wontfix deleted
  • milestone changed from 2.3.1 to 2.5

Reopened as per  Eric's request:

[this change] does not actually alter the normal click behavior and has no negative impact on the design decision that is intended to "avoid editing conflicts", but does add some very helpful functionality when using a right click

Changed 5 years ago by FND

enhanced patch as per Jeremy's description

Changed 4 years ago by FND

  • milestone changed from 2.5.1 to 2.5.2

Changed 4 years ago by FND

  • milestone changed from 2.5.3 to 2.5.4

Changed 4 years ago by FND

  • status changed from reopened to closed
  • resolution set to wontfix

wontfix as explained by Jeremy above - this is plugin territory

Note: See TracTickets for help on using tickets.