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 for custom block types

sunillarsson opened this issue · comments

I've tried using custom placeholders for custom block types without any luck. Is it possible at this point of time?

I haven't tried this myself, but you could experiment with adding your blocktype to the dictionary.placeholders (

). Also see https://www.blocknotejs.org/examples/basic/localization

Let me know how this goes!