-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How do you export Bookmarks? #89
Comments
At the moment, there is no functionality to export bookmarks directly from Webmarks. However, it is designed so that you can grant any other app or code access to the raw data (if you have a remote storage account connected). Is there some kind of standard format for bookmark collections that you would be able to import elsewhere? If so, I would consider adding an export button for that, as it should be easy to implement. |
Hello there!
Many thanks for considering an export function. Here are some details:
Most apps accept this format: Netscape Bookmark File Format (Internet Explorer) | Microsoft Docs<https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753582(v=vs.85)?redirectedfrom=MSDN>
Here is an example: Format of HTML bookmarks file | Firefox Support Forum | Mozilla Support<https://support.mozilla.org/en-US/questions/1319392>
Format of HTML bookmarks file | Firefox Support Forum | Mozilla Support<https://support.mozilla.org/en-US/questions/1319392>
I want to set up a bunch of bookmarks in FF [84.0.1] and I cannot find out what the acceptable bookmark format is. [the bookmarks will come from someone else so I'd like to write a program to generate the appropriate import file].
support.mozilla.org
…________________________________
From: Râu Cao ***@***.***>
Sent: Saturday, 1 January 2022 12:36 am
To: raucao/webmarks ***@***.***>
Cc: Farayi Chambati ***@***.***>; Author ***@***.***>
Subject: Re: [raucao/webmarks] [Question] How do you export Bookmarks? (Issue #89)
At the moment, there is no functionality to export bookmarks directly from Webmarks. However, it is designed so that you can grant any other app or code access to the raw data.
Is there some kind of standard format for bookmark collections that you would be able to import elsewhere? If so, I would consider adding an export button for that, as it should be easy to implement.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZW4UZV2JGLHANFYENA2SLUTWWVPANCNFSM5LA4IJLA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Greetings @raucao have you had a chance to look at exporting bookmarks. Many thanks. |
Hey @navigator8. I haven't looked at it yet, I'm afraid. However, I'm currently testing a new version of Webmarks, which has support for folders and readlater items, as well as a progress indicator for syncing many bookmarks in one go (e.g. during initial sync). Once that's live, I will have a look at export and import of bookmark files, since it's definitely needed (and needed both ways). |
How do you export Bookmarks?
The text was updated successfully, but these errors were encountered: