[PR #2309] [MERGED] feat: support archiving as pdf #2061

Closed
opened 2026-03-02 12:00:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2309
Author: @MohamedBassem
Created: 12/27/2025
Status: Merged
Merged: 12/27/2025
Merged by: @MohamedBassem

Base: mainHead: archive-pdf


📝 Commits (5)

📊 Changes

16 files changed (+290 additions, -33 deletions)

View changed files

📝 apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx (+125 -30)
📝 apps/web/components/dashboard/preview/LinkContentSection.tsx (+19 -0)
📝 apps/web/lib/attachments.tsx (+2 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+4 -0)
📝 apps/web/lib/i18n/locales/en_US/translation.json (+4 -0)
📝 apps/workers/workerUtils.ts (+2 -0)
📝 apps/workers/workers/crawlerWorker.ts (+108 -3)
📝 docs/docs/03-configuration/01-environment-variables.md (+1 -0)
📝 packages/db/schema.ts (+2 -0)
📝 packages/open-api/karakeep-openapi-spec.json (+7 -0)
📝 packages/shared-server/src/queues.ts (+1 -0)
📝 packages/shared/config.ts (+2 -0)
📝 packages/shared/types/bookmarks.ts (+2 -0)
📝 packages/trpc/lib/attachments.ts (+5 -0)
📝 packages/trpc/models/bookmarks.ts (+4 -0)
📝 packages/trpc/routers/bookmarks.ts (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2309 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 12/27/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `archive-pdf` --- ### 📝 Commits (5) - [`c136f8d`](https://github.com/karakeep-app/karakeep/commit/c136f8dcfacbcf5aeee0f4ce8f17e4a21a71505b) feat: support archiving as pdf - [`984955b`](https://github.com/karakeep-app/karakeep/commit/984955bb123387ddfcae4cb6486c74e079c77150) add supprot for manually triggering pdf downloads - [`511137b`](https://github.com/karakeep-app/karakeep/commit/511137b441f37ba3385e16463be1de30dff7034e) fix submenu - [`afbbdf8`](https://github.com/karakeep-app/karakeep/commit/afbbdf81be7fd460f1ddade00fd6e613352070af) menu cleanup - [`2dd63fb`](https://github.com/karakeep-app/karakeep/commit/2dd63fb1a9b9873ad285eb5be41c3e016439be2d) fix store pdf ### 📊 Changes **16 files changed** (+290 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx` (+125 -30) 📝 `apps/web/components/dashboard/preview/LinkContentSection.tsx` (+19 -0) 📝 `apps/web/lib/attachments.tsx` (+2 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+4 -0) 📝 `apps/web/lib/i18n/locales/en_US/translation.json` (+4 -0) 📝 `apps/workers/workerUtils.ts` (+2 -0) 📝 `apps/workers/workers/crawlerWorker.ts` (+108 -3) 📝 `docs/docs/03-configuration/01-environment-variables.md` (+1 -0) 📝 `packages/db/schema.ts` (+2 -0) 📝 `packages/open-api/karakeep-openapi-spec.json` (+7 -0) 📝 `packages/shared-server/src/queues.ts` (+1 -0) 📝 `packages/shared/config.ts` (+2 -0) 📝 `packages/shared/types/bookmarks.ts` (+2 -0) 📝 `packages/trpc/lib/attachments.ts` (+5 -0) 📝 `packages/trpc/models/bookmarks.ts` (+4 -0) 📝 `packages/trpc/routers/bookmarks.ts` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2061
No description provided.