We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818958c commit 3892ec2Copy full SHA for 3892ec2
src/app.ts
@@ -101,7 +101,8 @@ const settingsSchema: SettingSchemaDesc[] = [
101
key: 'enableMouseRefClick',
102
title: 'Enable block editing on mouse click to [[reference]]?',
103
description: `
104
- With <code>⌥</code> (or <code>Alt</code> for Windows) pressed.
+ <p>With <code>⌥</code> (or <code>Alt</code> for Windows) pressed.</p>
105
+ <p><i>Restriction</i>: this feature only works for the first page reference or tag. There is no way to recognize the others if they are the same.</p>
106
`.trim(),
107
type: 'enum',
108
enumPicker: 'radio',
0 commit comments