mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-15 14:57:42 +00:00
Set block status of link macro created by view macro
This commit is contained in:
@@ -57,6 +57,7 @@ exports.executeMacro = function() {
|
|||||||
var link = $tw.Tree.Macro("link",{
|
var link = $tw.Tree.Macro("link",{
|
||||||
srcParams: {to: value},
|
srcParams: {to: value},
|
||||||
content: [$tw.Tree.Text(value)],
|
content: [$tw.Tree.Text(value)],
|
||||||
|
isBlock: this.isBlock,
|
||||||
wiki: this.wiki
|
wiki: this.wiki
|
||||||
});
|
});
|
||||||
link.execute(parents,this.tiddlerTitle);
|
link.execute(parents,this.tiddlerTitle);
|
||||||
|
|||||||
Reference in New Issue
Block a user