Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Limezy committed Nov 1, 2022
1 parent b5d9e6c commit 2699a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ class LinkHeadingRangeSettingTab extends PluginSettingTab {

containerEl.empty();

containerEl.createEl('h2', {text: 'Settings for Link Heading Range plugin.'});
containerEl.createEl('h2', {text: 'Settings for Link Heading Range'});

new Setting(containerEl)
.setName('Page to heading divider')
.setDesc('This divider will be used in preview mode in all links, between the page and the heading')
.setDesc('This divider will be used in preview mode in all links, between the page and the first heading')
.addText(text => text
.setPlaceholder('Enter a symbol')
.setValue(this.plugin.settings.dividerP2H)
Expand Down

0 comments on commit 2699a9e

Please sign in to comment.