Skip to content

Commit

Permalink
feat: inline citations via cmd+shift (#18 and #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jan 28, 2023
1 parent 8dc4de0 commit 57e566b
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 479 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ Press the hotkey in any text field to start the citation picker.
### Citation Actions
- ``: Paste the citekey of the selected citation.
- `⌥ + ↵`: Add another citation.
- `⌘ + ↵`: Add page numbers before pasting the selected citekey. Confirm the page number with `⌥ + ↵` or `⌘ + ↵` to add another citation afterwards.
- `⌘⇧ + ↵`: Paste an inline-citation (citation without surrounding formatting, e.g. `@Grieser2022` instead of `[@Grieser2022])
- ⌘ + ↵`: Add page numbers before pasting the selected citekey.
- Confirm the page number with `⌥ + ↵` to add another citation afterwards.
- Confirm the page number with `⌘⇧ + ↵` for an inline-citation with page number (`@Grieser2022 [p. 42]`).

### URL Actions
- `⌃ + ↵`: Open the URL in the browser.
Expand Down

0 comments on commit 57e566b

Please sign in to comment.