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
* Define citar-org-cite-basic-activate
citar-org-cite-basic-activate is an org-cite activate processor meant to
be a more performant version of org-cite-basic-activate
* feat(org): Use the citar-org-cite-basic-activate activate processor by default
Previously, citar-org-activation-functions used the built-in
org-cite-basic-activate` processor. Now, we use citar-org-cite-basic-activate
by default instead.
* docs(org): Update README
Copy file name to clipboardExpand all lines: README.org
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ For example, if point:
361
361
- is on an existing citation-reference, you will be prompted to replace it
362
362
- follows or precedes a citation-reference, you will be prompted to add a new citation-reference
363
363
364
-
The "activate processor" runs the list of functions in ~citar-org-activation-functions~, which by default is the ~basic~ processor from ~oc-basic~ to provide fontification, and also a little function that adds a keymap (~citar-org-citation-map~) for editing citations at point.
364
+
The "activate processor" runs the list of functions in ~citar-org-activation-functions~, which by default uses ~citar-org-cite-basic-activate~, a version of the ~basic~ processor from ~oc-basic~ to provide fontification that leverages citar's performant caching, as well as a little function that adds a keymap (~citar-org-citation-map~) for editing citations at point.
365
365
The ~citar-org-citation-map~ keymap includes the following bindings that provide additional citation and citation-reference editing options.
0 commit comments