Run the tests:
$ wolfram-cli paclet test . ./Tests
Build optimized MX for package code:
$ ./Scripts/BuildMX.wls
To make changes to the Chatbook.nb
stylesheet, do the following:
- Edit style definitions in Developer/Resources/Styles.wl
- Run
Get
on Developer/StylesheetBuilder.wl - Evaluate
BuildChatbookStylesheet[]
To quickly prototype changes to the stylesheet, the symbol $ChatbookStylesheet
is defined as a convenience, and can be used as in:
Get["Chatbook/Developer/StylesheetBuilder.wl"];
NotebookPut[
Notebook[{Cell["", "ChatInput"]}, StyleDefinitions -> $ChatbookStylesheet]
]