jakewvincent / mkdnflow.nvim

Fluent navigation and management of markdown notebooks
GNU General Public License v3.0
654 stars 37 forks source link

Feature: Yank as anchor link relative to `root_tell` #201

Open sheluchin opened 4 months ago

sheluchin commented 4 months ago

Thank you for this great plugin.

I see that when the cursor is on a heading, yaa and yfa yank a link to the current location. yaa yanks relative to the current file while yfa yanks an absolute path.

Is there some way to yank as anchor relative to the perspective.root_tell?

jakewvincent commented 1 month ago

Hi @sheluchin, there is not currently a way to do this, but this would be very sensible, given that paths are interpreted relative to where the root tell is located by default. I'll add this to the to-do list :)