If I paste some text/markdown with [[reference]]
and #tag
, how are these references and tags resolved exactly when there are multiple matches? (My testcase suggests that it takes the oldest rem with this name. Is that correct?) Does get_by_name
work the same way?
Is there a way to define which rem gets used or do I have to remove/rename all older rems with that name (e.g. I have some older plain text rems with the name “Summary”)?