This plugin is heavily based on https://github.com/omnivore-app/logseq-omnivore (thank you!). This is an attempt to migrate it to use wallabag. Me - the author - decided to give it a shot after Omnivore closed the shop and I migrated to Wallabag.
I am very open to accepting more authors and contributors!
Currently you won't be able to install the plugin in other way then manually building it and loading it as in Development section. Once you have it installed though, you should be able to put in your Wallabag API credentials (similarly to the Chrome plugin, that is Client ID, Client secret, URL, username, password) and run Cmd+K
and then Sync wallabag
. It should sync your Wallabag articles.
- install
pnpm
- install dependencies
pnpm install
- run
pnpm run dev
, build should happen and a newdist
repository should show up - go to logseq, enable developer mode, go to plugins, click
load unpacked
and locate the root repository (not just the nesteddist
folder) - set up the plugin using the settings
It should pick up the build and as you load it, and it should (re)fetch your articles. If running in a dev mode, all you need to do after a new build is to click the Reload
button at the logseq Plugins page.
If you ever see a weird duplication, restart logseq, tehre might be hanging processes.