mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Add option to use markdown links in folder overview
This commit is contained in:
parent
e0613b7d27
commit
fdade5d96b
3 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 69f6e80b248e6317ca3d9587f27891ce86f55c79
|
||||
Subproject commit decf99839f5cd7fee5402066edd12043b3ffed1e
|
||||
|
|
@ -137,6 +137,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = {
|
|||
fmtpIntegration: false,
|
||||
titleSize: 1,
|
||||
isInCallout: false,
|
||||
useWikilinks: true,
|
||||
},
|
||||
useSubmenus: true,
|
||||
syncMove: true,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ export class FileSuggest extends TextInputSuggest<TFile> {
|
|||
super(inputEl, plugin);
|
||||
}
|
||||
|
||||
|
||||
get_error_msg(mode: FileSuggestMode): string {
|
||||
switch (mode) {
|
||||
case FileSuggestMode.TemplateFiles:
|
||||
|
|
|
|||
Loading…
Reference in a new issue