From f58e2a52c410bbd8788e425e7e8deb147e2e045e Mon Sep 17 00:00:00 2001 From: Anton Bulakh Date: Tue, 11 Apr 2023 03:00:09 +0300 Subject: [PATCH] Improve inner links setting name --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index aa9eb16..d931af1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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 => {