Add "Export Folder to HTML…" Function
Categories
(Firefox :: Bookmarks & History, enhancement)
Tracking
()
People
(Reporter: korwin+bugzilla, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0
Steps to reproduce:
The browser does not have the ability to export some bookmarks, but not all.
Actual results:
The "Export Folder to HTML…" item is missing from the "Library" window.
Expected results:
- Click on "Bookmarks"
- Select "Manage Bookmarks" ("Library")
- Right-click on any folder in the left panel
- Select "Export Folder to HTML…"
- Select a folder to save the html file with links to the specified folder, visually organized by subfolders.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Thank you for the enhancement suggestion.
Setting as NEW so the developing team can have a look.
Comment 3•10 months ago
|
||
HTML is a legacy format, it's retained just because some third party apps still support it.
We're currently using json for modern development. Though we'd basically have to invent a format for partial data, that'd be unlikely supported by other browsers.
At that point it seems easier to just copy paste bookmarks across Firefox windows, or use Sync.
Also, one can copy a bookmarks folder, and then paste in a text editor, all url will be there. Then one can copy the list of urls and paste it in a browser bookmarks, I think most modern browsers support that. Let us know if you have problems with Firefox related to copy/pasting multiple links.
Description
•