pprevos / citar-denote

Emacs package to create and retrieve bibliography notes with the Citar and Denote packages.
GNU General Public License v3.0
65 stars 9 forks source link

Enble use of silos for bibliographic notes #41

Open RafaelPalomar opened 3 months ago

RafaelPalomar commented 3 months ago

denote has the possibility to define different isolated silos (i.e., one for work notes and another one for personal use) https://protesilaos.com/emacs/denote#h:15719799-a5ff-4e9a-9f10-4ca03ef8f6c5. It seems that citar-denote ignores the existence of silos.

I would be great if citar-denote would play well with silos, so one can create notes selectively in different silos.

pprevos commented 3 months ago

Hi Rafael,

I have no experience with silos in Denote.

Can you give a suggestion how this would work?

Happy for you to provide some pull requests.

RafaelPalomar commented 3 months ago

@pprevos, thanks for the quick reply. I'm not a lisp programmer, but I would probably check whether the silos variable is set in denote and provide commands similar to denote-silo-extras-create-note (e.g., citar-silo-extras-create-note), which lets one choose the silo where the notes will be placed

pprevos commented 3 months ago

Fair enough. I will look into it at some stage.