Releases: Chaoses-Ib/ObsidianShell
ObsidianShell v0.5
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
New features
-
Add support for Obsidian Advanced URI (#4)
Now you can open a note in a new tab, a new pane, a new window or a new popover.
-
Add GUI
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
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
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.
变化
注意,便携版(Portable)需要手动关联 Markdown 文件到 ObsidianCLI.exe
,且不支持注册上下文菜单。
Contributor: @alfoil
ObsidianShell v0.2
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
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(上下文菜单)
-
安装包
修复
- CLI:修复保留字符(
!#$&'()+,;=@[]
)的转义
ObsidianShell v0.1
Add CLI