Adding a custom has: field for my paper notes #796
danielnemenyi
started this conversation in
Show and tell
Replies: 2 comments
-
Very cool! Feel free to add it to the wiki. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! Done: https://github.com/emacs-citar/citar/wiki/Custom-has:-filter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As well as Org mode notes, I keep paper notes of texts I read (well, I draw maps of them), so I wanted citar to be able to show only items with an associated map (ie, be able to use has:map), as well as to display their physical location. Thought I would share in case anyone else out there might be wanting something similar.
In my BiBLaTeX file I've added my own field
notelocation
where I store the location of the map. For exampleNow I need to process this into citar. I basically just copied and customized the symbols related to importing links from citar.el.
Now for the icons:
And finally, just add the
notelocation
field to mycitar-tempaltes
Now I can run citar and filter by
has:maps
.And there we go, now I know that my map exists and where to find it:
Beta Was this translation helpful? Give feedback.
All reactions