This issue has been created
There are 6 updates.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-80059413-0da0-4e97-85ff-42d0075dabbb XRENDERING-808 In Progress

Implement a parser and a renderer for the BlockNote JSON syntax used by the BlockNote WYSIWYG editor

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-4391cf25-268f-41cc-bad3-9061b4a10d09 Marius Dumitru Florea created this issue on 12/Jun/26 11:52
 
Summary: Implement a parser and a renderer for the BlockNote JSON syntax used by the BlockNote WYSIWYG editor
Issue Type: cid:jira-generated-image-avatar-80059413-0da0-4e97-85ff-42d0075dabbb New Feature
Affects Versions: 18.4.0
Assignee: Unassigned
Components: Syntax
Created: 12/Jun/26 11:52
Priority: cid:jira-generated-image-static-major-7f4544aa-e2ea-4254-b214-f442197b734c Major
Reporter: Marius Dumitru Florea
Description:

We previously implemented a UniAst parser and renderer, XRENDERING-788, which helped us go from XWiki syntax -> XDOM -> UniAst syntax -> BlockNote syntax and back. It turns out we actually don't need the UniAst intermediary level, so it would be faster and more reliable to go directly from XWiki syntax to BlockNote. See https://forum.xwiki.org/t/use-blocknote-syntax-directly-instead-of-going-through-cristals-uniast/18336 .

 
 

6 updates

 
cid:jira-generated-image-avatar-4391cf25-268f-41cc-bad3-9061b4a10d09 Changes by Marius Dumitru Florea on 12/Jun/26 11:53
 
Fix Version: 18.5.0-rc-1
Development Priority: High
Difficulty: Unknown Hard
Assignee: Marius Dumitru Florea
Tests: Unit,Integration
Status: Open In Progress