Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bib matcher option page #185

Merged
merged 40 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c7f3ffc
v0 working
vict0rsch Oct 17, 2023
b3cc3a1
fix `val` by converting string to element before checking for checkbox
vict0rsch Oct 17, 2023
b1ae21e
switch all/new
vict0rsch Oct 17, 2023
30355a6
remove legacy venue check
vict0rsch Oct 17, 2023
01e51cc
remove mention of PWC
vict0rsch Oct 17, 2023
f7c75b9
add keepKeys functionality
vict0rsch Oct 17, 2023
6c9b0cf
add venues and sources to feedback table
vict0rsch Oct 17, 2023
3f8f79c
add bibmatcher to the popup menu
vict0rsch Oct 17, 2023
3b8fcd4
remove todo
vict0rsch Oct 17, 2023
a37db72
add bibmatcher gif
vict0rsch Oct 17, 2023
8b5198d
fix ACM url no param
vict0rsch Oct 19, 2023
16ea6b0
no autocomplete in search
vict0rsch Oct 20, 2023
a3616d2
add test bibs
vict0rsch Oct 20, 2023
b2114fc
errors & cmd+enter
vict0rsch Oct 20, 2023
2572e08
colour cards
vict0rsch Oct 20, 2023
7b2efa6
single card & fixed progress bar
vict0rsch Oct 20, 2023
39624e8
reference options preprint matching
vict0rsch Oct 21, 2023
9c80261
randomize matching order for dblp
vict0rsch Oct 21, 2023
55179a6
♻️ (parser): Refactor to return an object `{ data, status }`
vict0rsch Nov 14, 2023
7a4e904
🚧 (bibmatcher): V0 delay between queries
vict0rsch Nov 14, 2023
5fd01e2
🐛 (bibmatcher): Fix `matchPaper` argument
vict0rsch Nov 14, 2023
89cadd2
💄 (bibmatcher): Update container styles to grey
vict0rsch Nov 14, 2023
ea673a9
💄 (bibmatcher): Smaller bibliography font-size
vict0rsch Nov 14, 2023
08476ea
💄 (bibmatcher): Textarea to grey and Fira code
vict0rsch Nov 14, 2023
9abb24e
💄 (bibmatcher): Scroll to results when stop / finish
vict0rsch Nov 14, 2023
7bd801d
📦️ (build): Build js
vict0rsch Nov 14, 2023
6b99454
📝 (readme): Reference Edge
vict0rsch Nov 14, 2023
fbb593e
📝 (popup): Reference Edge
vict0rsch Nov 14, 2023
6c46d0a
💄 (bibmatcher): Bring back dark theme js loading
vict0rsch Nov 14, 2023
af6e1b4
💄 (bibmatcher): Add Bibmatcher specific CSS to dark theme
vict0rsch Nov 14, 2023
ab495cd
🚚 (bibmatcher): Move files to `src/bibMatcher/`
vict0rsch Nov 14, 2023
c8364a6
📦️ (build): Build js
vict0rsch Nov 14, 2023
74fc787
🥅 (data): Catch error when making a venue during a migration
vict0rsch Nov 15, 2023
291ae98
🥅 (data): Throw error if paper has no title or author
vict0rsch Nov 15, 2023
8b7147d
🥅 (bibtexParser): Clean citation key to deal with potential latex-esc…
vict0rsch Nov 15, 2023
d4622f7
✨ (functions): New `dedent` function
vict0rsch Nov 15, 2023
513b9a1
🥅 (parsers): Throw error if OpenReview paper is forbidden
vict0rsch Nov 15, 2023
4d47350
🚚 (options): Load un-minified js files for better debugging
vict0rsch Nov 15, 2023
6670ce5
📦️ (build): Build js
vict0rsch Nov 15, 2023
1261c12
👽️ (bibmatcher): Increase sleep to 3s
vict0rsch Nov 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
🏪 Official stores
<br/>
<a href="https://chrome.google.com/webstore/detail/arxivtools/hmebhknlgddhfbbdhgplnillngljgmdi">
<strong>Chrome & Brave</strong>
<strong>Chrome & Brave & Edge</strong>
</a>
&nbsp;•&nbsp;
<a href="https://addons.mozilla.org/en-US/firefox/addon/paper-memory/">
Expand Down Expand Up @@ -172,7 +172,7 @@ By default, and _if_ they are not already attributed, the following keyboard sho
* `cmd/ctrl + shift + s` will try to download the pdf of the current paper. If you have enabled this feature in the menu, the paper will be downloaded in your PaperMemoryStore (see thee advanced options page for more info)
* `cmd/ctrl + shift + l` will trigger the manual parsing of a paper if you have disabled automatic paper detection in the menu

All those shortcuts can be changed/set from `chrome://extensions/shortcuts` or `about:addons` (Firefox).
All those shortcuts can be changed/set from `chrome://extensions/shortcuts` (Chrome, Brave, Edge) or `about:addons` (Firefox).

## Guides

Expand Down
Binary file added extra/imgs/bibMatcher.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading