2022-05-24 19:22:48 +09:30
|
|
|
# linkwallet
|
2022-05-24 20:03:43 +09:30
|
|
|
|
|
|
|
A self-hosted bookmark database with full-text page content search.
|
|
|
|
|
|
|
|
# Feature list
|
|
|
|
|
|
|
|
* Simple cross-platform single binary deployment
|
|
|
|
* or docker if you prefer
|
2022-05-28 19:18:57 +09:30
|
|
|
* Bookmarklet, single click to add a bookmark from any webpage
|
2022-05-24 20:03:43 +09:30
|
|
|
* Full-text search
|
|
|
|
* Bookmark content is scraped and indexed locally
|
|
|
|
* Page content periodically refreshed automatically
|
|
|
|
* Interactively search across titles and content
|
|
|
|
* Rippingly fast results, as you type
|
2022-05-28 19:18:57 +09:30
|
|
|
* full text search ~60ms (over full text content of 600 bookmarks)
|
2022-05-28 16:45:43 +09:30
|
|
|
* No need to remember how you filed something, you just need a keyword
|
|
|
|
or two to discover it again
|
2022-05-28 19:18:57 +09:30
|
|
|
* Embedded database, no separate database required
|
2022-05-24 20:03:43 +09:30
|
|
|
* Light on resources
|
2022-05-28 19:18:57 +09:30
|
|
|
* ~21Mb binary
|
|
|
|
* ~40Mb memory
|
|
|
|
* ~24Mb database (600 bookmarks, full text content indexed)
|
2022-05-28 16:45:43 +09:30
|
|
|
* Easily export your bookmarks to a plain text file - your data is yours
|
2022-05-24 20:03:43 +09:30
|
|
|
|
|
|
|
# Roadmap
|
|
|
|
|
2022-05-28 16:45:43 +09:30
|
|
|
* More options when managing links
|
|
|
|
* delete
|
|
|
|
* sorting
|
|
|
|
* More tag options
|
|
|
|
* search for tags
|
|
|
|
* bookmarklet with pre-filled tags
|