Releases: slow-coding/obsidian-at-mention-autocomplete
Releases · slow-coding/obsidian-at-mention-autocomplete
Release list
1.0.10
1.0.9 — Fix mobile overflow
修复
- Popup 响应式宽度:窄屏(<600px)自动适配 viewport 宽度,不再硬编码 380–640px
- Left 定位防溢出:动态计算 left 上限,确保 popup 不超出屏幕边界
- 高度响应式:窄屏 maxHeight 限制为 viewport 高度的 55%
- Detail panel 窄屏隐藏:550px 的详情面板在手机上自动隐藏,避免溢出
- 边界内边距:所有定位从 0px 改为 4px 最小边距,避免贴边
1.0.8
Add release assets (main.js + manifest.json + styles.css)
1.0.7
Prioritize filename match over content match (cmd+o style):
- Exact filename match: 1000 → 2000
- Filename starts with query: 500-600 → 800-900
- Filename contains query: 200-300 → 400-500
- Content match bonus: 50-100 → 0-20 (decays faster)
This makes filename matching 10-100x more important than body content matching.
1.0.6
Changes
- Title-only hits now skip alias: when @-mention matches a file by title (no body match), insert
[[title]]instead of[[title|title]]. Body matches still include sentence alias as before.