markdown-oxide icon indicating copy to clipboard operation
markdown-oxide copied to clipboard

Missing #target in link is created in a new created file instead of current.

Open 192709 opened this issue 7 months ago • 1 comments

On Ubuntu 24.4 with current helix 25.1 I am trying to work with links. I am in a base folder ~/Dokumente/brain. I use helix and edit a file in knwo-how/saml2.md. Inside I insert [[saml2#Test]]. Hereby saml2 Is given/inserted. If I ask with 'space + a' to insert the missing link, I get a new file saml2.md inside brain folder with a #Test Heading. In the current file know-how/saml2.md nothing is changed.

I tried to use a different version of markdown-oxide, same results.

If I manually add [[know-how/saml2.md#Test]] or [[know-how/saml2#Test]] I get no action on 'space + a'

Did I miss something?

However - I love the idea to use my helix for documentation in markdown!

192709 avatar Mar 09 '25 14:03 192709