TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
6.76k stars 471 forks source link

feat: added placeholder example #1252

Closed ezhil56x closed 5 days ago

ezhil56x commented 1 week ago

Fixes #1242 /claim #1242

Added an example for placeholder

image

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Nov 20, 2024 3:50pm
blocknote-website ✅ Ready (Inspect) Visit Preview Nov 20, 2024 3:50pm
vercel[bot] commented 1 week ago

@ezhil56x is attempting to deploy a commit to the TypeCell Team on Vercel.

A member of the Team first needs to authorize it.

Blapi commented 1 week ago

This only works for en locales, if your locale is set to french it won't work, how would you handle that depending on the user locale then?

ezhil56x commented 1 week ago

@Blapi Updated, now the user locale can be set

ezhil56x commented 1 week ago

https://github.com/user-attachments/assets/53af988f-56de-4441-9542-b018b3f2102a

@YousefED Updated my PR