bangle-editor
bangle-editor copied to clipboard
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Thanks for the great work on this project. One thing I love about bangle is that it supports live-preview style editing where the text gets resized as you're typing it....
Hello there! Would you mind to add customizable hints copies to `` component, so the text of _Save/Close_ and _Visit_ can be modified? Thanks in advance!
Hello there! I noticed, that when you press _Command-Enter (Mac)_ or _Ctrl-Enter (Windows)_ the new line wasn't added. Instead of it, I see an error that was thrown to console:...
Hello, I have been trying to set up a NodeView for iframes so when the node is selected a panel hovers over it with the option to edit the attributes...
1. Go to https://bangle.dev/docs/examples/react-floating-menu 2. On the first example delete all the text with `Ctrl+A, Del` 3. The content of the editor becomes `1. ` as if I put a...
If I have: - Line 1 - Line 2 I should be able to toggle Line 2 between ordered and bulleted list styles and can't. At present the list state...
Given the two adjcent UL and OL: ```md * abc 1. def ``` When the cursor is in the second line and I type the tab key, the OL should...
 This gif shows if you try to drag a file between the nodes (when the horizontal black line shows), the image is not inserted but if you insert the...
We should create a new package which will allow us to embed an editor inside of an editor.