[PR #312] [CLOSED] Allow Epub generation from multiple bookmarks #295 #1599

Closed
opened 2026-03-02 11:58:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/312
Author: @kamtschatka
Created: 7/16/2024
Status: Closed

Base: mainHead: ebooks


📝 Commits (4)

  • fb37f84 Allow Epub generation from multiple bookmarks #295
  • 5d7df8c Allow Epub generation from multiple bookmarks #295
  • 5330223 Allow Epub generation from multiple bookmarks #295
  • 3850f13 Allow Epub generation from multiple bookmarks #295

📊 Changes

9 files changed (+260 additions, -26 deletions)

View changed files

apps/web/app/api/epub/route.ts (+98 -0)
📝 apps/web/components/dashboard/BulkBookmarksAction.tsx (+20 -0)
📝 apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx (+23 -13)
📝 apps/web/lib/i18n/locales/de/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/fr/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/zh/translation.json (+1 -0)
📝 apps/web/package.json (+1 -0)
📝 pnpm-lock.yaml (+114 -13)

📄 Description

Added a library to generate epub files
added a button to create epubs for single link bookmarks


🔄 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/312 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 7/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ebooks` --- ### 📝 Commits (4) - [`fb37f84`](https://github.com/karakeep-app/karakeep/commit/fb37f84d3f4f3beacf5b98fe8ae172b3127641e5) Allow Epub generation from multiple bookmarks #295 - [`5d7df8c`](https://github.com/karakeep-app/karakeep/commit/5d7df8cdc591809fda810fae2d2f63f603c2d759) Allow Epub generation from multiple bookmarks #295 - [`5330223`](https://github.com/karakeep-app/karakeep/commit/5330223ce3703ea318f9f72c40507389cfc938e4) Allow Epub generation from multiple bookmarks #295 - [`3850f13`](https://github.com/karakeep-app/karakeep/commit/3850f138f69e0c0dcc2b509c1016b13e042d6829) Allow Epub generation from multiple bookmarks #295 ### 📊 Changes **9 files changed** (+260 additions, -26 deletions) <details> <summary>View changed files</summary> ➕ `apps/web/app/api/epub/route.ts` (+98 -0) 📝 `apps/web/components/dashboard/BulkBookmarksAction.tsx` (+20 -0) 📝 `apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx` (+23 -13) 📝 `apps/web/lib/i18n/locales/de/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/fr/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/zh/translation.json` (+1 -0) 📝 `apps/web/package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+114 -13) </details> ### 📄 Description Added a library to generate epub files added a button to create epubs for single link bookmarks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:21 +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#1599
No description provided.