[PR #2197] feat: Add native single-file support to browser extension #2024

Open
opened 2026-03-02 12:00:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2197
Author: @MohamedBassem
Created: 11/30/2025
Status: 🔄 Open

Base: mainHead: refactor/use-npm-singlefile


📝 Commits (3)

  • 61f01c6 feat: Add native SingleFile support to browser extension
  • 9ee4083 use single-file-core
  • 7a9cdb9 Merge branch 'main' into refactor/use-npm-singlefile

📊 Changes

9 files changed (+264 additions, -2 deletions)

View changed files

📝 apps/browser-extension/manifest.json (+10 -1)
📝 apps/browser-extension/package.json (+1 -0)
📝 apps/browser-extension/src/OptionsPage.tsx (+15 -0)
📝 apps/browser-extension/src/SavePage.tsx (+54 -1)
apps/browser-extension/src/content-scripts/singlefile-content-script.ts (+57 -0)
apps/browser-extension/src/single-file-core.d.ts (+37 -0)
📝 apps/browser-extension/src/utils/settings.ts (+2 -0)
apps/browser-extension/src/utils/singlefile.ts (+80 -0)
📝 pnpm-lock.yaml (+8 -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/2197 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `refactor/use-npm-singlefile` --- ### 📝 Commits (3) - [`61f01c6`](https://github.com/karakeep-app/karakeep/commit/61f01c6ed745c88002b7366968844bbc854573e6) feat: Add native SingleFile support to browser extension - [`9ee4083`](https://github.com/karakeep-app/karakeep/commit/9ee40832a5d5186be7d9074e33b57926fb2f3c3c) use single-file-core - [`7a9cdb9`](https://github.com/karakeep-app/karakeep/commit/7a9cdb9632ff526d033e4e26cbb5cb217bf5f2b1) Merge branch 'main' into refactor/use-npm-singlefile ### 📊 Changes **9 files changed** (+264 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/manifest.json` (+10 -1) 📝 `apps/browser-extension/package.json` (+1 -0) 📝 `apps/browser-extension/src/OptionsPage.tsx` (+15 -0) 📝 `apps/browser-extension/src/SavePage.tsx` (+54 -1) ➕ `apps/browser-extension/src/content-scripts/singlefile-content-script.ts` (+57 -0) ➕ `apps/browser-extension/src/single-file-core.d.ts` (+37 -0) 📝 `apps/browser-extension/src/utils/settings.ts` (+2 -0) ➕ `apps/browser-extension/src/utils/singlefile.ts` (+80 -0) 📝 `pnpm-lock.yaml` (+8 -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>
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#2024
No description provided.