You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#447 added some exciting new functionality to our picker integrations, and in particular for picking tags. Here is a demo where I'm using telescope as my picker. Note:
Only a subset of this functionality is available with the alternative pickers (fzf-lua and mini.pick) due to their more limited Lua APIs.
I'm using a which-key mapping here to call the :ObsidianTags command.
Within the picker windows I use the default mappings of <TAB> to mark an entry for selection, <c-x> to add a tag to the current note, <c-l> to insert a tag at the cursor location, and <CR> to search for locations of the selected tags across my vault.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#447 added some exciting new functionality to our picker integrations, and in particular for picking tags. Here is a demo where I'm using telescope as my picker. Note:
which-key
mapping here to call the:ObsidianTags
command.<TAB>
to mark an entry for selection,<c-x>
to add a tag to the current note,<c-l>
to insert a tag at the cursor location, and<CR>
to search for locations of the selected tags across my vault.Beta Was this translation helpful? Give feedback.
All reactions