Update wikilink syntax

This prevents interference with markdown tables
This commit is contained in:
2026-05-07 07:55:33 +02:00
parent dc79557bdb
commit 0a30325b96
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
onSelect: function (path, kind) {
if (kind === 'folder') {
promptDisplayText(sel, function (display) {
insertAtCursor(display ? '[[' + path + '|' + display + ']]' : '[[' + path + ']]');
insertAtCursor(display ? '[[' + path + '::' + display + ']]' : '[[' + path + ']]');
});
} else {
var name = path.split('/').pop();