TorstenDittmann / OmniaWrite

A text editor engineered for creative writing.
https://OmniaWrite.com
Apache License 2.0
162 stars 34 forks source link

[feature] show cards in editor #32

Closed TorstenDittmann closed 4 years ago

TorstenDittmann commented 4 years ago

Is your feature request related to a problem? Please describe. Before I created my own editor library, I was using EditorJS and have modified the paragraph block to highlight marked cards inside the editor. Since I messed with the DOM and sanitized it afterwards, there was a high chance of leftovers which could've end up in failures. So for now, I have disabled this functionality.

Describe the solution you'd like I like to have hints for the cards hovering over the editor, that lets you interact with corresponding cards without modifying the DOM.

I do not think that the previous solution with tooltips was a great idea. Since implementing tooltips always comes with a rat tail and the UX on mobile is very bad.

Additional context Will add mockups for what I think could be working.

TorstenDittmann commented 4 years ago

Fixed 🥳