Built-in components
Boustro — the rich text editor itself — does not know how to apply .
Boustro uses abstractions to make it as extensible1 as possible. Any text attributes and paragraphs2 can be defined in user code.
Boustro provides a range of built-in components that are commonly required in a rich text editor. Here, you'll find a list of components provided.
Attributes
- Bold
- Italic
- Underline
- Strikethrough
- Link (with user-defined callback)
Paragraphs
- Bullet list (TODO)
- Numbered list (TODO)
- Blockquote (TODO)
- Image
- Code block (TODO)
If you're missing a component that is generally useful, please open an issue to request it.
2
For an explanation of these concepts, see Model.
1
See Customization for more information about the different ways in which boustro can be customized.