Evgeni B.
Evgeni B.
Related #582 At least we can prevent crashing the application.
There are certain issues with using **=IF()** inside a cell. 1. **IF** doesn't work with string equality: * Cell **B3** has text **Hello**; * Any cell with content **=IF(B3="Hello","OK","Fail")** will...
I've noticed that row can only be inserted above the selected one. The situations looks weird when having text at the last row and inserting new row there. The text...
I'm trying to import `gg-editor` components inside next.js app and getting this error. ```js import GGEditor, { Mind } from 'gg-editor'; const data = { label: 'Central Topic', children: [...
Hey! Great lib. I wonder if I could also somehow get the tracked changes while converting the document. Well, I have a document with "Track Changes" enabled. And when I...
Hey! This plugin looks nice and I would like to use it with Tiptap editor. There is a page on [how to use prosemirror plugins with Tiptap](https://tiptap.dev/guide/custom-extensions/#prosemirror-plugins). But I can't...
Hello! Hope you're doing well. I found a strange behavior while using your [demo page](https://ngx-text-diff.herokuapp.com/home) when comparing two sentences. I removed just one comma from the text and instead of...