mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-16 20:59:51 +00:00
Fixed the view macro to fail silently if the target tiddler doesn't exist
This commit is contained in:
@@ -35,7 +35,7 @@ exports.executeMacro = function() {
|
||||
} else {
|
||||
switch(field) {
|
||||
case "text":
|
||||
value = "The tiddler '" + this.tiddlerTitle + "' does not exist";
|
||||
value = "";
|
||||
break;
|
||||
case "title":
|
||||
value = this.tiddlerTitle;
|
||||
|
||||
Reference in New Issue
Block a user