[PR #1869] [MERGED] Render AI summary in markdown #1916

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1869
Author: @youenchene
Created: 8/24/2025
Status: Merged
Merged: 9/7/2025
Merged by: @MohamedBassem

Base: mainHead: main


📝 Commits (2)

  • 40e5107 feat: wrap bookmark summary with MarkdownReadonly component to render Markdown properly.
  • 040e7a1 fix: hydration errors because of the markdown component

📊 Changes

2 files changed (+12 additions, -5 deletions)

View changed files

📝 apps/web/components/dashboard/bookmarks/SummarizeBookmarkArea.tsx (+4 -3)
📝 apps/web/components/ui/markdown/markdown-readonly.tsx (+8 -2)

📄 Description

Wrap bookmark summary with MarkdownReadonly component to render Markdown properly.

Indeed, LLM answer are mostly in Markdown.

So now, line break, lists, bold and so on will make the summary far more readable.


🔄 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/1869 **Author:** [@youenchene](https://github.com/youenchene) **Created:** 8/24/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`40e5107`](https://github.com/karakeep-app/karakeep/commit/40e5107820c10d700c57caf7b367b1776dbaa8b2) feat: wrap bookmark summary with MarkdownReadonly component to render Markdown properly. - [`040e7a1`](https://github.com/karakeep-app/karakeep/commit/040e7a1ea90db532b74915060306fae409c55121) fix: hydration errors because of the markdown component ### 📊 Changes **2 files changed** (+12 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/bookmarks/SummarizeBookmarkArea.tsx` (+4 -3) 📝 `apps/web/components/ui/markdown/markdown-readonly.tsx` (+8 -2) </details> ### 📄 Description Wrap bookmark summary with MarkdownReadonly component to render Markdown properly. Indeed, LLM answer are mostly in Markdown. So now, line break, lists, bold and so on will make the summary far more readable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:44 +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#1916
No description provided.