notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
59 stars 1 forks source link

Pasting images broken #421

Closed timster closed 3 months ago

timster commented 3 months ago

When I paste an image into a note it gets inserted like this:

![[1710425368.png]]

When it should get inserted like this:

![[.assets/1710425368.png]]

It does get copied to the .assets directory but the link to the image in the note is not right.

astoilkov commented 3 months ago

That's actually the expected behavior. Wiki-links only contain the name of the file. The same happens with wiki-links for notes.

If you don't want wiki-links, you can switch to regular links through preferences: CleanShot 2024-03-14 at 17 04 34@2x

timster commented 3 months ago

OH that works. Thank you!