Jordy (Jordan) Lee

Results 24 comments of Jordy (Jordan) Lee

@hjpunzalan I haven't tried this particular block of code, but `replaceText` accepts an optional 4th argument where you can put the inline style(s) to be retained: https://draftjs.org/docs/api-reference-modifier#replacetext I think the...

@Linguisto which WP docker images did you try? In the end, I just ended up using Bitnami's Docker image which has an up-to-date version of WP and works fine for...

@hinok I can't get this to work properly with .scss and it's driving me crazy, could you please post your demo to GitHub?

@hinok amazing, thank you so much! Exactly what I was looking for :)

@aamikus to be honest I can't remember if I ever did get it working. I don't think I did... But I'm working on a similar project now which also uses...

I've also been looking to contribute, or at least get a local version running, but have had weird issues with the TypeScript loader not working with the React example. So...

No worries, there's many ways one could build a Word Processor - my version uses Draft.js as an abstraction over contenteditable. That means all the basic text editing functionality doesn't...

@yuzhenmi great to hear! I would love to confirm, but an issue with the TypeScript loader is still blocking me from running this project locally. I'll try again later today....

By the way, I really like how thoroughly you've thought this project through. And writing it in TypeScript is great. Is there any reason you decided not to build TaleWeaver...

Hey sorry, I've been working on something else and completely missed this. Unfortunately no, I don't really know Angular. However, I am currently building a React-based text editor (using draft.js)...