You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,18 +63,16 @@ When you rename a note in QOwnNotes, any `[[oldName|id]]` links in other notes b
63
63
-**Automatic** — when you open the renamed note, the script silently rewrites every backlink pointing to it with the new filename. This happens in the background with no interruption.
64
64
-**Manual** — click **ZK-Fix** at any time to repair all stale links across the entire vault in one pass.
65
65
66
-
> **Note:** QOwnNotes may show a native dialog asking whether to replace link occurrences after a rename. That dialog does not understand the `[[filename|id]]` format and will not change anything. You can safely click *No* and let this script handle it, or disable the dialog entirely in *Settings → Notes*.
66
+
> **Note:** QOwnNotes may show a native dialog asking whether to replace link occurrences after a rename. That dialog does not understand the `[[filename|id]]` format and will not change anything. You can safely click _No_ and let this script handle it, or disable the dialog entirely in _Settings → Notes_.
67
67
68
68
## Settings
69
69
70
-
All settings are accessible in *Settings → Scripting → Zettelkasten*:
71
-
72
-
| Setting | Default | Description |
73
-
|---------|---------|-------------|
74
-
| ID generation format |`%Y%M%D%h%m%s`| Format string for new IDs |
75
-
| ID detection pattern |`\d{14}`| ECMAScript regex to locate IDs in filenames and content |
76
-
| Auto-repair backlinks on note open | enabled | Automatically fix stale backlinks when a note with a ZK ID is opened |
70
+
All settings are accessible in _Settings → Scripting → Zettelkasten_:
0 commit comments