You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example that suggests perhaps it might be worth enhancing citar-org-roam-template-fields to allow an optional filter function to be associated with a template field, as we do already in the citar template language. Here, we'd just want to pre-filter it.
In this case, the example filter might be ex-latex-to-org.
Just need to figure out how to hook it up with some specific output (insert into buffer, integrate into capture template, etc.).
Effectively, this is a sort of filter run on some content. It may be possible to adapt something like this to the new citar-org-roam capture template support.
The text was updated successfully, but these errors were encountered:
bdarcus
changed the title
[This](https://org-roam.discourse.group/t/new-zotero-pdf-reader-and-org-roam-org-roam-bibtex-workflow/1364) says Better BibTeX exports these as LaTeX notes.
Add optional filter function to citar-org-roam-template-fieldsApr 6, 2023
This is an example that suggests perhaps it might be worth enhancing
citar-org-roam-template-fields
to allow an optional filter function to be associated with a template field, as we do already in thecitar
template language. Here, we'd just want to pre-filter it.In this case, the example filter might be
ex-latex-to-org
.So maybe:
Or, alternately, somehow hook this up to
citar-display-transform-functions
?This says Better BibTeX exports these as LaTeX notes.
Here's an (untested) example adapted from org-roam/org-roam-bibtex#178 (comment) that should work, to convert those notes to org.
Just need to figure out how to hook it up with some specific output (insert into buffer, integrate into capture template, etc.).
Effectively, this is a sort of filter run on some content. It may be possible to adapt something like this to the new
citar-org-roam
capture template support.Originally posted by @bdarcus in emacs-citar/citar#774 (reply in thread)
The text was updated successfully, but these errors were encountered: