[PR #197] [MERGED] Any plans to support copy to clipboard (markdown code) for notes? #195 #1553

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/197
Author: @kamtschatka
Created: 6/5/2024
Status: Merged
Merged: 6/9/2024
Merged by: @MohamedBassem

Base: mainHead: copy-markdown


📝 Commits (3)

  • 573052b Any plans to support copy to clipboard (markdown code) for notes? #195
  • 5258c68 Any plans to support copy to clipboard (markdown code) for notes? #195
  • 7a37bae Some code cleanups

📊 Changes

7 files changed (+280 additions, -26 deletions)

View changed files

📝 apps/web/components/dashboard/bookmarks/TextCard.tsx (+2 -6)
📝 apps/web/components/dashboard/preview/TextContentSection.tsx (+2 -4)
📝 apps/web/components/dashboard/settings/AddApiKey.tsx (+6 -16)
apps/web/components/ui/copy-button.tsx (+37 -0)
apps/web/components/ui/markdown-component.tsx (+58 -0)
📝 apps/web/package.json (+2 -0)
📝 pnpm-lock.yaml (+173 -0)

📄 Description

added a button to copy the markdown and added code highlighting

1 component seems unused
I am not sure how to test the mobile version/if that should also use the new component


🔄 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/197 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `copy-markdown` --- ### 📝 Commits (3) - [`573052b`](https://github.com/karakeep-app/karakeep/commit/573052b9505b85003a1530356bb17a3ce5f78dca) Any plans to support copy to clipboard (markdown code) for notes? #195 - [`5258c68`](https://github.com/karakeep-app/karakeep/commit/5258c68be8d311b28c2aff8afb6fbc3088b39c09) Any plans to support copy to clipboard (markdown code) for notes? #195 - [`7a37bae`](https://github.com/karakeep-app/karakeep/commit/7a37baeef60385063b0b02f220d8d47b79fe5bba) Some code cleanups ### 📊 Changes **7 files changed** (+280 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/bookmarks/TextCard.tsx` (+2 -6) 📝 `apps/web/components/dashboard/preview/TextContentSection.tsx` (+2 -4) 📝 `apps/web/components/dashboard/settings/AddApiKey.tsx` (+6 -16) ➕ `apps/web/components/ui/copy-button.tsx` (+37 -0) ➕ `apps/web/components/ui/markdown-component.tsx` (+58 -0) 📝 `apps/web/package.json` (+2 -0) 📝 `pnpm-lock.yaml` (+173 -0) </details> ### 📄 Description added a button to copy the markdown and added code highlighting 1 component seems unused I am not sure how to test the mobile version/if that should also use the new component --- <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:09 +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#1553
No description provided.