Skip to content

已安装配置插件一览

Obsidian 地址:

设备地址
MacMac/Users/zhangdong/Documents/Obsidian
DellSungrowC:\Users\zhangdong3\Documents\Obsidian Vault
DellXps
Desktop
Githubgit@github.com:xiumu2017/Obsidian.git
阿里云盘

Q 标题如何增加前缀

利用 Obsidian 支持的自定义 css 功能,结合 css 伪类实现简单的增加字符前缀

Admination & Callouts

[!bug] This is a bug

iOS 同步解决方案

git + WorkingCopy App 通过 WorkingCopy App 链接到 Obsidian App 的 Vault 目录实现

Publish 方案

通过 Vitepress 发布

侧边导航栏生成方案: https://github.com/jooy2/vitepress-sidebar

ts
    sidebar: generateSidebar([
      {
        scanStartPath: 'Ability',
        resolvePath: '/Ability/',
        useTitleFromFileHeading: false,
        collapsed: true,
        collapseDepth: 2,
      },
      {
        scanStartPath: 'SimpleLife',
        resolvePath: '/SimpleLife/',
        useTitleFromFileHeading: false,
        collapsed: true,
        collapseDepth: 2,
      }
    ]),
    sidebar: generateSidebar([
      {
        scanStartPath: 'Ability',
        resolvePath: '/Ability/',
        useTitleFromFileHeading: false,
        collapsed: true,
        collapseDepth: 2,
      },
      {
        scanStartPath: 'SimpleLife',
        resolvePath: '/SimpleLife/',
        useTitleFromFileHeading: false,
        collapsed: true,
        collapseDepth: 2,
      }
    ]),