Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdanfox/anno.js
Interactive step-by-step guides for web apps.
https://github.com/iamdanfox/anno.js
Last synced: 15 days ago
JSON representation
Interactive step-by-step guides for web apps.
- Host: GitHub
- URL: https://github.com/iamdanfox/anno.js
- Owner: iamdanfox
- License: mit
- Created: 2013-09-10T04:42:02.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-11-23T22:28:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T18:11:13.686Z (17 days ago)
- Language: JavaScript
- Homepage: iamdanfox.github.io/anno.js/
- Size: 1.93 MB
- Stars: 303
- Watchers: 12
- Forks: 56
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
anno.js [![Build Status](https://travis-ci.org/iamdanfox/anno.js.png?branch=master)](https://travis-ci.org/iamdanfox/anno.js)
=======Anno.js lets you add powerful step-by-step guides to your web-apps. **[See demo!][1]**
[![Screencast of a single annotation](screencast.gif)](http://iamdanfox.github.io/anno.js/)
**Anno.js is built to be extensible.** The source is about 500 lines of literate coffeescript; you can [read the annotated source][3] in just a few minutes!
Usage
-----Include the following in your HTML page:
```html
```
```html```
After including `anno.js` you can define your annotations ([see examples][1]).
For better performance, you can host the files yourself. Clone the repo or [download the zip][2], then copy `anno.js`, `anno.css` and `scrollintoview/jquery.scrollintoview.min.js` into your project.
[1]: http://iamdanfox.github.io/anno.js/
[2]: https://github.com/iamdanfox/anno.js/archive/gh-pages.zip
[3]: http://iamdanfox.github.io/anno.js/docco/anno.html