bnjbvr / laverna-webclipper

WebExtension to easily import pages into your Laverna instance
GNU General Public License v3.0
12 stars 1 forks source link

Not a developer just an admirer, and would love to use this extension #3

Open mrtargaryen opened 6 years ago

mrtargaryen commented 6 years ago
  1. Is this extension working for firefox?
  2. If yes, how do I install it.
  3. If its not currently working is there a chance it could be updated, that would be amazing if it could. I hat Evernote and would much rather use Laverna
mrtargaryen commented 6 years ago

Firefox coudn't install it because the add on appears to be corrupt. What a shame. I could really do with a webclipper for Laverna.

bnjbvr commented 6 years ago

Sorry I don't maintain the project anymore, mainly since I've switched to Standard Notes. Hopefully most things should be working, but I haven't tried in a while.

To run it, you can use ./package.sh and then install it from Firefox Addons page (by selecting a file). I assume this is what you tried and which didn't work in your previous comment?

mrtargaryen commented 6 years ago

Hi,

Thanks for the reply.

I use standard notes as well, its brilliant, isn't it. And the developer is a great guy.

I like Laverna too and was hoping to use it to save websites mainly.

So, when I install it I have to type ./package.sh where? In terminal? And then install the zip file manually in Firefox?

I've been using computers for years but not too much beyond the basics.

If it's not too much trouble could you just type the procedure to install it?

If it doesn't work bad luck for me but I'd like to try and do it correctly at least.

Thanks for the reply again :-)

Simon.

Encrypted email sent from Protonmail in Switzerland

Sent from ProtonMail Mobile

On Sat, Apr 28, 2018 at 3:40 am, Benjamin Bouvier notifications@github.com wrote:

Sorry I don't maintain the project anymore, mainly since I've switched to Standard Notes. Hopefully most things should be working, but I haven't tried in a while.

To run it, you can use ./package.sh and then install it from Firefox Addons page (by selecting a file). I assume this is what you tried and which didn't work in your previous comment?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bnjbvr/laverna-webclipper","title":"bnjbvr/laverna-webclipper","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/bnjbvr/laverna-webclipper"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bnjbvr in #3: Sorry I don't maintain the project anymore, mainly since I've switched to Standard Notes. Hopefully most things should be working, but I haven't tried in a while. To run it, you can use ./package.sh and then install it from Firefox Addons page (by selecting a file). I assume this is what you tried and which didn't work in your previous comment?"}],"action":{"name":"View Issue","url":"https://github.com/bnjbvr/laverna-webclipper/issues/3#issuecomment-385042691"}}}

bnjbvr commented 6 years ago

So the procedure to build it is the following: open a terminal, clone the code (git clone https://github.com/bnjbvr/laverna-webclipper, change current directory to this directory (cd laverna-webclipper), then run the ./package.sh script. It will produce a new file webclipper.xpi.

Then in Firefox, it's not even enough to install it from the Addons tab by clicking "select addon from a file", because the addon hasn't been signed off by Mozilla. You can try it though, by clicking the tools icon, then selecting "Debug addons", then in the new tab that opened click "Load temporary addon" and select the path to the webclipper.xpi file.

I think the right way to have this working would be to make it pass the Addon review (see also #1), and then to put it on the addons marketplace so it gets properly signed, and so it can get installed via the marketplace itself. Unfortunately, I don't have time to do this. However, happy to help anybody who'd want to do it, or to give ownership of the repository to whoever would want to maintain it!