Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristen/deep-linking
:anchor: A deep linking and highlighting UI
https://github.com/tristen/deep-linking
Last synced: 19 days ago
JSON representation
:anchor: A deep linking and highlighting UI
- Host: GitHub
- URL: https://github.com/tristen/deep-linking
- Owner: tristen
- License: other
- Created: 2011-11-19T00:18:44.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-03-20T20:19:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-29T10:24:09.353Z (26 days ago)
- Language: JavaScript
- Homepage: https://tristen.ca/deep-linking/demo/
- Size: 71.3 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deep linking
A stripped down version of the Dynamic Deep-Linking and Highlighting UI, [Emphasis](https://github.com/NYTimes/Emphasis).### Quick Usage
``` js
var content = document.getElementsByTagName('p');
new DeepLinking(content);
```### Demo
[http://tristen.ca/deep-linking/demo/](http://tristen.ca/deep-linking/demo/)
### Thanks!
To Michael Donohoe [(@donohoe)](twitter.com/#!/donohoe) and the Nytimes [@timesopen](https://twitter.com/#!/timesopen)