From 659f886b2d2866bf2499325f5024ee0a1015a7de Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Wed, 30 Oct 2024 12:43:01 +0300 Subject: [PATCH] Get back HTML, CSV, TXT export formats --- package.json | 2 +- src/co/bookmarks/export/popover.js | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fe3d27ac..c9b9adb6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "5.6.59", + "version": "5.6.60", "description": "All-in-one bookmark manager", "author": "Rustem Mussabekov", "license": "MIT", diff --git a/src/co/bookmarks/export/popover.js b/src/co/bookmarks/export/popover.js index 0649f645..54647a3d 100644 --- a/src/co/bookmarks/export/popover.js +++ b/src/co/bookmarks/export/popover.js @@ -49,14 +49,24 @@ export default function BookmarksExportPopover({ spaceId = 0, pin, onClose }) { Download uploaded files ) : (<> - - The ZIP file will contain your bookmarks,
- tags, highlights, and any uploaded files. -
+ + HTML + + + + CSV + + + TXT + - Download {selectMode.ids.length ? 'selection' : 'collection'} + ZIP + + + Prefer ZIP if you need to
download your uploaded files. +
)}