I'm trying to figure out how file names, note titles and note ids are used in Dendron mostly to better understand how to use/abuse Dendron.
Questions
- What breaks if I rename a note outside Dendron? Is there a command that can be run to "fix" a vault if I have done this? E.g. using cached information about the notes (i.e. look for note id, look for notes that link to note id, change links)
- What breaks if I create a note in my vault from outside Dendron? Is there a command that "imports" new notes?
- What breaks if a note id is changed?
Here is what I sort of gathered from various pages on the wiki:
- **filenames**: I understand that filenames are used for lookup and hierarchy. But also for links. Anything else?
- **note titles**: Am I correct that in assuming that note titles are purely cosmetic?
- **note ids**: I skimmed through the Lifecycle page and video and if I understand correctly, the note id is used as the
key
for the notes dictionary.
If this information is on the wiki I've not been able to find it. Sorry for the dense question 🙂