Skip to content

ObsidianShell v0.2

Compare
Choose a tag to compare
@Chaoses-Ib Chaoses-Ib released this 04 Oct 16:56
· 12 commits to main since this release

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:修复保留字符(!#$&'()+,;=@[])的转义