Add screenshots to the README

This commit is contained in:
Justin Hawkins 2022-12-28 11:28:14 +10:30
parent 85b98b6a25
commit ecd27b6d6b
4 changed files with 24 additions and 1 deletions

View File

@ -1,7 +1,25 @@
# linkwallet
[![Go Report Card](https://goreportcard.com/badge/github.com/tardisx/linkwallet)](https://goreportcard.com/report/github.com/tardisx/linkwallet)
A self-hosted bookmark database with full-text page content search.
Searching uses English stemming, providing matches against similar words, in both page
titles and page content. Searches are lightning fast.
![Search][screenshot_search]
Bookmark content is automatically re-scraped periodically. Tags can be applied (though with
the full-text search they are often not needed). Bookmarks can be easily managed, and can be
imported or exported in bulk.
![Admin][screenshot_admin]
Bookmarks can be added with two clicks via the bookmarklet.
![Bookmarklet][screenshot_bookmarklet]
# Feature list
* Simple cross-platform single binary deployment
@ -75,4 +93,9 @@ will not work.
* sorting
* More tag options
* bookmarklet with pre-filled tags
* search/filter on tags
* search/filter on tags
[screenshot_search]: https://raw.githubusercontent.com/tardisx/linkwallet/main/screenshot_search.png
[screenshot_admin]: https://raw.githubusercontent.com/tardisx/linkwallet/main/screenshot_admin.png
[screenshot_bookmarklet]: https://raw.githubusercontent.com/tardisx/linkwallet/main/screenshot_bookmarklet_.png

BIN
screenshot_admin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 KiB

BIN
screenshot_bookmarklet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

BIN
screenshot_search.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB