mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 03:18:02 +00:00
Update link widget to use current tiddler as default target
This commit is contained in:
@@ -26,7 +26,7 @@ var LinkWidget = function(renderer) {
|
||||
|
||||
LinkWidget.prototype.generate = function() {
|
||||
// Get the parameters from the attributes
|
||||
this.to = this.renderer.getAttribute("to");
|
||||
this.to = this.renderer.getAttribute("to",this.renderer.tiddlerTitle);
|
||||
this.hover = this.renderer.getAttribute("hover");
|
||||
this.qualifyHoverTitles = this.renderer.getAttribute("qualifyHoverTitles");
|
||||
// Qualify the hover tiddler title if needed
|
||||
|
Reference in New Issue
Block a user