Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Mar 11, 2023
1 parent 54c6db3 commit e229145
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ build:

lint:
find . -type f -maxdepth 1 | grep -v org | grep -v Makefile | xargs npx [email protected] --write
npx [email protected] --write .github/workflows/lint.yml
15 changes: 11 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,24 @@
#+STARTUP: content

[[https://github.com/jiacai2050/text-saver/actions/workflows/CI.yml][https://github.com/jiacai2050/text-saver/actions/workflows/CI.yml/badge.svg]]
[[https://chrome.google.com/webstore/detail/text-saver/egelicndigijclebpggemngfhpnkeglk][https://img.shields.io/chrome-web-store/v/egelicndigijclebpggemngfhpnkeglk.svg?style=plastic]]
#+begin_quote
A browser extension to save texts anytime, anywhere.
#+end_quote

When click =Add to Text Saver= in context menu, current selection will be saved if there is any,
otherwise URL of current tab will be saved.
When I read issues/pulls of my favorite projects, I always learn something new,
and often there are comments I think are worth digging further, but GitHub has no =SAVE= button for single issue/pull, not to mention specific comment, so I create =Text Saver= to fix this.

When click =Add to Text Saver= in context menu, current text selection will be saved if there is any, otherwise URL of current tab will be saved.

All saved texts can be viewed in option page, and users can export their saved texts to local disk.

[[https://github.com/jiacai2050/text-saver/issues][Open an issue]] if you have any suggestions or issues.

* Install
- [[https://chrome.google.com/webstore/detail/text-saver/egelicndigijclebpggemngfhpnkeglk][Chrome web store]]
* Screenshots
[[file:imgs/640x400.png]]
[[file:imgs/1280x800.png]]
* Install
TBD
* License
[[http://liujiacai.net/license/MIT.html?year=2023][MIT License]] © Jiacai Liu

0 comments on commit e229145

Please sign in to comment.