verbum icon indicating copy to clipboard operation
verbum copied to clipboard

Verbum is a fully flexible text editor based on lexical framework.

Results 24 verbum issues
Sort by recently updated
recently updated
newest added

This PR: add support for French and English localization. enable json module add support for browser-based language detector enable transpile-only to skip type checking on i18next initialization

Since the release of version 0.4, isReadOnly is deprecated. So the documentation update is missing

**Describe the bug** I just installed the package in a next.js project and I get this error: ``` error - ../../node_modules/katex/dist/katex.css Global CSS cannot be imported from within node_modules. Read...

**Is your feature request related to a problem? Please describe.** I am about to give Verbum a try because It's easy to set up but I got one issue. This...

enhancement

Maybe a default image is needed or we can remove the `sample` item. https://github.com/ozanyurtsever/verbum/blob/07cd283aadb2ca05ddc51a23582e38313b0aeaaa/src/plugins/ToolbarPlugin/components/InsertDropdown.tsx#L64

refactoring

**Describe the bug** If we use multiple editors in one page such that we have to scroll the page, dropdown goes out of alignment with the toolbar button **To Reproduce**...

Hello `verbum` maintainers, I am currently working with `verbum` in a React project and I have encountered a challenge with updating the editor state programmatically. **Goal**: I need to update...

enhancement

I added a few examples in the storybook: 1. Custom block types. I added h4 and h5 as examples. All the other ones can be added/removed from the menu. 2....

**Describe the bug** Don't get me wrong, I am more than happy to work and add a live demo but the example code gotta work. It doesn't work, at least...

**Describe the bug** "verbum": "^0.5.0", 1. Unable to initialize default value 3. onChange cannot be converted into html code const onChange = (state: string, editor?: any) => { console.log(state, editor,...