Paul Klink
Paul Klink
Hi all, I have merged in PRs #775, #776, #777, #778, #780, #781, #784, #785 and #786 which fix various issues raised by others. I have tested this in my...
The issue of customising Stack header and tabs have been raised several times. Recently this includes: * #703 * #704 * #709 * #715 * #722 * #754 * #755...
Add API reference documentation to Golden Layout website on GitHub pages
Well, I'm able to create a new tab - and then drag the tab into a column. But it's not clear how to programattically split windows. The following is based...
Should ` return content[0].instance; // The case when this is the first component.` be ` return content.contentItems[0].instance; // The case when this is the first component.` ?
The extra features in 404 caused some issues. Decided to remove instead of fix.
Includes a feature where a copy button can be added to all code blocks in a website. This feature can be enabled by setting the following parameter in `config.toml` `copyCodeButtonEnabled...
Allows a (default) list page to contain content but not list child pages. Child pages can be suppressed by including the following parameter in the pages front matter: `pagesListSuppressed =...
Added `rendererSafe` option to `config.toml`. If this is set to true, then the theme will work without the renderer being set to unsafe and the `[markup]` section at the bottom...