文章

Obsidian增强类插件

Obsidian增强类插件

Lazy Plugin Loader 懒加载插件

Lazy Plugin Loader for Obsidian 是一个能够延迟加载插件的工具,可以帮助用户将应用程序的启动时间缩短到亚秒级别。通过延迟加载插件,可以有效提高 Obsidian 应用程序的启动速度,节省用户的时间。在第一次安装插件时可能需要重启 Obsidian 两次才能完全看到速度提升,但这仅会影响第一次安装时。Lazy Plugin Loader for Obsidian 解决了启动速度慢的问题,适用于需要提高 Obsidian 应用程序启动速度的用户。

image.png

特性:

  • 可以针对插件设置多种延迟时间挡位
  • 可以针对新安装插件默认归类到某个延迟挡位
  • 可以批量切换插件到某个延迟挡位
  • 支持针对每个插件设置对应的挡位

四种挡位来管理你的插件

  • Disable plugins:禁止改插件启动
  • Instant:随着 Obsidian 打开,立刻启动【注意这里说的是在 Obsidian 插件加载时,立刻记载】
  • Short Delay:根据你设置的 Short Delay 时间进行延迟对应插件的启动
  • Long Delay:根据你设置的 Long Delay 时间进行延迟对应插件的启动

挡位设置

  • Short Delay:以秒为计量单位,比如输入 5(默认),就是 5s 后启动这个挡位下的插件
  • Long Delay:以秒为计量单位,比如输入 15(默认),就是 15s 后启动这个挡位下的插件
  • Default startup type:可以针对所有新安装的插件设置自动归类到某个挡位下
  • Set the delay for all plugins at once:一次性对所有插件进行统一设置

编辑

Easy Typing 增强书写

见:[[Obsidian插件之Easy Typing]]

Animated Cursor

光标的丝滑动画

Commander 在各个位置自定义命令 + 图标

见:[[Obsidian插件之Commander]]

shell commands 执行 shell 命令

见:[[Obsidian插件之shell commands]]

Hider 隐藏各种

隐藏不需要的菜单,可按 Ctrl+, 打开这个插件的设置页面

![image.png1000](https://raw.githubusercontent.com/hacket/ObsidianOSS/master/obsidian/20240307212641.png)

omnisearch 增强搜索

omnisearch 是用来增强 Obsidian 中的搜索功能,支持 PDF 和 OCR;基于 MiniSearch 库的

![1000](https://raw.githubusercontent.com/scambier/obsidian-omnisearch/master/images/omnisearch.gif)

用法

OmniSearch Contexts

  • 通过 Command Palette Omnisearch: In-file search
  • 搜索笔记
  • In-File Search 指的是在当前打开文件内搜索;对应 Command Palette Omnisearch: In-file search
  • Vault Search 按 tab 键进入 In-File Search 模式

高级搜索

限制搜索 path

规则:

1
path:xxx keywords

如:搜索路径带 Tool 的包含 view 的 note

![image.png500](https://raw.githubusercontent.com/hacket/ObsidianOSS/master/obsidian/20240627103437.png)
  • Use ext:"png jpg" or ext:png, or a plain .png to specify the filetype(s)
  • Use "exact expressions" in quotes to further filter the results returned by the query
  • Use -exclusions to exclude notes containing certain words
本文由作者按照 CC BY 4.0 进行授权