Skip to content

Commit

Permalink
📝 (docs): Update whatsnew and docs with Gdocs & Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Nov 28, 2023
1 parent 4be9205 commit 73f2e37
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/popup/min/popup.min.html

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,16 +506,21 @@ <h3 style="margin-bottom: 0px;">What's new</h3>
href="https://github.com/vict0rsch/PaperMemory/releases/tag/0.6.1">0.6.1</a>
<em>(2023-11-27)</em>
<ul>
<li>[feature] A new BibMatcher tool to match arxiv references in a <code>.bib</code> file to
actual publications</li>
<li>[feature] PaperMemory has a new website! <a class="link-in-new-tab"
<li>[feature] PaperMemory has a new <strong>website</strong>! <a class="link-in-new-tab"
href="https://papermemory.org" style="margin-top: unset;">papermemory.org</a></li>
<li>[feature] You can now copy a hyperref link to cite a paper in an email displaying the
<li>[feature] A new <a class="link-in-new-tab"
href="https://papermemory.org/getting-started/#bibmatcher"
style="margin-top: unset;"><strong>BibMatcher</strong></a> tool to match arxiv
references in a <code>.bib</code> file to
actual publications.</li>
<li>[feature] You can now copy a <strong>hyperlink</strong> to cite a paper in an email,
Google Docs or Slack, displaying the
title and linking to the URL.</li>
<li>[feature] Add a tooltip on paper titles to show some more metadata (including
<li>[feature] Add a <strong>tooltip</strong> on paper titles to show some more metadata
(including
publication venue if any)</li>
<li>[Feature] Long author lists can now be expanded on clicking on the "..." symbol in the
Memory list</li>
<li>[Feature] Long author lists can now be <strong>expanded</strong> on clicking on the
"..." symbol in the
</ul>
<br />
<ul>
Expand Down

0 comments on commit 73f2e37

Please sign in to comment.