jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

Feature Request: Import Bookmarks using Side Panel #165

Open joel72265 opened 1 year ago

joel72265 commented 1 year ago

Thank you for a wonderful project.

New Feature Request: If it would be possible to import/export bookmarks using the Side panel into the browser.

Thank you, Joel

jlesage commented 1 year ago

No sure I understand your request. Could you provide more details ?

joel72265 commented 1 year ago

ok, I will try to explain a little better.

When you click the X on the left-side bar, the Clipboard-Settings panel opens.

On this panel, if you had an import Bookmarks button, the User could upload a bookmark file from his Desktop and click the Import button, the bookmarks would then appear on the docker Firefox Bookmark bar.

Mincka commented 1 year ago

I suggest using the downloads folder as a storage to upload your bookmarks.html file, and then import the file from there. The default path for downloads is /config/downloads.

image

Another possibility would be to use a Firefox account for synchronization.

joel72265 commented 1 year ago

yes, we can do this too (I suggested because using the GUI was just easier). Thank you