diff --git a/README.md b/README.md index 5302b00..fce4818 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + * 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 + diff --git a/screenshot_admin.png b/screenshot_admin.png new file mode 100644 index 0000000..7ad850a Binary files /dev/null and b/screenshot_admin.png differ diff --git a/screenshot_bookmarklet.png b/screenshot_bookmarklet.png new file mode 100644 index 0000000..7d48157 Binary files /dev/null and b/screenshot_bookmarklet.png differ diff --git a/screenshot_search.png b/screenshot_search.png new file mode 100644 index 0000000..159c91b Binary files /dev/null and b/screenshot_search.png differ