Instructions for use

Shortcode

Pages from BookStack are inserted into Wordpress with the help of shortcodes. To do this, it is necessary to know the ID of the BookStack page. The page with the ID 7 is inserted as follows, for example

[bb-bookstack id=7]

It's not strictly necessary (but recommended) to add the id parameter. The page to display can also be passed via the url parameter ''bb-bookstack-id''. There are several other parameters that can be added to the shortcode:

CSS

The content from BookStack is enclosed by a <div> of the class 'bb-bookstack-content' or 'bb-bookstack-title'. For example a list could be formatted as follows:

.bb-bookstack-content li {
font-weight: bold;
}

There are even more style classes used by this plugin. Have a look at the readme.txt or the page sourcecode.

Contact

If you have any questions, suggestions or errors, you can reach me at Martin Dames <martin@bastionbytes.de>.