mirror of
https://github.com/necauqua/obsidian-page-properties.git
synced 2026-07-22 04:34:19 +00:00
Improve inner links setting name
This commit is contained in:
parent
38a796d673
commit
f58e2a52c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue