Packages
The Wobble Web repo is organized as a monorepo, containing multiple packages. Here is a summary of the available packages:
- @wobble/editor: the full wwwobble editor as a webcomponent
- @wobble/code: html editor as a webcomponent
- @wobble/publish: publishing to Codeberg and other
- @wobble/examples: example pages loaded into the editor
- @wobble/elements: elements that can be added to wobble web via the “add elements” button
Custom elements
Section titled “Custom elements”The packages/custom-elements folder contains elements custom elements (or adaptations of existing custom elements) developed specifically for use in wwwobble. The elements are bundled into single scripts so that they can easily be imported as part of a single html file.