Add option to use markdown links in folder overview

This commit is contained in:
Lost Paul 2025-11-29 20:28:04 +01:00
parent e0613b7d27
commit fdade5d96b
3 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 69f6e80b248e6317ca3d9587f27891ce86f55c79
Subproject commit decf99839f5cd7fee5402066edd12043b3ffed1e

View file

@ -137,6 +137,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = {
fmtpIntegration: false,
titleSize: 1,
isInCallout: false,
useWikilinks: true,
},
useSubmenus: true,
syncMove: true,

View file

@ -14,7 +14,6 @@ export class FileSuggest extends TextInputSuggest<TFile> {
super(inputEl, plugin);
}
get_error_msg(mode: FileSuggestMode): string {
switch (mode) {
case FileSuggestMode.TemplateFiles: