TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Home Page:https://www.blocknotejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholder customization, to add a new text or data

Pariola-droid opened this issue · comments

Is there a way i can customize the placeholder text to my taste

in useCreateBlockNote pass placholders option

const editor = useCreateBlockNote({ placeholders: { default: "Your Custom Placeholder...", }, });