export const defaultContent = `

Welcome to Homarr's notebook widget

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

Strike-through

Text alignment

Headings

Lists

  1. Ordered

  • Bullet

  • Check

Coloring

Text coloring

highlighting

Table cells

Inserts

Links

Images

Tables


Widget options

` .split("\n") .join("") .replaceAll(" ", "");