Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 js 脚本动态添加(和渲染)文本块的最佳方法是什么?
我的用户有一组相当复杂的数据输入要填充,当他们验证一个选项时应该生成一个文本块,然后我需要将其插入到现有的 EditorJS 文档中。在文档被视为完整之前,可能会发生多次相同的过程。
blocks.insert() API 方法会做我需要的,不知道为什么我最初错过了它