Skip to content

Releases: likemuuxi/obsidian-modal-opener

1.3.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:04
1.3.3

1.3.2

Choose a tag to compare

@github-actions github-actions released this 13 May 07:17

v1.3.2

优化

  • 优化设置修改后的重载流程,避免重启整个插件
  • 新增 reloadHandlers 方法,用于重新加载插件设置、样式与处理器
  • 替换原本通过禁用/启用插件实现的粗暴重载方式

CI / Workflow

  • 注释掉 release workflow 中旧的 zip 上传步骤

Improvements

  • Optimized the reload flow after settings changes to avoid restarting the entire plugin
  • Added a new reloadHandlers method to reload plugin settings, styles, and handlers
  • Replaced the previous brute-force reload approach that relied on disabling and re-enabling the plugin

CI / Workflow

  • Commented out the old zip upload step in the release workflow

1.3.1

Choose a tag to compare

@github-actions github-actions released this 08 May 03:34

fix

  • Adapted to the new Obsidian image click event
  • Added special handling for the Muuxi version of the diagrams plugin
  • Extended selector support to include video elements for video file click support

修复

  • 适配新版 Obsidian 图片点击事件
  • 添加对 Muuxi 版 diagrams 插件的特殊处理
  • 扩展选择器列表,支持 video 元素的视频点击

1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 03:50
  • add menu options as commands
  • adapt Bases items
  • remove broken immersive translation
  • Change the dark mode to default enabled

  • 菜单选项添加为命令
  • 适配 Bases 条目
  • 移除失效的沉浸式翻译功能
  • 黑暗模式修改为默认开启

1.2.9

Choose a tag to compare

@github-actions github-actions released this 21 Nov 14:57
  • 解决单击触发类型为全部时,设置页面无法点击的问题 #19

  • Resolve the issue where the settings page cannot be clicked when the click trigger type is "both". #19

1.2.8

Choose a tag to compare

@github-actions github-actions released this 19 Nov 07:47
fix setting panel link click

1.2.7

Choose a tag to compare

@github-actions github-actions released this 18 Nov 09:15
  • 调整按钮样式,统一间距与对齐。
  • 目录弹窗改为基于按钮相对位置定位,跨主题显示一致。

  • Adjust button styles, unify spacing and alignment.
  • The directory pop-up window has been changed to be positioned based on the relative position of the button, and the display is consistent across themes.

1.2.6

Choose a tag to compare

@github-actions github-actions released this 16 Oct 01:04

fixed style about base menu #18

1.2.5

Choose a tag to compare

@github-actions github-actions released this 11 Oct 02:36
  • 修改设置描述:更新设置页面的描述文字,使说明更清晰。
  • 优化关闭 Modal 窗口刷新:仅当模态窗口文件与当前标签页存在链接关系时刷新视图,以更新文件嵌入缩略图。

  • Modify setting description: Updated the description text in the settings page for clarity.
  • Improve modal close refresh: only refresh views when the modal file is linked to the active tab, updating embedded file thumbnails.

1.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Sep 03:55

修复:通过右键菜单新建 Canvas 时,路径未按照设置的路径生成的问题。
新增:双击从预览模式进入编辑模式


Fix: When creating a new Canvas via the right-click menu, the path did not follow the configured setting.
New: Double-click to enter editing mode from preview mode.