Refactor Question: - I see that some things are ch...
# questions
s
Refactor Question: - I see that some things are changed when a note gets a new name (links are renamed, etc) - What about images embedded in a doc? Any way to keep them in sync with name changes? Example: - Initial file name:
scratch.2022.02.03.075556
- Image name:
scratch-test1
- Changed note file name to:
super-important.topic
- Did I just lose correlation between the image names (stored in
assets/images/
) and the file name? - How do I prevent this from happening? - Ideally, I want every image associated with a file to have some kind of unique identifier for portability reasons.