16 Commits

Author SHA1 Message Date
a910aac946 Add reversible column sorting, with sort direction indicators 2022-06-07 19:51:56 +09:30
6cf327226d Add basic sorting to management interface 2022-06-07 16:25:45 +09:30
42fd1973b8 Clean up search code, limit bookmarks list by query and/or tags 2022-06-07 11:07:38 +09:30
1563c7b21d Manage list can be free-text searched and limited by tag. 2022-06-06 22:05:56 +09:30
e0eefa2d11 Add option to ignore title when scraping and provide a custom title instead. Closes #3 2022-06-05 11:19:44 +09:30
2ba4066643 Add tags to indices for searching 2022-06-04 11:03:26 +09:30
64e22e7728 Add some basic benchmarks for tracking potential performance improvements/regressions 2022-06-01 21:51:57 +09:30
a8d4c7bea4 Test the word index update on bookmark deletion 2022-06-01 18:46:03 +09:30
63817b98cb Add test for indexing, fix indexing when page content changes 2022-06-01 16:33:08 +09:30
28f3ca73d0 Remove deleted bookmark words from the index 2022-05-31 08:40:44 +09:30
173474d23f Edit/delete bookmarks feature 2022-05-30 13:28:46 +09:30
37e3a3fe7c Add configurable path to database and docker-compose sample 2022-05-28 19:28:18 +09:30
8e08329711 Rework to use bolthold/boltdb instead of badgerhold/badgerdb, much more memory efficient 2022-05-28 16:16:08 +09:30
cbe455b566 Add config page, and configuration for the base URL, so the bookmarklet will work on remote machines. 2022-05-26 12:19:29 +09:30
be10f5238e Add UI to export the list of bookmarks 2022-05-25 17:18:32 +09:30
881c618041 Initial checkin 2022-05-24 18:03:31 +09:30