Skip to content

Commit 43d30a6

Browse files
committed
Updated description of a plugin setting for clarity
1 parent f3bbe3d commit 43d30a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class CustomSortSettingTab extends PluginSettingTab {
310310

311311
new Setting(containerEl)
312312
.setName('Path to the designated note containing sorting specification')
313-
.setDesc('The YAML front matter of this note will be scanned for sorting specification, in addition to the sortspec.md notes and folder notes')
313+
.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.')
314314
.addText(text => text
315315
.setPlaceholder('e.g. note.md')
316316
.setValue(this.plugin.settings.additionalSortspecFile)

0 commit comments

Comments
 (0)