Closed Elaws closed 3 years ago
This is the expected behavior. To accomplish what you request, the plugin would need to maintain a database separate from the Obsidian vault content, tracking mappings between citations and their titles. I think this is undesirable for interoperability / sustainability reasons: other tools accessing the vault / working with the Markdown export in 5--20 years would be need to be aware of and accommodate this extra complexity.
For this reason I'm declaring wontfix
-- but if you have a strong and general use case in which it makes sense to manually change literature note titles, please share and I will reconsider.
@hans : Here is a possible usecase, so that maybe you reconsider this FR.
In Literature note title template
, I don't use something simple like {{citeKey}}
or {{title}}
. But something like DOC_TYPE YYYY-MM-DD {{title}}
, where DOC_TYPE
is a special character that quickly indicates if the document is a book, paper or article (this was inspired from Bryan Jenks Obsidian Workflow).
I have not found a way to automate the DOC_TYPE
part, so this is added manually in the title after opening the note with citation plugin.
The problem is that whenever I open the note again with citation plugin, it does not recognize the title anymore.
Environment
Windows 10 Obsidian 0.12.12 Citations 0.4.3
Description
If you change the title of a literature note and then insert a link to it, citations plugin insert a link to another note with the title from the template.
Steps to reproduce