Basic tools provide the core building blocks for document structure and formatting. Most can be inserted via the editor menu or slashes commands.
Text and Headers
The Paragraph is the standard container for text. It supports inline formatting (bold, italic, etc.). Headers range from H1 to H6 and automatically generate anchor IDs for deep linking.
Lists and Tables
Lists support ordered, unordered, and checklist styles with multiple nesting levels. Tables provide a grid-based layout for structured data, including a optional header row.
Media and Code
The Image block handles asset management with captions and WebP conversion. The Code Block uses Prism.js for syntax highlighting and offers a clipboard copy function.
Technical
The Raw HTML element allows embedding of arbitrary HTML snippets, while the Delimiter adds a horizontal divider.