Skip to content

Commit

Permalink
release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Apr 1, 2022
1 parent fd6b398 commit 8247638
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- 2022-04-01 release 8.1.0
- 2022-04-01 quick search (e.g. search 'fou 77' for 'foucault 1977')
- 2022-03-31 release 8.0.3
- 2022-03-31 fix parser for when properties include an @ symbol
- 2022-03-31 release 8.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Press the hotkey in any text field to launch the citation picker.
- Search for the title, author/editor (last name), year, or, collection/journal-title.
- Prepend `@` to a word to search for a citekey, e.g. `@Grieser2020`.
- Prepend `#` to search for keywords (tags), e.g. `#sociology`.
- *Smart Queries*: You can search for any combination of the above. For example, the query `2020 #cognition Grieser *` will for entries published in 2020, with the tag "cognition", and with "Grieser" as author/editor.
- *Smart Queries*: You can search for any combination of the above. For example, the query `2020 #cognition Grieser *` will for entries published in 2020, with the tag "cognition", and with "Grieser" as author/editor.
- *Quick Search*: The search is fuzzy *and* for years also matches the last two digits. For example, you can search for `Fouc 77` to find `Foucault 1977`.
- The workflow setting `match_authors_in_etal` determines whether authors (or editors) in the *et al.* are still matched when searching for them (default: *true*).

Expand Down
Binary file modified Supercharged-Citation-Picker.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@ to set a hotkey for the citaiton picker.</string>
<string>literature_note_folder</string>
</array>
<key>version</key>
<string>8.0.3</string>
<string>8.1.0</string>
<key>webaddress</key>
<string>https://github.com/chrisgrieser/alfred-bibtex-citation-picker</string>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions scripts/autocomplete-for-obsidian.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const delimiter = "|"; // https://tadashi-aikawa.github.io/docs-obsidian-various
const insertDisplayDelimiter = ">>>";




// ----------

const rawBibtex = app.doShellScript('cat "' + libraryPath + '"');
Expand Down

0 comments on commit 8247638

Please sign in to comment.