rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
feat: Implement the all highlights page. Fixes #620 Mohamed Bassem 13 -85/+255
feat: Implement highlights support for links. Fixes #620 Mohamed Bassem 16 -6/+3837
feature: Add i18n support. Fixes #57 (#635)
* feature(web): Add basic scaffolding for i18n
* refactor: Switch most of the app's strings to use i18n strings
* fix: Remove unused i18next-resources-for-ts command
* Add user setting
* More translations
* Drop the german translation for now
Mohamed Bassem 56 -281/+929
feature: Add a summarize with AI button for links Mohamed Bassem 12 -11/+1536
feature: Persevere the source URL of clipped texts from the extension.
Fixes #448
MohamedBassem 13 -31/+1246
feature(web): Show attachments and allow users to manipulate them. MohamedBassem 9 -12/+544
feature(web): Manage tags in bulk actions MohamedBassem 6 -44/+214
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
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
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
ui(web): Show bookmark URL when maximizing a bookmark MohamedBassem 9 -23/+82
feature: Download images and screenshots MohamedBassem 22 -135/+1373
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
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
refactor(web): Move the tooltip provider to the root of the app MohamedBassem 4 -102/+89
feature: Extract hook logic into separate package and add a new action bar in… MohamedBassem 23 -330/+672
feature(web): Add support for attaching notes to bookmarks MohamedBassem 10 -2/+1012
chore: Refactor tailwind in all apps to use the tooling package MohamedBassem 19 -503/+426
feature(web): Add dark mode support MohamedBassem 31 -39/+138
fix: Fix the creation date tooltip in preview pag MohamedBassem 1 -1/+3
feature: A better looking bookmark preview page MohamedBassem 7 -69/+244
Feature: Add support for uploading images and automatically inferring their…
* feature: Experimental support for asset uploads
* feature(web): Add new bookmark type asset
* feature: Add support for automatically tagging images
* fix: Add support for image assets in preview page
* use next Image for fetching the images
* Fix auth and error codes in the route handlers
* Add support for image uploads on mobile
* Fix typing of upload requests
* Remove the ugly dragging box
* Bump mobile version to 1.3
* Change the editor card placeholder to mention uploading images
* Fix a typo
* Change ios icon for photo library
* Silence typescript error
Mohamed Bassem 31 -79/+2736
lint: Lint and format the entire repo with the new configs MohamedBassem 122 -411/+424
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
refactor: Move all components to the top level directory MohamedBassem 70 -2430/+2430
fix: Show loading indicators in the bookmark preview page MohamedBassem 5 -84/+142