Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/owl-down
for owl
https://github.com/sota1235/owl-down
Last synced: about 12 hours ago
JSON representation
for owl
- Host: GitHub
- URL: https://github.com/sota1235/owl-down
- Owner: sota1235
- Created: 2014-12-25T01:44:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T07:40:40.000Z (almost 7 years ago)
- Last Synced: 2023-08-05T20:12:07.588Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/owl/owl
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Owl Down
====**Note: owl-down is already merged into owl https://github.com/owl/owl/pull/26**
----
Owl用スライドジェネレータ
### Description
[Owl](https://github.com/fortkle/owl)専用スライドジェネレータです。
それぞれの記事をスライド化します。
### Demo
![スライドデモ](http://i.gyazo.com/4741dbc1bde2fcef427121c991fe0533.png)
### Requirement
- jQuery 1.x
### Usage
以下のスクリプトをブックマークレットとして登録して、Owlの記事ページで使用してください。
```javascript
javascript:window.BASE_URL="https://cdn.rawgit.com/sota1235/Owl-Down/master/";var s=document.createElement("script");s.setAttribute("src",window.BASE_URL+"js/owl_slide.js"),s.setAttribute("type","text/javascript");var c=document.createElement("link");c.setAttribute("rel","stylesheet"),c.setAttribute("type","text/css"),c.setAttribute("href",window.BASE_URL+"css/owl_slide.css"),document.getElementsByTagName("head")[0].appendChild(s),document.getElementsByTagName("head")[0].appendChild(c);
```→キー:進む
←キー:戻る
## Author
[@sota1235](https://github.com/sota1235)