obsidian.nvim
obsidian.nvim copied to clipboard
Enhance Autocomplete for First Heading to Exclude File Path
🚀 The feature, motivation and pitch
Description:
-
Current Behavior:
After typing: (
|is the cursor)
It is amazing to find the suggestion of the first heading of my markdown file which is[Euler|]Euler's Beta Functionalong with the suggestion of the filenameeuler_beta_function, but when I select it without confirming, it results in:[Euler's Beta Function](/path/to/file)| -
Desired Behavior:
The unconfirmed suggestion should result in:
This allows for adding tags like:[Euler's Beta Function|]
And then confirm:[Euler's Beta Function#Property|][Euler's Beta Function > Property.](/path/to/file)|