Skip to content

Version 0.2.3

Compare
Choose a tag to compare
@myshevchuk myshevchuk released this 10 May 17:47

Added

  • orb--replace-virtual-field and orb--virtual-fields-alist for
    mapping bibtex-completion virtual field names to more conventional
    words, namely these:

    ("=type=" . "type")
    ("=key=" . "citekey")
    ("=has-pdf=" . "pdf?")
    ("=has-note=" . "note?")

    From now on, type, citekey, pdf? and note? are recognized as
    aliases of, respectively, =type=, =key=, =has-pdf? and
    =has-note= in orb-preformat-keywords.

  • Throw an error if an orb-preformat-keywords element is neither a
    string nor a cons cell.

  • Github funding badge

Changed

  • No more no less: the upstream URL! We are now a
    legit brethren of the Org-Roam family.

Fixed

  • helm-bibtex not showing the note indicator because
    orb-find-note-file wasn't adjusted to the upstream changes in
    org-roam--get-ref-path-completions