Hein Haraldson Berg
Hein Haraldson Berg
I had to build this locally to test, as I couldn‘t get the test suite running properly, and daringly bumped the version number to reflect the patch.
Possible bonus: Regard contenteditables as interactive elements, but I understand if you don’t want this as part of the same PR, or have considered this before and concluded that it’s...
I’m working on a Table Of Contents feature for [EditorJS](https://github.com/codex-team/editor.js), and as part of this I’m scrolling to heading blocks in the editor, which have their own event listeners and...
Seeing this when inspecting the view hierarchy is just really confusing, be it if you’re on iOS or Android. Why was it named this way, when the whole point of...
### What problem are you facing? In order to support multiple languages and their individual typographic rules, it would be nice to be able to override replacements. Straight double quotes...
### Which packages did you experience the bug in? unique-id ### What Tiptap version are you using? core 2.1.12, unique-id 2.4.1 ### What’s the bug you are facing? We have...
Optimized: Partials works nicely, unless they’re invoked from a template that is in turn invoked from `_.map`. Unoptimized: Partials works no matter the context they’re in. Am I supposed to...
Hello! I’ve just briefly looked at this project and so far it seems like one of the projects that most closely matches my needs. However – I want to use...
I would like to see the flow or order of events, and what each handler takes care of, documented. I _might_ for instance add a `remove: function(e, ui) { e.preventDefault();...
I paste once. The URL is inserted twice. That’s it. That’s the entire issue.