Exporting Data
Bangle allows exporting the editor state in different ways:
- Markdown
- HTML
- JSON
You can try some of the following:
- Use markdown shortcuts like
#
,-
,1.
,>
,[ ]
to trigger new blocks. - Use keyboard shortcuts like
Command-b
orCommand-i
to enable marks, see base components docs for more keyboard shortcuts. - Try pasting rich text from some other place.
- Example
- Source code
loading...
#
Persisting to Local Storage- Example
- Source code
loading...