Skip to content

Releases: slow-coding/obsidian-at-mention-autocomplete

1.0.10

Choose a tag to compare

@slow-coding slow-coding released this 30 Jul 06:52

Changelog

1.0.9 — Fix mobile overflow

Choose a tag to compare

@slow-coding slow-coding released this 30 Jul 06:21

修复

  • Popup 响应式宽度:窄屏(<600px)自动适配 viewport 宽度,不再硬编码 380–640px
  • Left 定位防溢出:动态计算 left 上限,确保 popup 不超出屏幕边界
  • 高度响应式:窄屏 maxHeight 限制为 viewport 高度的 55%
  • Detail panel 窄屏隐藏:550px 的详情面板在手机上自动隐藏,避免溢出
  • 边界内边距:所有定位从 0px 改为 4px 最小边距,避免贴边

1.0.8

Choose a tag to compare

@slow-coding slow-coding released this 28 Jul 13:41

Add release assets (main.js + manifest.json + styles.css)

1.0.7

Choose a tag to compare

@slow-coding slow-coding released this 28 Jul 09:43

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

Choose a tag to compare

@slow-coding slow-coding released this 28 Jul 03:31

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.

1.0.5

Choose a tag to compare

@slow-coding slow-coding released this 27 Jul 09:28

Latest fixes

1.0.4

Choose a tag to compare

@slow-coding slow-coding released this 27 Jul 09:26

Update demo GIF (1074x800)