export const defaultContent = `
The notebook widget focuses on usability and is designed to be as simple as possible to bring a
familiar editing experience to regular users, be it markdown or office type editors.
It is based on Tiptap.dev
and supports most of its features:
General text formatting |
||
|
Bold |
Italic |
Underline |
|
|
Text alignment |
Headings |
Lists |
||
|
|
|
Coloring |
||
|
Text coloring |
highlighting |
Table cells |
Inserts |
||
|
Links |
Images |
Tables |
` .split("\n") .join("") .replaceAll(" ", "");Widget options
Show the toolbar to help you write markdown:
The toolbar at the top that helps with controls, some not available in markdown.
Allow check in read only mode:
Check boxes usable outside of editing, also allows anonymous checks.