Commit graph

12 commits

Author SHA1 Message Date
Jacob Williams
1292b3cced Rename "Cite Reference" to "Cite reference" to match plugin guidelines 2025-02-21 13:16:45 -08:00
Jacob Williams
61766f9fe1 add cite reference command 2025-02-05 11:52:15 -08:00
Jacob Williams
6c836dad39 add Paste CSL YAML command 2025-02-05 10:58:36 -08:00
Jacob Williams
7eb3d47612 Remove fuzzy matching
I didn't realize fuzzysort requires (almost?) the whole search string to be present in the string being matched against. That means it wasn't adding a lot of value in this particular use case. Anyway, I should have started simpler. Matching on title, with some simple normalization rules, is probably good enough most of the time; in the future I could add a way for the user to provide an explicit mapping of Kindle titles to citation IDs in the front matter.
2025-02-05 09:17:48 -08:00
Jacob Williams
80dd3d1b54 fix errors that did not show up when using npm run dev 2025-02-04 12:25:51 -08:00
Jacob Williams
86a58613c5 move cursor after paste 2025-02-04 11:15:11 -08:00
Jacob Williams
695cf08234 remove unused stuff 2025-02-04 10:56:52 -08:00
Jacob Williams
3e7902c26d better handling for missing references 2025-02-04 10:54:37 -08:00
Jacob Williams
c03966ff8e automatic citation 2025-02-04 10:20:23 -08:00
Jacob Williams
248543acd8 paste quote body 2025-02-03 11:49:46 -08:00
Jacob Williams
244bd9245e replacing sample code 2025-02-03 10:20:53 -08:00
Jacob Williams
da872a9129
Initial commit 2025-02-03 09:37:51 -08:00