How to reuse content across multiple internotes using partials
Partials let you define a block of content once and reuse it across multiple internotes. This is useful for recurring definitions, standard introductions, or any content that appears in more than one place.
Partials are saved as .part.chalk files attached to an internote. In the editor, open the add palette, choose Partial, then create or upload a file such as definition-of-function.part.chalk.
Partial files contain reusable Chalk content only. They do not need their own document header.
Use @include and reference the partial by file name.
Partials are resolved when the internote is compiled. If you update a partial, any internote that includes it will use the new content the next time it is compiled.
.part.chalkquadratic-formula.part.chalk or lab-safety-warning.part.chalk@include only works when the partial file is available to the compiler. If the file name is wrong, or the partial has not been uploaded, the internote will show an unresolved include error.
You can view, rename, edit, and delete partials from the Partials section of the add palette. Deleting a partial will not delete the internotes that reference it; those internotes will show an unresolved include warning until you restore the file or remove the @include.