1. Better Command Palette
取代命令面板(Command palette)的外掛。
1.1. 功能簡述
- 最近使用過的命令會排列在最上面,以方便再次執行
- 按Ctrl/Cmd+I切換命令的顯示可隱藏不常用的命令
- 輸入/可做檔案搜尋 (速度有點慢...)
- 能添加巨集命令
2. Another Quick Switcher
取代快速切換(Quick switcher)的外掛。
2.1. 功能簡述
- 可將不同的搜尋標的設定快捷鍵
- 或在輸入時先輸入命令前綴以切換為不同的搜尋模式;命令前綴皆可自訂
- 按Alt+O將檔案在背景開啟,如此可以逐一開啟多個有使用的相關檔案
- 用
Grep (rg)
命令以ripgrep進行全文檢索:輸入後按Tab
2.2. 排序彙總
搜尋命令 | 排序優先順序 | 命令前綴 |
---|---|---|
Recent search |
Name match
.md
Last opened
Last modified
|
:e |
File name search |
Prefix name match
Alphabetical
.md
Last opened
Last modified
|
:f |
Landmark search |
Prefix name match
Name match
Tag match
Header match
Link match
.md
Last opened
Last modified
|
:l |
Star search |
Star
.md
Last opened
Last modified
|
:s |
Link search | ||
Backlink search |
Last opened
Last modified
|
2.3. 搜尋標的(Search target)
- file
- link
- backlink
2.4. 排序優先順序(Sort Priorities)選項
Name | Description |
---|---|
Perfect word match | A query matches perfectly with a word in the file name |
Prefix name match | The file name or alias starts with a query |
Name match | The file name or alias includes a query |
Tag match | The tag name in the file includes a query |
Header match | The header name in the file includes a query |
Link match | The internal link name in the file includes a query |
Length | Length of the file name or alias |
Last opened | The time the file opened last |
Last modified | The time the file modified last |
Star | The file has a star |
Alphabetical | File name or alias order by alphabetically ascend |
Alphabetical reverse | File name or alias order by alphabetically descend |
Created latest | File creation date from the latest to the earliest |
Created earliest | File creation date from the earliest to the latest |
(Tags split by comma) | The file has specific tags |
(Extensions split by comma) | The file has specific extensions |
3. File Tree Alternative
取代檔案瀏覽器(File browser)。
3.1. 功能簡述
- 資料夾窗格與檔案窗格分別顯示,檔案窗格可設置在右方或下方 (稱為Evernote View)
- 資料夾右側顯示檔案數目( 可設定是否含非筆記檔案)。資料夾未展開時為全部檔案數,展開後顯示各子目錄的檔案數
- 檔案窗格可切換是否顯示子目錄裡的檔案
- 檔案窗格多了依檔案大小排序的選項
- 檔案窗格有過濾功能,方便列出符合過濾字串的檔案
- 檔案窗格有新增筆記按鈕,可以將檔案新增在當前資料夾
[!WARNING] 設定❗
- 選項裡的【Show Root Folder】必須啟用,否則無法顯示根目錄裡的檔案
- 啟用【Reveal Active File in File Tree Button】後,能點擊該按鈕直接跳到當前檔案位置
[!INFO] 如何能...就更棒了 👍
- 如果資料夾也能有最近流行的彩虹樣式就更理想了
- 如果檔案窗格能用拖拉的方式變動位置就更理想了
4. Quiet Outline
取代大綱窗格核心外掛。
已經在[[Obs#111-幾個最近使用的外掛:Surfing、Quiet Outline、Colorful Tag、Share as Gist、Commander]]介紹過了,不再贅述。
5. 相關鏈接
- AlexBieg/obsidian-better-command-palette: A better command palette for obsidian
- tadashi-aikawa/obsidian-another-quick-switcher: This is an Obsidian plugin which is another choice of Quick switcher.
- ozntel/file-tree-alternative: This Obsidian Plugin allows users to have a different file explorer experience.
6. 教學影片
##您可能也會有興趣的類似文章
- [Obs#113] Obsidian展示程式碼區塊的好工具:HK Code block外掛 (2則留言, 2023/02/11)
- [Windows] 比對檔案時間並拷貝較新檔案的命令行作法 (0則留言, 2023/02/10)
- WordPress網站遭植後門網頁 😡 (0則留言, 2022/08/12)
- WordPress網站清除後門Reval.C記錄 (0則留言, 2022/10/13)
- Obsidian (黑曜石)筆記軟體的基本操作指引 (0則留言, 2020/06/23)
- WordPress佈景主題中文化的步驟 (0則留言, 2022/08/29)
- WordPress網站改用新佈景主題:Hueman (0則留言, 2022/08/27)
- WordPress網站升級紀錄 (0則留言, 2022/08/16)
- [Obs#88] 綜合練習:快速設定的6種方法─使用8個Obsidian外掛 (0則留言, 2022/05/21)
- [Obs#47] 用Command Alias(命令別名)快速操作命令面板 (0則留言, 2021/08/27)
- [Obs#62] Obsidian搜尋全攻略 (0則留言, 2021/11/26)
- [Obs#35] Buttons外掛開啟筆記自動化操作契機 (0則留言, 2021/04/23)
- [Obs#26] Dataview外掛: 製作索引筆記利器;動態查詢筆記資料 (6則留言, 2021/02/19)
- [Obs#13] 快速開啟筆記的方法:快速切換對話窗與obsidian:// URI 命令行 (0則留言, 2020/10/18)
- [Obs#107] Obsidian全方位搜尋:OmniSearch外掛 (0則留言, 2022/11/20)