plugin
plugin copied to clipboard
Sample plugin for GitBook
Sample plugin is really great to get started. Is there any way i can inherit the current language that is being rendered in the plugin ? I see that the...
In the index.js , it's using same name `website` for both ebook and websites. Do I need to use two `website` key or only one is enough for both website...
When I add the codemirror.js lik following , ``` book: { assets: "./book", js: [ "codemirror/lib/codemirror.js" ], ``` I got the following error ``` Uncaught object app.js:1 makeError app.js:1 _...
Recently, I was assigned to develop a customized plugin for gitbook https://github.com/GitbookIO/gitbook to display the file by providing the path in the README.md , The plugin example is right here...
`hook.page` claims that: ``` // page.content is a list of parsed sections ``` See; https://github.com/GitbookIO/plugin/blob/master/index.js#L59 However, this is not the case - `page.content` really is just a string containing the...