logseq-citation-manager
logseq-citation-manager copied to clipboard
What if I'm already having a page named as [[citekey]]
I tried this and found that the template can't get inserted into the original page related to a particular reference. Can we just add the template directly to the beginning of the existent page?
I am also having this issue.
Hello, I'm not from the plugin development team, but I think that's intended behaviour. If the plugin would modificate already existing pages, the options would be:
- overwrite contents of the page with template
- insert template on top (or bottom) of the page
In the first case you would have the risk of losing your aready existing data on the page, in the second case you could get duplicates in your notes.
If the page you created is still blank, you can delete it and let the plugin create a new page for you. If the page already has notes on it, my approach would be to weigh what holds more information - the already existing notes or the auto-generated page from this plugin. Depending on that I would decide:
a) the notes have more information: If the information of the template is minimal, e.g. page tags and properties, you can copy-paste them at the beginning of the already existing page which holds all of your notes. b) the template has more information: If the template extracts a lot of information from the .bib-file and your notes are just a couple of bullet points, then you can
- rename the notes file, e.g. appending "old" to the name
- generate a new page via plugin
- copy-paste the notes from the "old" page to the new page
- delete the old page
Hope that helps!