PINE64
Firefox browser tweaks - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Firefox browser tweaks (/showthread.php?tid=16246)



Firefox browser tweaks - biketool - 03-06-2022

I am assuming it takes some about:config toggles I was not able to find in the tin mobile UI to get a clickable link in the Mobian Firefox mobile UI for saved bookmarks.
I will post the answer to the wiki as this is core function especially mobile https://wiki.mobian-project.org/doku.php?id=firefox-esr
any other tweaks would be appreciated which made your experience better including useful low CPU plugins.


RE: Firefox browser tweaks - biketool - 03-08-2022

(03-06-2022, 10:51 AM)biketool Wrote: I am assuming it takes some about:config toggles I was not able to find in the tin mobile UI to get a clickable link in the Mobian Firefox mobile UI for saved bookmarks.
I will post the answer to the wiki as this is core function especially mobile https://wiki.mobian-project.org/doku.php?id=firefox-esr
any other tweaks would be appreciated which made your experience better including useful low CPU plugins.

So far the best, but not great, option I have is to
Ctrl + Shift + B
with an external keyboard and a USB-C adapter to add a bookmarks toolbar in landscape.
It isn't great and I cant get to the bookmarks low on the list but is better than nothing.
From firefox keyboard shortcuts:
https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly?redirectslug=Keyboard+shortcuts&redirectlocale=en-US#w_bookmarks


RE: Firefox browser tweaks - michel_luc - 03-08-2022

The way I handle this is to go to about:config (as you thought) and change

browser.bookmarks.autoExportHTML

to true. Then, whenever you close firefox through it's menu, it will automatically save your bookmarks as a clickable web page.  Once you have made the change, and closed and re-opened ff, you can navigate to bookmarks.html by typing

file:///

in Firefox's address bar and navigate to the page. It will be something like

file:///home/user/.mozilla/firefox/3er452d.default/bookmarks.html

Then you can go into settings and set that page as your default home page, although that only makes it your default for new windows, not new tabs. So I've bookmarked my bookmark page.  I can easily reach it through the address bar.


RE: Firefox browser tweaks - TRS-80 - 03-11-2022

That browser.bookmarks.autoExportHTML setting is pretty neat, new one on me! Thanks for sharing.

But I moved away from browser based bookmarks many years ago. First I moved them to plain text (HTML) files. Eventually I found Org Mode and Emacs and that's where I keep all my notes now. As I can have whatever context I want along with the URLs now. And they are more easily searchable, etc.

You don't have to use Emacs (she's a hairy beast) but just consider the notion of keeping your valuable PIM[0] in plain text files, generally speaking. I do almost everything that way now, as I find it like a Lowest Common Denominator cross platform universal storage format. Then you can sync with something like Syncthing, or even version control.

[0] Personal Information Management


RE: Firefox browser tweaks - biketool - 03-11-2022

(03-11-2022, 12:20 AM)TRS-80 Wrote: That browser.bookmarks.autoExportHTML setting is pretty neat, new one on me!  Thanks for sharing.

But I moved away from browser based bookmarks many years ago.  First I moved them to plain text (HTML) files.  Eventually I found Org Mode and Emacs and that's where I keep all my notes now.  As I can have whatever context I want along with the URLs now.  And they are more easily searchable, etc.

You don't have to use Emacs (she's a hairy beast) but just consider the notion of keeping your valuable PIM[0] in plain text files, generally speaking.  I do almost everything that way now, as I find it like a Lowest Common Denominator cross platform universal storage format.  Then you can sync with something like Syncthing, or even version control.

[0] Personal Information Management

I suppose that works, especially if you turn that file into a shell script FF launcher where you choose the link you want to open from a list.
I think if Mobian built FF with the same UI settings that the android build did it would make things more usable though,
especially need a nice mobile to desktop toggle for user agent.
I like the sparse UI for now but this is a pocket computer more than a phone, I need more function toggles in the UI than android not less.
I would also like an option to take the bookmark to the desktop as an option.
I played with the available toggles and if I type a few letters I get it to pop up the bookmarks and I think I will be fine with that for now.