diff --git a/src/main.ts b/src/main.ts index 14d573b..115032e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -310,7 +310,7 @@ class CustomSortSettingTab extends PluginSettingTab { new Setting(containerEl) .setName('Path to the designated note containing sorting specification') - .setDesc('The YAML front matter of this note will be scanned for sorting specification, in addition to the sortspec.md notes and folder notes') + .setDesc('The YAML front matter of this note will be scanned for sorting specification, in addition to the sortspec.md notes and folder notes. Remember to add the `.md` explicitly here.') .addText(text => text .setPlaceholder('e.g. note.md') .setValue(this.plugin.settings.additionalSortspecFile)