-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request : Add a bookmarklet to add a page to shiori directly by cliking on a bookmarklet on a given page. #84
Comments
Hi guys, sorry for late response. I've made a simple bookmarklet for Now, since If all goes well this feature should be committed on these following days. |
Since you can get a SSL certificate pretty easily and for free through LetsEncrypt, you could maybe integrate auto certificate renewal. https://godoc.org/golang.org/x/crypto/acme/autocert as a reference. I think most shiori instances are available over the internet, that's why I would definitely recommend a SSL certificate. |
I've added bookmarklet in commit When possible (i.e. allowed by CSP), the bookmarklet will show dialog for saving new bookmark : However, if it's not possible, the bookmarklet will redirect you to submit page : Please try it out.
I don't think I will do it, because :
|
Works pretty nice, running behind a Nginx reverse proxy on my Raspberry Pi via Docker. Thank you! |
As it works fine, I'll close the issue. |
It doesn't work now? The add button can't drag and drop. |
Doesn't work here either |
The bookmarklet has been depreciated and the official method is now the web extension |
@8bitgentleman I know, but that didn't work for me either see this issue |
Add a bookmarklet to add a page to shiori directly by cliking on a bookmarklet on a given page.
Expected usage
javascript:(function(){...})()
The text was updated successfully, but these errors were encountered: