diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-25 20:58:49 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-25 20:58:49 +0200 |
commit | 928b251aaec9b30b8a9fc93a33b406114ab289f4 (patch) | |
tree | 137795e7fffb08e2392e5b1c94c0898a3c0e5e61 /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b140ddb --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +# Firefox bookmarks plugin for Dillo + +Provides a new bookmark plugin that synchronizes the bookmarks with a Firefox +Sync account. Replaces the Dillo builtin bookmark plugin so that the "Book" +button and the "Bookmark this page" menu entry work as expected. + +It uses the [ffsclient program][1] to interact with the Firefox Sync server, +which must be installed. + +[1]:https://github.com/Mikescher/firefox-sync-client + +## Installation + +Be sure you install the ffsclient program first. + +To install the plugin use: + +``` +$ make install +``` + +## Configuration + +To use this plugin you need a [Firefox +Sync](https://www.mozilla.org/firefox/features/sync/) account + +Login to ffsclient for the first time by running and following the login steps: + +``` +$ ffsclient login <login> <password> +``` + +Once the login is completed, you will be able to use the plugin without a +password prompt. It stores your client secret in +`~/.config/firefox-sync-client.secret` by default. + +## Usage + +Open the bookmarks by using the "Book" button in the toolbar to list all +bookmarks. To add a new bookmark use the context menu and click on "Bookmark +this page". + +New bookmarks are immediately synchronized with the bookmark server, in both +directions. + +## Known limitations + +- Opening the bookmarks is not immediate. +- Organization of bookmarks is not supported yet. |