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
When using obsidianquickswitch with telescope option insert_link, it correctly insert the link, but it also append a pipe | with some words that starts the note linked
so if i use a obsidianquickswitch to search a note called car.md (that have on the begining of the note a word like eletric) and hit the insert link option of telescope. it would add [[car|eletric]] instead of only [[car]]
I didnt found the behaviour to it choose certains words of my notes, sometimes it pick words from frontmatter, sometimes is the word of the first header
Config
picker = {
-- Set your preferred picker. Can be one of 'telescope.nvim', 'fzf-lua', or 'mini.pick'.
name = "telescope.nvim",
-- Optional, configure key mappings for the picker. These are the defaults.
-- Not all pickers support all mappings.
note_mappings = {
-- Create a new note from your query.
new = "<C-x>",
-- Insert a link to the selected note.
insert_link = "<C-l>",
},
},
🐛 Describe the bug
When using obsidianquickswitch with telescope option insert_link, it correctly insert the link, but it also append a pipe | with some words that starts the note linked
so if i use a obsidianquickswitch to search a note called car.md (that have on the begining of the note a word like eletric) and hit the insert link option of telescope. it would add [[car|eletric]] instead of only [[car]]
I didnt found the behaviour to it choose certains words of my notes, sometimes it pick words from frontmatter, sometimes is the word of the first header
Config
Environment
NVIM v0.10.1
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
The text was updated successfully, but these errors were encountered: