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

More often than not, when I run `citar-open-notes`, I type `has:notes`. Could this be set as the default input? From what I understand, `citar-presets` _almost_ does what I want but...

enhancement

As we approach v1.0 ... I had in mind to maintain a changelog, which is why there's one in the repo. But I've failed horribly. So two questions: First, does...

request for feedback

**Describe the bug** An ebib entry referencing 2 files - named e.g. `a:a.pdf` and `b.pdf` are parsed incorrectly by the two citar functions: - citar-file-parser-default - citar-file-parser-triplet There are 2...

bug

There might be ways to support, or borrow from, this cool new project. https://github.com/rougier/org-bib-mode ![image](https://github.com/rougier/org-bib-mode/raw/master/bibliography.png)

FYI

For markdown modes we have: ```elisp (defun citar-markdown-insert-keys (keys) "Insert semicolon-separated and @-prefixed KEYS in a markdown buffer." (insert (mapconcat (lambda (k) (concat "@" k)) keys "; "))) ``` Why...

enhancement

1. Enter a citation 2. Run `citar-org-update-pre-suffix` 3. Enter a suffix. => the suffix is inserted without any separating whitespace. Is this the intended behaviour?

bug

**Is your feature request related to a problem? Please describe.** I've been really enjoying Citar lately, and I'd love to get it to work with my favorite bibliographic format, `org-bibtex`....

enhancement

## Introduction Currently we have a static `citar-org-style-preview-alist`, which contains previews of org-cite styles for output options. But while it does work, because it's static, it's not very flexible or...

enhancement

The oc-biblatex module now includes two variables to customize styles and their output: `org-cite-biblatex-styles` and `org-cite-biblatex-style-shortcuts`. Along with more generally creating the list of styles from `org-cite-supported-styles`, maybe can use...

Given we now have a nice testing script, seems like we should revise the test.bib file etc to better test out the UI; things like: - tags - PDFs/notes

enhancement
good first issue
chore