Code Monkey home page Code Monkey logo

bookmarks's Introduction

bookmarks

Searchable collection of bookmarks in a webpage

The collection presented at http://twolfson.github.io/bookmarks/ is my personal set distilled from Firefox.

Running locally

bookmarks is hosted via GitHub pages meaning it is a set of static files. You can run a local server via a utility like serve.

# Install server if you haven't yet
npm install -g serve
# npm http GET https://registry.npmjs.org/serve
# npm http 200 https://registry.npmjs.org/serve
# ...

# Run serve
serve
# serving /home/todd/github/bookmarks on port 3000

Open http://localhost:3000/ in your browser and you should be presented with the webpage.

Installing your bookmarks

bookmarks.json is agnostic to being Firefox specific and it is planned that we support Pinboard in the future. The current structure is that from firefox-bookmarks' flatten method.

  • bookmarks Object[] - Array of bookmarks
    • Each bookmark should be of the format:
      • title String - Name of the folder
      • uri String - URL that was saved for the bookmark
      • description String - Description for the link
      • dateAdded Number - Microseconds (milliseconds/1000) since Linux epoch that bookmark was added
      • lastModified Number - Microseconds since Linux epoch that bookmark was last updated

Firefox

We provide utility functions to load your Firefox bookmarks.

# Copy latest bookmark backup to `bookmarks.orig.json`
npm run copy-firefox-bookmarks

# Flatten and beautify `bookmarks.orig.json` into `bookmarks.min.json` and `bookmarks.json`
npm run parse-bookmarks

Donating

Support this project and others by twolfson via gittip.

Support via Gittip

License

Copyright (c) 2013 Todd Wolfson

Licensed under the MIT license.

bookmarks's People

Contributors

twolfson avatar

Watchers

James Cloos 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.