diff --git a/docs/faq.md b/docs/faq.md index 575024fe..8571f6c9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -62,7 +62,7 @@ moz-extension://05b6ef8a-7314-4c1d-a519-80f48a5794a6/src/fullMemory/fullMemory.h ### Can I exclude a paper source? -Yep. In the extension popup's advanced options page: right-click the extension's icon and click on `Options`. Or click on the link at the bottom of the :octicons-gear-16: popup menu. Or go to this url (Thanks @kaixin96!): +Yep. In the extension popup's advanced options page: right-click the extension's icon and click on `Options`. Or click on the link at the bottom of the :octicons-gear-16: Popup Menu. Or go to this url (Thanks @kaixin96!): ```bash # Copy-paste this url (Chrome / Brave / Edge): diff --git a/docs/getting-started.md b/docs/getting-started.md index ed77ce60..c3a9cd78 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -103,7 +103,7 @@ You can also * :tabler-vocabulary: open a downloaded PDF * :tabler-external-link: Go to the paper's online page (1) * :octicons-link-24: Copy the link to the paper (2) -* :tabler-device-desktop-code: Copy a formatted hyperlink (for emails for instance) +* :tabler-device-desktop-code: Copy a formatted hyperlink (to share papers in emails, Google Docs or Slack for instance) * :material-language-markdown-outline: Copy a `[$title]($url)` Markdown-formatted link (3) * :tabler-math-function: Copy a BibTex entry for your `.bib` bibliography. diff --git a/src/popup/min/popup.min.html b/src/popup/min/popup.min.html index f7544ae2..4cc55f7b 100755 --- a/src/popup/min/popup.min.html +++ b/src/popup/min/popup.min.html @@ -1,3 +1,3 @@
PaperMemory automatically records and organizes the papers you read, without ever leaving your browser.
When opening a paper (its web page or pdf), a reference to that paper will be stored in your Memory. Supports Arxiv, Open Review, PNAS, Science, Nature and more!
Click on the Memory button below (or press a
)!
It's the little things that make your research smoother.
Look at the code ; raise issues ; share improvement ideas
https://github.com/vict0rsch/PaperMemory
Documentation: PaperMemory.org
Open the PaperMemory BibMatcher page to match the ArXiv entries of your .bib
file to a publication.
Open your full-page memory to explore papers more easily, in a dedicated tab.
Open the options page to access advanced customization features:
Auto tagging papers from regex
Import papers from lists of URLs
Manage your data (export/load)
Ignore some paper sources
And more!
The following shortcuts are available on your browser if and only if they are not already assigned.
Go to your settings or chrome://extensions/shortcuts
(Chrome & Brave & Edge) or about:addons
➜ Tools for all add-ons cogwheel ➜ Manage Extension Shortcuts (Firefox) to set/edit these shortcuts.
cmd + shift + e
on Macctrl + shift + e
on Windowsctrl + shift + m
on Linuxcmd/ctrl + shift + p
cmd/ctrl + shift + s
a
from the popup's home will open the Memorytab
and hit enter
tab
or shift + tab
tab
will iterate through papers down the listshift + tab
will go back up the liste
to edit the paper's metadata: tags, code and note when the paper is focused (from click or keyboard tab
navigation)(shift+) tab
enter
to open a focused paper (focus an existing tab with the paper or create a new tab to the paper's pdf if it's not open already)backspace
to delete a focused paper (a confirmation will be prompted first don't worry 👮♀️)esc
closes the memory (or the menu -- not in Firefox)gan im
will look for: all papers whose (title OR author) contain ("gan" AND "im")c:
to only search code linkst:
to filter by tagst: gan
will look for all papers whose tag-list contains at least 1 tag containing "gan"t: gan tim
will look for all papers whose tag-list contains (at least 1 tag containing "gan") AND (at least 1 tag containing "tim")y: ${year}
,
to separate requested years or start with >
or <
to filter paper published after/before a given year (stricly)y: 20,21,22
will display papers published in 2020 OR 2021 OR 2022
y: <2015
will display papers published before (strictly) 2015
y:>19
will display papers published after (strictly) 2019
.bib
file to actual publicationshuggingface.co/papers/
will now be added as arxiv papers. If PaperMemory discovers a publication venue, a badge will be displayed on the HF paper paget:
.bib
or .json
file with the appropriate papers.ctrl/cmd + shift + p
cmd/ctrl + shift + s
y: 18,19
), including before/after a date (y: <2019
, y: >2018
).t:tagName
to search tags only)Automatic, url-based parsing has been disabled.
To manually add papers you must now setup a keyboard shortcut to trigger this action.
Visit your browser's settings to set it.
Open an issue on Github if you think you encountered a malfunction.
PaperMemory displayed a warning notification because it has detected that you are using a custom title function.
If it is not the case, meaning you have not changed the function that produces a title from a paper in your Advanced Options, you can safely ignore this warning.
If you do however use a custom title function, be aware that this functionnality will be removed in version 0.6.0
.
Mostly because of safety, code quality and accessibility.
The vision for this feature is to make it modular but not code-based. Something like asking you for a list of attributes you want to be part of the title and potenlially lower/upper case or capitalizing.
This vision is not fully-shaped but I wanted to give you a proper heads-up to give you time to adjust.
If you're happy with the vision for this feature, you don't have anything to do about it.
If you want to keep the feature as is, let's go and discuss on Issue #109!