Improve inner links setting name

This commit is contained in:
Anton Bulakh 2023-04-11 03:00:09 +03:00
parent 38a796d673
commit f58e2a52c4
No known key found for this signature in database
GPG key ID: D666799AFFD8502A

View file

@ -56,8 +56,8 @@ class Settings extends PluginSettingTab {
containerEl.createEl('h2', { text: 'General' })
new Setting(containerEl)
.setName('Page prop names are inner links')
.setDesc('A feature from Logseq, you can disable that here if you want.')
.setName('Page property names are inner links')
.setDesc('A feature from Logseq, if you hover/click the page property name it\'ll behave as if it was a link to the page with the same name.')
.addToggle(toggle => toggle
.setValue(this.plugin.settings.fieldsAreInnerLinks)
.onChange(async value => {