08-27-周三_17-09-29
This commit is contained in:
45
node_modules/gitbook-plugin-splitter/README.md
generated
vendored
Normal file
45
node_modules/gitbook-plugin-splitter/README.md
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
gitbook-plugin-splitter
|
||||
==============
|
||||
|
||||

|
||||
|
||||
this plug-in provides a vertical bar that divides the summary and main content.
|
||||
|
||||
[](https://nodei.co/npm/gitbook-plugin-splitter/)
|
||||
|
||||
### other feature
|
||||
|
||||
* It will save the position information of the splitter to sessionStorage.
|
||||
|
||||
### How to use it?
|
||||
|
||||
Add it to your `book.json` configuration:
|
||||
|
||||
```json
|
||||
{
|
||||
"plugins": ["splitter"]
|
||||
}
|
||||
```
|
||||
|
||||
Install your plugins using:
|
||||
|
||||
```bash
|
||||
$ gitbook install
|
||||
```
|
||||
|
||||
### change logs
|
||||
|
||||
#### version 0.0.6 (2016-12-06T16:54:38)
|
||||
|
||||
* fix: Fixed not to do anything when the width of the screen size was 600px or less (#6)
|
||||
* fix: changed the position of the bar position from "localStorage" to "sessiongStorage" (#10)
|
||||
|
||||
#### version 0.0.6 (2015-11-06T16:54:38)
|
||||
|
||||
* supported Gitbook v3
|
||||
|
||||
#### version 0.0.5 (2015-11-06T16:54:38)
|
||||
|
||||
* fixed don't work toggle button of summary view display from Gitbook V2.5.x
|
||||
|
||||
This software is released under the MIT License, see LICENSE.txt.
|
Reference in New Issue
Block a user