Open Issues Need Help
View All on GitHubRich text editor with plugins based on Slate.js
Rich text editor with plugins based on Slate.js
AI Summary: Modify the CodeBlockPlugin in the Slate.js-based rich text editor to pass a list of supported programming languages to the `renderLanguageSelector` function, enabling dynamic language selection within the code block.
Rich text editor with plugins based on Slate.js
AI Summary: Implement an EmojiPlugin for a Slate.js-based rich text editor. The plugin should activate when a colon (`:`) is typed, displaying an emoji picker that supports dark mode. This involves creating a plugin that handles the colon input, fetching and displaying emoji options, and integrating with the editor's dark theme.
Rich text editor with plugins based on Slate.js
AI Summary: Debug the `renderLeaf` method within the `core/createEditable` module of a Slate.js based rich text editor. The issue is that nodes are not rendering correctly when the BasicFormattingPlugin is absent.
Rich text editor with plugins based on Slate.js