File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11# docsify-slides
22
3- A plugin for [ docsify] ( https://docsify.js.org/ ) which allows you to make documentation which act like a slideshow.
3+ A plugin for [ ` docsify ` ] ( https://docsify.js.org/ ) that allows you to write documentation which acts like a slideshow.
44
5- > ** NOTE:** This plugin works best in combintation with [ ` docsify-pagination ` ] ( https://github.com/imyelo/docsify-pagination ) plugin.
5+ ## Install
6+
7+ Simply include the plugin with your ` docsify ` project:
8+
9+ ``` html
10+ <script src =" //unpkg.com/docsify-slides/dist/docsify-slides.min.js" ></script >
11+ ```
12+
13+ > ** NOTE:** This plugin works best in combination with [ ` docsify-pagination ` ] ( https://github.com/imyelo/docsify-pagination ) plugin.
614> Be sure to also enable this plugin on your docsify site for the full experience.
715
816## What is it?
2129<!-- slide:break-# -->
2230```
2331
24- where ` # ` is the percent of the total width you want the left side of the slide to be.
32+ where ` # ` is the percent of the total width you want the left side of the slide to be. (i.e. ` <!-- slide:break-60 --> ` )
33+
34+ Check out the [ example] ( https://shawntabrizi.github.io/docsify-slides ) .
2535
2636### Features
2737
Original file line number Diff line number Diff line change 11{
22 "name" : " docsify-slides" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " A docsify plugin for creating slideshow-like pages." ,
55 "main" : " src" ,
66 "repository" : " https://github.com/shawntabrizi/docsify-slides" ,
Original file line number Diff line number Diff line change 2525 right : 0 ;
2626 height : 4em ;
2727 background-color : # ffffff ;
28- margin : 0 5em ;
28+ padding-left : 40px ;
29+ padding-right : 10px ;
30+ margin-bottom : 0px ;
2931 }
3032 body .pagination-item--previous {
3133 transform : translateX (300px );
4143.slide-col {
4244 float : left;
4345 padding : 10px ;
46+ padding-bottom : 4em ;
4447}
4548
4649@media screen and (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments