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
Minimum Obsidian version is now 1.13.0: the settings tab is rebuilt on Obsidian 1.13's declarative settings API. Update your Obsidian app before updating the plugin.
✨ New Features
Settings reorganized into sub-pages:
Copy targets: a "General elements" sub-page (copyable markup targets, callout copy, code block behavior) and a "Block ID" sub-page
Copy format: a "Link format" sub-page with new Heading link / Note link groups, and an "Advanced options" sub-page
Declarative settings API: migrated to getSettingDefinitions() — dependent settings now show/hide instantly via visibility predicates instead of a full re-render, and every sub-page entry carries its own description
🐛 Fixed
Settings description rendering: the info icon in "Resolve link path on paste" no longer renders as [object DocumentFragment]; the tooltip icon is now attached directly to the description element
Descriptions punctuation: all setting descriptions now end with a period, matching Obsidian core style
中文说明(点击展开)
⚠️ 破坏性变更
最低 Obsidian 版本提升至 1.13.0:设置页基于 Obsidian 1.13 的声明式设置 API 重构。更新插件前请先升级 Obsidian。