Skip to content

Commit 40d9799

Browse files
committed
feat: Add brief description to Includes setting
1 parent dc21e08 commit 40d9799

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Config/SettingsTab.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,12 @@ export class SettingsTab extends PluginSettingTab {
148148
);
149149

150150
// ---------------------------------------------------------------------------
151-
new Setting(containerEl).setName('Includes').setHeading();
151+
new Setting(containerEl)
152+
.setName('Includes')
153+
.setHeading()
154+
.setDesc(
155+
'You can define named instructions here, that you can re-use in multiple queries. They can be used with "{{includes.name}}" and "include name".',
156+
);
152157
// ---------------------------------------------------------------------------
153158
this.renderIncludesSettings(containerEl);
154159

0 commit comments

Comments
 (0)