citar icon indicating copy to clipboard operation
citar copied to clipboard

Emacs package to quickly find and act on bibliographic references, and edit org, markdown, and latex academic documents.

Results 66 citar issues
Sort by recently updated
recently updated
newest added

On the latest commit (really I think since the change to the new cache system) I've noticed that citar takes 25-30 seconds to load on first being called (and same...

With the new cache, seems like a script that optimizes performance would be a good addition to the [wiki](https://github.com/emacs-citar/citar/wiki/Performance-tips) (feel free to edit it)? The simplest version would maybe be,...

enhancement

I think `citar-capf` is going to need some more extensive changes. Currently it just saves the active bibliographies whenever `citar-capf` is loaded and then never updates them. But we also...

We might want to adapt `org-cite-basic-activate` to: 1. remove a dependency (it's a little awkward here, particularly with large libraries, having that load the same bibliography file(s), etc.) 2. add...

enhancement

Seems like it'd be nice-to-have, as we approach 1.0 (though realistically won't get done until after). See how consult handles this, by auto-generating the texinfo file from its [README.org file](https://raw.githubusercontent.com/minad/consult/main/README.org)....

documentation

I don't know if this is a good idea, but with #634, the idea occurred to me: It might be good to allow configurable indicators? That would allow to edit...

enhancement

Apparently this happens, and will cause this parser to break when it does. So we should figure out how to fix it to be more robust.

Some test cases: - `author = {Knuth, Donald Ervin}` = `Knuth` - `author = {Knuth, Donald E.}` = `Knuth` - `author = {Donald Ervin Knuth}` = `Knuth` - `author =...

enhancement

**Is your feature request related to a problem? Please describe.** I plan essays and write notes in org mode, and use org mode's citation syntax to plan my references. But...

enhancement

I think we've discussed that before, but would it be possible to prompt for affixes after selecting a key? Maybe in a loop so users can select multiple keys, add...

enhancement