All Projects → jamesplease → knockout-view

jamesplease / knockout-view

Licence: other
(No longer maintained) A bookmarklet that toggles a display of any page's Knockout View Model.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

#knockout-view version 2.0.0

Use this bookmarklet to view your Knockout View Models with a toggle-able, minimally-intrusive display.

KO View

##Installation

Copy the code from build/ko-view.min.js into a new Bookmark in the browser of your choice.

##Usage

Click the bookmarklet on any page with a Knockout model.

Need a page to test it on? Try this Knockout Example page.

You can toggle the visibility of the view model display panel with the main button. The x will remove the debugger from the DOM.

The display panel can be resized by dragging the lower right corner. It can also be moved about with the burger menu.

##Building

Want to make some changes? It's easy to do with grunt.

  1. Clone this repository
  2. Run npm install in the directory of installation
  3. Install Ruby and SASS, if you don't already have them
  4. Make your changes to the files in the source directory
  5. Run grunt from the command line to build the bookmarklet

##Licensing

Don't fret about legal stuff. Do whatever you want with it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].