Git Product home page Git Product logo

Comments (1)

anthonyec avatar anthonyec commented on May 28, 2024

Thanks @ricobl, this is really great feedback!

Have you considered expanding the search to regular bookmarks as well?

I have thought about expanding to include Chrome functionality, like managing tabs and windows, opening specific settings etc. VSCode is a good example and it's technically straight forward to use any content in the search results. There are some questions around UX. For example, would existing users default to > at the start of their queries?

But I like the idea, and if you think showing bookmarks would be useful then it'd be a good place to start. Especially since I'm not sure if this extension can work in it's current state with the upcoming Chrome extension API changes.

I see that not all bookmarklets work transparently. For example: trying to use jQuery ($) from a page that has it exposed globally works when clicking from the bookmark bar but not from the extension. Is this a limitation from the extension environment?

Nice bug find! You're right, currently it is a limitation of how scripts are executed in Chrome. They have access to the page but live in their own separate world when it comes to accessing variables and functions. However, there are sneaky ways around this, so it's something I can look into.

I noticed references to a code editor in the source. Are there plans to allow editing bookmarklets as well? That would be awesome!

Yep, it's something I've been playing around with for ages! However, it's a very nuanced problem to format a bookmarklet for editing, and then convert back (my attempt so far). Not impossible, just requires a lot of testing to ensure I don't break everyones scripts. That fear has been keeping me from releasing something I'm happy with.

from powerlet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.