Update wikilink syntax
This prevents interference with markdown tables
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user