From 19907adc6f57eea97d7c19997a4f3fea4a21cbc1 Mon Sep 17 00:00:00 2001 From: Rizwan Date: Thu, 6 Oct 2022 13:08:47 +0530 Subject: [PATCH] show_tags is listed twice --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b7fd55c..50a2c8d 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,7 @@ the list for a more detailed description: - `panel` : brings up the [command palette](#21-telekasten-command-palette) - `find_notes` : Find notes by title (filename) -- `show_tags` : Search through all tags +- `show_tags` : brings up the tag list. From there you can select a tag to search for tagged notes - or yank or insert the tag - `find_daily_notes` : Find daily notes by title (date) - `search_notes` : Search (grep) in all notes - `insert_link` : Insert a link to a note @@ -583,7 +583,6 @@ the list for a more detailed description: - `preview_img` : preview image under the cursor - `browse_media` : Browse images / media files - `rename_note` : Rename current note and update the links pointing to it -- `show_tags` : brings up the tag list. From there you can select a tag to search for tagged notes - or yank or insert the tag - `switch_vault` : switch the vault. Brings up a picker. See the `vaults` config option for more.