aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/package.json
Commit message (Collapse)AuthorAgeFilesLines
* feat(browser-extension): webpages capture with markdown conversion (#548)10-31-feat_browser-extension_webpages_capture_with_markdown_conversionMaheshtheDev2025-11-031-1/+3
| | | | | | | | | | | | Improved browser extension memory saving with better content handling and added markdown conversion. ### What changed? - Enhanced memory content handling in the background script to prioritize different content types (explicit content, highlighted text, markdown, HTML, or URL) - Added HTML to markdown conversion using TurndownService when saving entire pages - Improved HTML handling by removing script tags before processing - Updated the web app to display the saved URL from metadata when available - Added turndown library and its type definitions as dependencies
* extension: updated telemetry and batch upload (#415)MaheshtheDev2025-09-081-0/+1
|
* welcome page tailwind css integrationMahesh Sanikommmu2025-08-281-1/+3
|
* feat: browser extensionMahesh Sanikommmu2025-08-281-0/+30