Skip to content

Commit

Permalink
Update PluginSettingsTab.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
turulix authored May 6, 2023
1 parent fcd9556 commit c5a7b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/PluginSettingsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const DEFAULT_SETTINGS: PluginSetting = {
autoRenameIndexFile: true,
includeFileContent: false,
hideIndexFiles: false,
indexFileInitText: "---\ntags: MOCs\n---\n```folder-index-content\n```AAA",
indexFileInitText: "---\ntags: MOCs\n---\n```folder-index-content\n```",
autoPreviewMode: false,
sortIndexFilesAlphabetically: true,
sortHeadersAlphabetically: false,
Expand Down

0 comments on commit c5a7b77

Please sign in to comment.