Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dillo-browser/dillo-plugin-ffbm
A Dillo plugin to sync bookmarks with Firefox
https://github.com/dillo-browser/dillo-plugin-ffbm
dillo dillo-plugin
Last synced: about 1 month ago
JSON representation
A Dillo plugin to sync bookmarks with Firefox
- Host: GitHub
- URL: https://github.com/dillo-browser/dillo-plugin-ffbm
- Owner: dillo-browser
- License: gpl-3.0
- Created: 2024-08-25T19:00:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T19:09:52.000Z (4 months ago)
- Last Synced: 2024-09-10T12:45:50.565Z (4 months ago)
- Topics: dillo, dillo-plugin
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/) accountLogin to ffsclient for the first time by running and following the login steps:
```
$ ffsclient login
```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.