Giter VIP home page Giter VIP logo

capsule's People

Contributors

du5t avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

austinfrey

capsule's Issues

improve selected HTML getter

  • grab style info?
// por ejemplo, from snapshooter
const styleString = '<style>'
          .concat(parsedSelection.css.reduce((cssStr, cssObj) => 
                  cssStr.concat(JSON.stringify(cssObj)), ''))
          .concat('</style>')
  • improve range accuracy/serialisation
    • grab whole selected range, not just beginning and ending containers

improve interaction with chromium URI launching

currently opens a new tab with that URI, with a prompt about the URI association. even if this prompt is set to skip, the tab is left open.

the API is not exactly kind about providing alternatives.

firefox version

we hope it will be less gross than the chromium version was.

how are you gonna get the private key in?

to make this work using ssb-client, it needs to load the private key and then make a full connection to the local instance. Currently, patchwork exposes a plaintext websocket connect to localhost only, so you could connect to that instead.

but maybe having that is problematic, if any website can make a websocket (cross origin by default) localhost connection? @pfraze ?

Otherwise, you need to load the (or, a) private key and connect with that. sbot also has a master config, which allows another private key to connect and have the authority of the main private key (so far, this is useful for getting a pub to follow people or create invites remotely) we could use that here though.

unicode mismatch

fancy unicode apostrophes etc. do funny things when brought thru.

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.