Is your feature request related to a problem? Please describe.
When inserting an image in a note, the text app seems to unconditionally copy it to a .attachments folder. In some cases, this is undesirable because it duplicates the images, taking up spaces on the server. If the image is in the same folder or in a sub-folder of the folder in which the note is, there is probably no need to copy the image in the attachment folder.
Describe the solution you'd like
Either:
- don't copy f the image is in the same folder or in a sub-folder of the folder in which the note is,
- have the option not to copy the image
Describe alternatives you've considered
Additional context
This could be useful to use Nextcloud to write blog posts in markdown, where images are next to the posts.
Is your feature request related to a problem? Please describe.
When inserting an image in a note, the text app seems to unconditionally copy it to a .attachments folder. In some cases, this is undesirable because it duplicates the images, taking up spaces on the server. If the image is in the same folder or in a sub-folder of the folder in which the note is, there is probably no need to copy the image in the attachment folder.
Describe the solution you'd like
Either:
Describe alternatives you've considered
Additional context
This could be useful to use Nextcloud to write blog posts in markdown, where images are next to the posts.