rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix(web): Suppress hydration warnings caused by the dates in the bookmark grid MohamedBassem 1 -1/+4
fix(web): Add sans-serif fallback for Inter font in CJK environments (#272) Kohei Watanabe 1 -1/+4
feat: Add bulk edit option for bookmarks. Fixes #84 (#259)
* feat: add bulk edit option for bookmarks
* fix: resolve comments
* fix: resolve comments
* fix: resolve comments
* fix: resolve comments
* rename bulk action store, simplify the bulk action toolbar
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
Md Saban 14 -27/+314
fix: fixed an issue that would half the textarea in grid layout after… kamtschatka 1 -1/+3
refactor: fixed typos in BookmarkTypes (#268) kamtschatka 3 -6/+6
refactor: drag and drop improvements (#264)
* [Feature request] Drag and Drop Items to Lists #123
reworked the drag and drop mechanism to still have change detection, but not so much that it has a huge overhead
Changed the layout a bit to allow proper drag/drop of elements from the main section to the sidebar
Added the possibility to drag/drop bookmarks onto lists
* [Feature request] Drag and Drop Items to Lists #123
Removed the changes to allow dragging&dropping bookmarks
kamtschatka 3 -104/+124
refactor: added the bookmark type to the database (#256)
* refactoring asset types
Extracted out functions to silently delete assets and to update them after crawling
Generalized the mapping of assets to bookmark fields to make extending them easier
* Added the bookmark type to the database
Introduced an enum to have better type safety
cleaned up the code and based some code on the type directly
* add BookmarkType.UNKNWON
* lint and remove unused function
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 27 -120/+1266
refactor: remove redundant code from crawler worker and refactor handling of…
* refactoring asset types
Extracted out functions to silently delete assets and to update them after crawling
Generalized the mapping of assets to bookmark fields to make extending them easier
* revert silentDeleteAsset and hide better-sqlite3
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 3 -65/+80
ui: refactor admin settings page (#249)
* ui: refactor admin ui
* fix: pr comments
* chore: lint fix
* chore: refactor
* minor tweaks
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
Md Saban 4 -282/+301
ui: Changes for user settings page (#251)
* fix: ui refactoring for user settings page
* fix: type error
* fix: pr comments
Md Saban 6 -44/+108
feature: Automatically transfer image urls into bookmared assets. Fixes #246 MohamedBassem 2 -9/+23
ui(web): move layout selector to main screen (#252) Md Saban 9 -100/+99
refactor: extract assets into their own database table. #215 (#220)
* Allow downloading more content from a webpage and index it #215
added a new table that contains the information about assets for link bookmarks
created migration code that transfers the existing data into the new table
* Allow downloading more content from a webpage and index it #215
removed the old asset columns from the database
updated the UI to use the data from the linkBookmarkAssets array
* generalize the assets table to not be linked in particular to links
* fix migrations post merge
* fix missing asset ids in the getBookmarks call
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 6 -52/+1271
fix(landing): image width on landing page (#250) Md Saban 1 -1/+1
feature: add support for PDF links. Fixes #28 (#216)
* feature request: pdf support #28
Added a new sourceUrl column to the asset bookmarks
Added transforming a link bookmark pointing at a pdf to an asset bookmark
made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL
updated gitignore for IDEA
* remove pdf parsing from the crawler
* extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index)
* Add 5s timeout to the content type fetch
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 10 -93/+1263
fix(web): Fix save action on empty card. Fixes #225 (#243)
* fix: Empty item save action
* fix: resolve comments
* chore: prettier
Md Saban 3 -5/+36
ui: Improve landing page for homepage (#238)
* fix: Improve landing page for homepage
* chore: fix related to test failing
* chore: prettier changes
Md Saban 8 -30/+171
feature(web): Enhance the bookmark textarea in the list layout (#247)
* Allow the user to expand the textarea in the list mode to support larger notes
* Expand the textarea to a max of half the screen size in the list layout only
* Move onInput to a separate method
* Restoring the textfield to its original state after submitting
* Moving the reset form to the mutate onSuccess event to not reset the height on a fail request
Ahmad Mujahid 1 -2/+29
fix(web): text paste bug introduced with image paste (#232) Md Saban 1 -1/+0
feature(web): support pasting image in the Editor Card (#228)
* feature: support pasting image in the textfield.
* minor tweaks
---------
Co-authored-by: Ahmad Mujahid <ahmad.h.mujahid@gmail.com>
Co-authored-by: MohamedBassem <me@mbassem.com>
Ahmad Mujahid 2 -2/+30
release(cli): Bump CLI version to 0.13.5 MohamedBassem 1 -1/+1
release(cli): Bump CLI version to 0.13.4 MohamedBassem 1 -1/+1
fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)
* bookmark list output is not a valid JSON #150
Reworked the cli to switch over to json output
* changed the logging to log created bookmarks as an array
switch all log output that is just a status to stderr
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 7 -78/+241
refactor: Extract the bookmark polling logic into a separate shared component MohamedBassem 5 -113/+75
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
* re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208
introduced a new function to trigger a reindex to reduce copy/paste
added missing reindexes when tags are deleted/bookmarks are updated
* give functions a bit more descriptive name
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 6 -55/+41
feature(web): Add syntax highlighting to code blocks and a quick copy button.…
* Any plans to support copy to clipboard (markdown code) for notes? #195
added a button to copy the markdown and added code highlighting
* Any plans to support copy to clipboard (markdown code) for notes? #195
Changed the copy-button to a generic one
added a safeguard and a message to the copy button if copying is not possible
* Some code cleanups
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 7 -26/+280
fix(cli): Fix CLI version in help message. Fixes #139 MohamedBassem 4 -2/+21
feature(extension): Add a context menu to open your hoarder saves. Fixes #188…
* Feature request: Browser extension "Open your Hoarder saves" #188
Adds a context menu entry when a hoarder instance is configured and removes it again, if it is not configured anymore
* Feature request: Browser extension "Open your Hoarder saves" #188
moved storage related functions to settings.ts
fixed issues with context menu registration
* only fire callback when the settings change
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 4 -1/+66
fix(web): Changed the toast to contain a more detailed error message in case…
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 1 -2/+2
fix(workers): AI infered tags can contain " " at the beginning. Fixes #184…
added a trim to tags to prevent whitespaces at the beginning/end of tags
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 1 -3/+5
fix(crawler): Only update the database if full page archival is enabled MohamedBassem 1 -19/+19
feature: Full page archival with monolith. Fixes #132 MohamedBassem 14 -7/+1259
feature: Allow import Netscape HTML format (#163)
* [Feature request] Netscape HTML format import/export #96
added the possibility to add exported bookmarks via the webUI for ease of use
* [Feature request] Netscape HTML format import/export #96
updated the documentation
* Extract the parser into its own file and reuse the existing bookmark upload logic
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 5 -30/+113
release(extension): Bump extension version to 1.2.1 MohamedBassem 1 -1/+1
fix(extension): Drop the https restriction in firefox. Fixes #23
added csp rule to allow firefox to connect to http endpoints
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 1 -0/+3
fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent…
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 1 -0/+1
docs: Change references from the old repo URL to the new one MohamedBassem 9 -21/+20
fix(web): Stop pre-loading all the bookmark lists in the bookmark grid MohamedBassem 1 -33/+44
feature(web): Add an archive button to list management dialog MohamedBassem 3 -1/+74
fix(web): Sort the tags in the TagsEditor of the preview dialog. Fixes #171 MohamedBassem 1 -0/+2
fix: Fix missing bookmarks during pagination if they got created in the same… MohamedBassem 5 -20/+120
feature(web): Allow adding multiple URLs at once #158 (#167)
Added a reusable dialog
opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 2 -5/+129
ui(web): Set tag input field in preview modal to 100% width to fix overflow…
ui(web): Fixed issue with rounded corners on tag input field in preview modal
ui(web): Adjusted styles for labels and fields in preview modal for visual consistency
Cari 2 -4/+24
feature(inference): Improve ollama tagging (#162)
* Inference Failed with Ollama #20
Changed the prompt to be split in 2, so ollama does not forget them
* Update apps/workers/openaiWorker.ts
Co-authored-by: Mohamed Bassem <me@mbassem.com>
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 1 -5/+12
fix(web): Simplify the logic for tag drag and dropping MohamedBassem 3 -127/+68
feature(web): Improve merging of tags by simple drag and drop #144 (#154)
* Improve merging of tags by simple drag and drop #144
Added drag&drop functionality
Allowing sorting the tags by name, as this is more intuitive
* Improve merging of tags by simple drag and drop #144
minor renamings
removed some unnecessary code
* Improve merging of tags by simple drag and drop #144
extracted out the drag and drop functionality to be more encapsulated and reusable
* Improve merging of tags by simple drag and drop #144
improved the usage sorter to additionally compare by name if the usage is the same
* Improve merging of tags by simple drag and drop #144
replaced checkboxes with toggles floating on the right
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 6 -43/+365
feature(web): Clicking an image in the preview modal will open it in a new tab… Cari 1 -6/+12
ui(web): Fixed overflow issues for very long titles (#152)
* ui(web): Titles that exceed the allotted space now terminate with an ellipsis
ui(web): Very long titles now break in edit mode instead of overflowing horizontally
* ui(web): Titles on bookmark cards longer than two lines will terminate with an ellipsis
ui(web): Tooltips for long titles now wrap to multiple lines as needed
ui(web): Aligned titles in preview panes to the left margin
Cari 4 -7/+15
feature(crawler): Allow connecting to browser's websocket address and launching… MohamedBassem 3 -36/+70
feature(mobile): Show server address in the settings MohamedBassem 1 -1/+8
ui(mobile): Add horizontal margins to the bookmark cards MohamedBassem 4 -3/+10
feature: Take full page screenshots #143 (#148)
Added the fullPage flag to take full screen screenshots
updated the UI accordingly to properly show the screenshots instead of scaling it down
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 4 -3/+9
feature: Clicking preview for image assets brings up the details modal (#147) Cari 1 -6/+9
landing: Add google and ios badges to the landing page MohamedBassem 2 -0/+17
feature: Dedup links on creation. Fixes #49 MohamedBassem 8 -106/+176
fix(cli): Remove limit from array length when listing bookmarks. Fixes #135 MohamedBassem 3 -4/+7
build: Add a workflow to auto publish the CLI to npm MohamedBassem 3 -1/+26
fix(cli): Allow bookmark listing to fetch all pages instead of only the first… MohamedBassem 2 -4/+17
fix(inference): Attempt to reuse existing identical tags MohamedBassem 2 -23/+63
feature: Allow users to delete all unused tags in one go MohamedBassem 3 -5/+89
fix: Change tag listing API to return unused tags MohamedBassem 2 -32/+52
feature(crawler): Allow increasing crawler concurrency and configure storing… MohamedBassem 3 -4/+26
feature: A new cleanups page to suggest ways to tidy up your bookmarks MohamedBassem 6 -0/+324
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105…
* feature(web): Allow deleting tags from the all tags page
* feature(web): Add ability to rename, merge and fast delete tags. Fixes #105
Mohamed Bassem 14 -269/+835
fix(web): Fix hydration error in the bookmark preview page MohamedBassem 1 -1/+1
ui(web): Show bookmark URL when maximizing a bookmark MohamedBassem 9 -23/+82
style(cli): Change all help messages to lowercase MohamedBassem 5 -31/+31
build(cli): Prepare for publishing CLI to npm MohamedBassem 21 -366/+409
feature(cli): Add ability to manipulate lists, tags and update bookmarks MohamedBassem 6 -4/+186
fix(crawler): Better extraction for amazon images MohamedBassem 3 -0/+20
feature(web): Change the AddList modal to allow adding and removing bookmarks… MohamedBassem 4 -139/+219
fix(workers): Increase robustness of search worker and add extra logging. Fixes… MohamedBassem 1 -24/+45
fix(workers): Set a modern user agent and update the default viewport size MohamedBassem 1 -0/+7
release(extension): Release version 1.2.0 MohamedBassem 1 -1/+1
feature(extension): Allow adding tags and lists to newly hoarded bookmarks MohamedBassem 16 -9/+617
fix(web): Fix missing link card image in list view MohamedBassem 1 -1/+1
ui(extension): Use shadcn and better dark mode support MohamedBassem 18 -100/+396
fix(mobile): Add a bigger button to collable the nested list MohamedBassem 1 -6/+5
fix: Ensure that downloaded asset images are from the allowed content types MohamedBassem 2 -8/+15
fix: Use next/image for serving bookmark images MohamedBassem 2 -16/+42
feature: Allow recrawling bookmarks without running inference jobs MohamedBassem 4 -9/+46
feature: Download images and screenshots MohamedBassem 22 -135/+1373
mobile: Bump mobile version to 1.5 MohamedBassem 1 -2/+2
fix(mobile): Fix the color of the collapsible triangle to respect dark mode MohamedBassem 1 -9/+15
feature(mobile): Add support for nested listed on mobile MohamedBassem 1 -18/+89
feature: Nested lists (#110). Fixes #62
* feature: Add support for nested lists
* prevent moving the parent to a subtree
Mohamed Bassem 25 -402/+2084
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
mobile: Bump mobile version to 1.4 MohamedBassem 1 -2/+2
mobile: Add dark mode support MohamedBassem 22 -56/+188
fix: Fix user local settings cookie to have max age as by default it's a… MohamedBassem 1 -4/+6
fix: Fix slice call in the content truncation logic which was resulting in… MohamedBassem 1 -1/+1
feature: Add title to bookmarks and allow editing them. Fixes #27 MohamedBassem 17 -54/+1240
fix(web): Fix some JS console errors in the preview page MohamedBassem 4 -36/+50
feature(web): Allow changing the bookmark grid layout (#98) Mohamed Bassem 20 -268/+546
fix: Differentiate between pending in db and in redis in admin job stats MohamedBassem 3 -26/+64
feature: Recrawl failed links from admin UI (#95)
* feature: Retry failed crawling URLs
* fix: Enhancing visuals and some minor changes.
Ahmad Mujahid 8 -25/+1067
fix: Increase default navigation timeout to 30s, make it configurable and add… MohamedBassem 5 -6/+17
feature: Add PDF support (#88)
* feature: Add PDF support
* fix: PDF feature enhancements
* fix: Freeze expo-share-intent version to prevent breaking changes
* fix: set endOfLine to auto for cross-platform development
* fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues
* fix: enhancing PDF feature
* fix: Allowing null in fiename for backward compatibility
* fix: update pnpm file with pnpm 9.0.0-alpha-8
* fix:(web): PDF Preview for web
Ahmad Mujahid 24 -107/+2387
feature(inference): Upgrade the default vision model to the new gpt-4-turbo MohamedBassem 4 -10/+11
fix(crawler): Skip validating URLs in metascrapper as it was already being… MohamedBassem 1 -0/+3
next