Updated description of a plugin setting for clarity

This commit is contained in:
SebastianMC 2022-09-14 11:33:54 +02:00
parent f3bbe3d9b6
commit 43d30a6cb6
1 changed files with 1 additions and 1 deletions

View File

@ -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)