|
|
|
|
|
by rubymamis
838 days ago
|
|
Where do you expect embedded media to be stored? For example, if I have the following note: ~/my_notes/art/renaissance.txt do you expect images in that note to be stored in ~/my_notes/art or in ~/my_notes/media, or something else? |
|
The embedded media is already referenced using relatively standard markdown syntax in a respective MD note, e.g.:
Since apps such as Logseq and Obsidian work with your existing notes, they avoid this issue of massive file duplication and don't need to move the files at all.EDIT: I just realized if you're talking about adding media onto a note through the notetaking application itself, take a look at what Typora does as a good example of how to handle it. It auto-creates a relative folder called "note_name.assets" and moves them to it. Obsidian OTOH lets you specify a "media" folder that exists for each subdirectory of your existing note structure.