Daniel Petranek
Daniel Petranek
Thanks for the quick reply! Unfortunately, switching back to 0.3.0 is giving me guff - I'm getting an unfamiliar stack trace every time I try to compile - https://www.refheap.com/118065 I've...
Thanks Tom. I finally got round to picking this back up, and deleting my target/classes folder cleared it up the ExceptionInInitializerError that was being thrown before. However now when I...
I'm afraid not.
I thought it might be because of a datascript version mismatch: I'm using datascript version `"1.0.1"`, and it looks like posh is using datascript version `"0.18.6"`. I tried testing with...
I've started looking into implementing this, and DraftJS doesn't support indenting outside of lists: > Note that there is currently no support for handling depth for blocks of any type...
The inserting spaces approach I just tried is woefully insufficient. It looks like a proper discussion of the issue is happening here: https://github.com/facebook/draft-js/issues/887.
@jpuri In the metadata approach, how does the metadata get used to apply a style? I see where it's added but not where you use it to apply a style.
I think we should change the README, which seems to advertise the ability to create custom buttons: // The toolbarConfig object allows you to specify custom buttons, reorder buttons and...