Giter Club home page Giter Club logo

notesrtc's Introduction

chrome-notes ๐Ÿ“–

The first part in the two part WebRTC annotation experiment.

chrome-notes is a way to tie notes/thoughts/ideas to a specific URL. It's not annotations, it's notes complete with a medium-style editor (bold, italic, underline) -- real in-page annotations are part two.

It's still in development, but a demo is available by following the instructions below.

How to run it locally:

  1. clone it
  2. install dependencies with $ npm install
  3. build it (and subsequently watch it) with $ npm run watch
  4. go into chrome extensions tab and click 'load unpacked extension'
  5. choose the root directory of the cloned repo and click ok
  6. default to open the extension is cmd+shift+comma (you can set the hotkey on the bottom of the extension page)

Premise:

When reading a web page - whether it be a blog, Stack Overflow answer, article, essay, etc - its natural to have ideas, notes, general thoughts about what it is you just read. If you choose to write these down you might reference the web page URL in yours notes. Or maybe you won't reference the URL. When you look back at the notes, you might be like "hmm, ya, I remember that, and I know I read that somewhere in detail, but I forget where...". This same concept can be applied to taking notes from a textbook - its usually useful to write what section of the book the notes are from, so you can go back to the primary source and get some more context.

Design:

Developed as a chrome extension using WebRTC and chrome.storage.sych. It's meant to be as low-touch as possible, and these technologies fit this mantra. chrome.storage.sync automatically syncs across the logged in Google account -- it's like a dedicated partition of localstorage tied to an account instead of a single browser. The view/data layer is React, with the lightweight skeleton.css for styling.

With Inspiration from:

genious it

notesrtc's People

Contributors

rosshamish avatar

Stargazers

Andrew Hoskins avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

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.