Skip to content

Releases: Chaoses-Ib/ObsidianShell

ObsidianShell v0.5

16 Oct 19:36
Compare
Choose a tag to compare

Changes

  • Update Obsidian icons (#7)

If the installer reports errors during upgrading, please try to run it again.

Note that the portable version requires you to manually associate Markdown files with ObsidianShell.CLI.exe and does not support registering the context menu.


变化

  • 更新 Obsidian 图标(#7

如果安装包在升级时报错,请尝试再运行一次。

注意,便携版(Portable)需要手动关联 Markdown 文件到 ObsidianShell.CLI.exe,且不支持注册上下文菜单。

ObsidianShell v0.4

12 Mar 17:14
Compare
Choose a tag to compare

New features

Change

  • Replace XML configuration with JSON settings

    The old configuration file located at %LOCALAPPDATA%\Chaoses Ib\ObsidianShell\ObsidianShell.Config is no longer in use. You need to delete it manually.

Note that the portable version requires you to manually associate Markdown files with ObsidianShell.CLI.exe and does not support registering the context menu.


新功能

  • 添加了对 Obsidian Advanced URI 的支持(#4

    现在可以在新标签页、新窗格、新窗口或者是新 popover 中打开笔记了。

  • 添加了图形界面

    目前暂不支持中文。

变化

  • 替换 XML 配置为 JSON 设置

    位于 %LOCALAPPDATA%\Chaoses Ib\ObsidianShell\ObsidianShell.Config 的配置文件已不再被使用,需要手动删除。

注意,便携版(Portable)需要手动关联 Markdown 文件到 ObsidianShell.CLI.exe,且不支持注册上下文菜单。

ObsidianShell v0.3.1

28 Jan 15:29
Compare
Choose a tag to compare

Fixes

  • CLI: Fix that Recent mode can't resolve the conflict of the same directory name
  • ContextMenu: Fix handler registration

Note that the portable version requires you to manually associate Markdown files with ObsidianCLI.exe and does not support registering the context menu.


修复

  • CLI:修复 Recent 模式无法解决相同目录名冲突的问题
  • 上下文菜单:修复 handler 注册

注意,便携版(Portable)需要手动关联 Markdown 文件到 ObsidianCLI.exe,且不支持注册上下文菜单。

ObsidianShell v0.3

07 Nov 16:29
Compare
Choose a tag to compare

Changes

  • The default location of the configuration file is now %LOCALAPPDATA%\Chaoses Ib\ObsidianShell\ObsidianShell.Config (#3)
  • Release the portable version again (#3)

Note that the portable version requires you to manually associate Markdown files with ObsidianCLI.exe and does not support registering the context menu.


变化

  • 配置文件现在默认位于 %LOCALAPPDATA%\Chaoses Ib\ObsidianShell\ObsidianShell.Config#3
  • 重新发布便携版(#3

注意,便携版(Portable)需要手动关联 Markdown 文件到 ObsidianCLI.exe,且不支持注册上下文菜单。

Contributor: @alfoil

ObsidianShell v0.2

04 Oct 16:56
Compare
Choose a tag to compare

New features

  • CLI: VaultRecent/Recent opening modes

    • Open standalone Markdown files in Obsidian, i.e., use Obsidian as a Markdown editor.
    • Enable the global vault pattern, which means that you can share one config with your notes at different locations.
  • ContextMenu

    ContextMenu
    It is used to open the corresponding directory in Obsidian, complementing the defect that the CLI cannot be associated with directories.

  • Installer

Fixes

  • CLI: Fix the escaping of reserved characters (!#$&'()+,;=@[])

新功能

  • CLI:VaultRecent/Recent 打开模式

    • 在 Obsidian 中打开独立 Markdown 文件,将 Obsidian 用作一个 Markdown 编辑器
    • 实现全局仓库模式,让不同位置的笔记可以使用同一份配置
  • ContextMenu(上下文菜单)

    ContextMenu
    用于在 Obsidian 中打开相应目录,补足 CLI 无法关联目录的缺陷。

  • 安装包

修复

  • CLI:修复保留字符(!#$&'()+,;=@[])的转义

ObsidianShell v0.1

22 Apr 16:25
Compare
Choose a tag to compare