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.32k stars 434 forks source link

Image is not visible after parsing the image url #585

Open chinmay0703 opened 7 months ago

chinmay0703 commented 7 months ago

Describe the bug <const parsedata = JSON.parse(notetext); console.log(parsedata); const parsedBlocks = await editor.tryParseMarkdownToBlocks(parsedata); i have added the image url from the user and sent to the mongo db but when the user notes are fetched image is not visible>

matthewlipski commented 3 months ago

Could you provide an example of the notetext content you're trying to parse?