obsidian-pandoc-reference-list icon indicating copy to clipboard operation
obsidian-pandoc-reference-list copied to clipboard

FR: Literature Note Integration

Open chrisgrieser opened this issue 3 years ago • 3 comments
trafficstars

given that many people have their literature notes in a dedicated folder and with the citekey as filename, wouldn't it make sense to somehow integrate literature notes as well? Typing [@Kieser2006a] [[Kieser2006a]] all the time is a bit tedious, and also somewhat redundant.

Some ideas:

  • display whether a citation has a literature note, e.g. with an icon (or cssclass for us theme devs)
  • link/method to directly open the literature note.
  • all while not changing the text in the markdown – for pandoc export, there should still only ever be [@Kieser2006a]

chrisgrieser avatar May 25 '22 07:05 chrisgrieser

I've been thinking about this, too @chrisgrieser. Would we assume literature notes are only one of:

  • @citekey.md
  • citekey.md

I imagine a lot of folks use other names. I can see looking up literature notes by a citekey metadata field, but I don't think there's a performant way of retrieving a file by metadata field. Maybe the above is the best way to start.

mgmeyers avatar May 25 '22 16:05 mgmeyers

yeah, for starters, those two will be totally fine, I think!

chrisgrieser avatar May 25 '22 16:05 chrisgrieser

It looks terrible but typing links as [[litnote|[@citekey]]] does technically work. Edit: Wait, I didn't realize that [[litnote|@citekey]] also works. :facepalm:

lguenth avatar Jul 27 '22 09:07 lguenth

This has been implemented right? So I think both this issue and #54 can be closed, unless there is some intention to expand the file names supported and implement the indicator that @chrisgrieser mentioned (if that was meant to be shown at the citation). Well, the tooltip has the literature note link too, so?

FeralFlora avatar Sep 13 '23 08:09 FeralFlora