Context: I’m building a CSL (a file that provides a citation formatting for library manager like Zotero or Mendeley, when citing a reference).
Library managers allows you to copy paste metadata from papers of scientific journal, in a formatted way : basically the CSL file dictates how the metadata (authors, etc) are formatted when I reference them.
For example you could have CSL outputting this :
[[Author]], [[Year]], [[Title of paper]], [[Keyword of paper]], [[Journal]] which is quite useful IMO, as it allows to embedded the metadata of a PDF into the RemNote “language”.
My problem is that I would like to nest straight away the authors of the paper (let’s say ‘Rogers’) under the Rem called “Authors” that I’ve already created (where I have all the authors I’ve read so far). I really would like to avoid to move the authorsu
What Text operator allows me to do so? “[[Authors|Rogers]]” doesn’t work
Hope it’s understandable
Thanks