You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have an option to store certain kinds of profile data in some sort of plaintext format that is versionable or syncable by something like git?
One huge annoyance I have with the big browsers is that its unnecessarily difficult to transfer browser configuration data between installations (computers). The desired behavior I have in mind is that certain profile data files can live in a separate "dotfiles" config file and be symlinked into the ~/.webmacs/profiles/profile/ folder and just be read directly by webmacs. No import or export step.
This wouldn't have to include all data that would be better served by a database like caches.
The main two pieces of data that I would like this feature for are:
bookmarks
history
The text was updated successfully, but these errors were encountered:
The profiles are mostly provided by the qt web engine, so unfortunately arbitrary profile data wouldn't be that easy to implement this way.
I think it is however already feasible to insert bookmarks/history with the init file (it has full programmatic access to the engine, after all). Maybe we just need documentation on how to do this?
Would it be possible to have an option to store certain kinds of profile data in some sort of plaintext format that is versionable or syncable by something like git?
One huge annoyance I have with the big browsers is that its unnecessarily difficult to transfer browser configuration data between installations (computers). The desired behavior I have in mind is that certain profile data files can live in a separate "dotfiles" config file and be symlinked into the
~/.webmacs/profiles/profile/
folder and just be read directly by webmacs. No import or export step.This wouldn't have to include all data that would be better served by a database like caches.
The main two pieces of data that I would like this feature for are:
The text was updated successfully, but these errors were encountered: