Skip to content
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

do u have any plan of browser extension? #29

Open
xrfmkrh opened this issue Jan 5, 2023 · 5 comments
Open

do u have any plan of browser extension? #29

xrfmkrh opened this issue Jan 5, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@xrfmkrh
Copy link

xrfmkrh commented Jan 5, 2023

i like this UI and changing order of bookmarks by drag.
but do u have any plan of browser extension like this (or just feature)?
cuz i need feature that add bookmark for the current tab.
thank you.

@AlexSciFier AlexSciFier added the enhancement New feature or request label Jan 16, 2023
@AlexSciFier
Copy link
Owner

Hi! Such a function is in my plans, but I can’t say exactly when I will implement it.

@AeliusSaionji
Copy link

Would a bookmarklet be a quickfix temporary stopgap?

@Wh1t3Rose
Copy link

I think a booklet would be a good temp solution @AeliusSaionji

@mmBesar
Copy link

mmBesar commented Jan 13, 2024

A browser extension is very much needed.

@evenprimes
Copy link

I'm going to bump this. While I full blown extension isn't essential (but would be very nice!), a bookmarklet would get us 99% of the way there.

Question: What exactly is the minimum we need? I was thinking a bookmarklet that could take the current URL, and open neonlink in another window (or the current window) and at least populate the URL.

I used: https://mrcoles.com/bookmarklet/

And created this little script:

let neonlink = 'http://192.168.1.11:3333/add';
let bmurl = document.URL;
navigator.clipboard.writeText(bmurl);
window.open(neonlink, '_blank').focus();

That at least lets me just paste in the URL and go on. At the least, I think neonlink would need something on the /add uri to populate the URL. I did try to either paste or use JS to fill the url field in the form, but it seems the Javascript stops running once the new tab is open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants