bnjbvr / laverna-webclipper

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

Does not work on encrypted Laverna #2

Open jdev21 opened 7 years ago

jdev21 commented 7 years ago

If the instance of Laverna is encrypted with a password, the clipper will not work. After the password is entered, it goes to a blank note and does not fill in any information. If Laverna is already opened in another tab, it will still open a new tab and ask for the password each time the addon button is clicked.

bnjbvr commented 7 years ago

Thanks for filing an issue! I could understand why this would happen (since the addon just waits for the main textarea to show up, but probably doesn't expect a password input to show up). Feel free to make a patch, don't hesitate to ask for help if needed. Cheers!