Thibaud Colas

Results 690 comments of Thibaud Colas

@BrendanMartin this is just an idea at this stage. If you want to help, the original description states what are the next steps.

This is something I would be interested in building, but it’s a lot of work. @hadifarnoud @maximekl have you looked into implementing this yourselves?

I’ve started working on a table implementation over at https://github.com/thibaudcolas/draftail-tables. It’s just a proof of concept at this stage, and is completely unusable for any real use case, but I’m...

👋 sorry it’s been so slow-moving – I’ll try to get to this in November, hopefully along with React 17 compatibility. One of the main reasons this has dragged on...

This has stalled again. I’ve done a thorough review of the changes in Draft.js v0.11 back in November, and found more reasons to _not_ upgrade than to upgrade. Specifically: -...

@vmc08 I think the first thing that’s off is that you’re using `"@draft-js-plugins/editor": "^4.1.0"`, whereas internally Draftail uses `"draft-js-plugins-editor": "^2.1.1",`. There’s going to be a lot of things that are...

This is now somewhat easier thanks to #171. #192 contains an example. Draft.js seems to have issues with emojis that will need to be addressed: https://github.com/facebook/draft-js/issues/1105, https://github.com/facebook/draft-js/issues/1969.

@sbusch yes, I'd like to do that! I haven't been able to find enough time for it, but hopefully I'll do so before 0.11 is out.

Hey @coredumperror, thanks for the detailed report. Unfortunately this behavior is from Draft.js (open issue: https://github.com/facebook/draft-js/issues/166), and not something that can directly be changed in either Draftail or draftjs-filters. It’s...

Just a note that I haven’t forgotten about this, and it’s getting more likely I’ll have time to fix the issue. I think I’ll both provide a PR for Draft.js...