核心插件的使用心得
Obsidian 是一个基于 Markdown 文件的,专有的个人知识库和笔记应用程序[1]
在 2025年10月13日,Obsidian 已经有了 30 个核心插件[2]。这些核心插件都具有很高的使用价值。在做笔记和管理笔记的过程,根据自己的需求使用核心插件,就有着雪中送碳和锦上添花的效果
现在,我主要使用了 30 个核心插件中的 19 个核心插件。这 19 个核心插件有着这样的功能
- 直接跳转到特定的笔记
- 快速切换(插件):仅仅使用键盘,通过搜索笔记的标题,就可以快速跳转到相应的笔记。记住了笔记的标题,就可以在几秒钟内跳转到任意一个笔记
- 漫游笔记(插件):可以随机打开仓库的一个笔记,从而可以回顾旧笔记,做到温故而知新
- 跳转到笔记的特定章节
- 大纲(插件):可以看到笔记的层次化显示的所有章节,从而可以做到快速跳转到当前笔记的任何一个章节
- 汇总显示一些特定的笔记
- 关系数据库式的汇总
- 文件列表(插件):可以用来查看和管理仓库中的所有文件和文件夹。通过使用文件夹,可以对所有的文件进行MECE分类,从而揭示笔记的本质类型(实体型)
- 数据库(插件):可以以多维表格的方式,汇总显示和管理一些有着相同本质类型的笔记。通过使用数据库插件的多维表格,可以轻松管理结构化数据(关系型数据)
- 属性列表(插件):显示和管理笔记的元数据。可以通过添加笔记的元数据,描述笔记的内容和揭示笔记间的有机联系
- 知识图谱式的汇总
- 关系图谱(插件):可以以无向图的方式,直观的显示仓库中所有笔记之间的关系。通过关系图谱,可以轻松看到所有没有被链接到的孤儿笔记
- 反向链接(插件):可以查看当前笔记的所有反向链接。通过查看笔记的反向链接,可以看到所有链接到当前笔记的笔记,从而方便进行对相关笔记的内容地图的写作
- 出链(插件):可以查看当前笔记含有的所有链接。通过查看笔记含有的所有链接,可以快速跳转到与当前笔记有联系的其他笔记
- 内容地图式的汇总
- 书签(插件):可以快速访问经常使用的项目。我将重要的索引笔记添加了书签,从而便于高频率的访问特定的主题
- 白板(插件):以视觉化笔记的方式,在一个无限大的白板上排列组合笔记卡片,并添加连线。有了一些笔记的大小、位置、连线等视觉信号,对特定主题的理解就很容易加深和维持
- 工作区(插件):可以保存和加载不同场景下的工作区布局。在不同的场景下,可以快捷使用不同的布局,比如阅读、写作和临时记录,这样的布局分工提高了管理效率
- 关键词式的汇总
- 搜索(插件):通过搜索相关的关键词,可以找到所有相关的文档。通过搜索特定的关键词,可以轻松找到特定的文档,满足了信息的检索需求
- 关系数据库式的汇总
- 笔记的统计数据显示
- 字数统计(插件):可以显示笔记的字数和单词数
- 笔记的强化显示
- 页面预览(插件):在将鼠标悬浮到特定的链接上时,可以以卡片的形式,预览链接的目标的内容
- 笔记的创建、重构和复原
- 时间戳笔记生成器(插件):可以创建以时间戳命名的笔记
- 笔记重组(插件):可以拆分和合并笔记的内容
- 文件恢复(插件):可以恢复笔记的自动保存的快照,防止笔记内容意外损坏
- 命令的快速执行
- 命令面板(插件):仅仅使用键盘,通过搜索相关的命令,就可以快速找到和执行特定命令
延申阅读
核心插件的表格(英文)
My Enabled Plugins
| PluginName | Description |
|---|---|
| Backlinks | Show links from other files to the current file. Backlinks can be shown in separated view or at the the bottom of the note. |
| Bases | Create custom views that let you edit, sort, and filter files using their properties. |
| Bookmarks | Save shortcuts to the files, searches, headings, and graphs. |
| Canvas | Arrange and connect notes on an infinite canvas. |
| Command Palette | Use Ctrl+P and begin typing to invoke a command. |
| File recovery | Restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files. |
| Files | Browse the files and folders in your vault. |
| Graph view | Visualize the relationships between your notes. |
| Note composer | Merge two notes or split one into two. |
| Outgoing links | Show outgoing links and detect unlinked mentions in the current note. |
| Outline | Show the table of contents for the current note. |
| Page Preview | Hover an internal link to preview its content. In editor mode, press Ctrl/Cmd while hovering. |
| Properties view | Show the metadata for your files in the sidebar. |
| Quick Switcher | Jump to other files with your keyboard. |
| Random note | Open a random note to rediscover or review. |
| Search | Search for a keyword in all the notes. |
| Unique note creator | Create notes with unique timestamp prefixes, for workflows zettelkasten or slip box. |
| Word count | Show word count in the status bar. |
| Workspaces | Save and load workspace layouts. |
My Disabled Plugins
| PluginName | Description |
|---|---|
| Audio Recorder | Record audio notes and save them as attachments. |
| Daily notes | Create and open today’s daily note. |
| Footnotes view | Show a list of footnotes from the current notes. |
| Format converter | Convert Markdown from other apps to Obsidian format. |
| Publish | Host your notes online as a website, wiki or documentation. |
| Slash commands | Trigger Commands in the editor by using the forward slash key. |
| Slides | Create a presentation by using “—” to separate slides. |
| Sync | Synchronize your files through Obsidian Sync. |
| Tags view | Show a list of all tags and their number of occurrences. |
| Templates | Insert template content from a folder of template files. |
| Web viewer | Open external links to web pages inside Obsidian. |
维基百科. 黑曜石 (软件) - 维基百科 [EB/OL]. ()[2025-10-13]. https://en.wikipedia.org/wiki/Obsidian_(software) ↩︎
Obsidian Help. Home - Obsidian Help [EB/OL]. ()[2025-10-13]. https://help.obsidian.md/ ↩︎