emmetio / codemirror-plugin

Emmet plugin for CodeMirror web editor
MIT License
74 stars 12 forks source link

Codemirror 6 #13

Open hatemhosny opened 3 years ago

hatemhosny commented 3 years ago

Are there any plans to support codemirror 6?

sergeche commented 3 years ago

Yes, it might be supported in future

mateomorris commented 3 years ago

@sergeche have you started migrating yet? We'd like to contribute to get this working in CodeMirror 6

sergeche commented 3 years ago

Not yet. What contribution you’d like to provide?

mateomorris commented 3 years ago

We'd like to go ahead and migrate it; we may just have a few questions if we run into difficulties

sergeche commented 3 years ago

Great! You can ask me any questions about Emmet integration

mateomorris commented 3 years ago

Thanks! We'll get started in the next few days and post questions here as we have them.

mateomorris commented 3 years ago

@sergeche - we have a working basic extension set up at migrate-emmet. @jwynveen's working on the preview dialog next.

Would be interested to hear your thoughts/ideas if you get a chance to take a look.

mateomorris commented 3 years ago

The dialog's up. Working on passing props & finishing touches now.

image

chriscoyier commented 3 years ago

Hello!

We're interested in Emmet working (officially) on CodeMirror 6 as well at CodePen.

Happy to help fund the work or contribute how we can.

mateomorris commented 3 years ago

@chriscoyier sweet! Unfortunately we've gone as far as we can at the moment, but we'd be happy to transfer emmet-cm6-extension over and help explain things if y'all wanted to get it across the finish line

sergeche commented 3 years ago

I have some spare time so I can get back to porting Emmet to CM6 in near future

Gowtham2003 commented 3 years ago

Any Update on this?

sergeichestakov commented 3 years ago

Hey there!

We're also interesting in adding Emmet support for CodeMirror 6 at Replit.

Just sent you an email with more detail @sergeche. Let us know how we can help move this project forward!

Cheers, Sergei

sergeche commented 2 years ago

Thanks to Replit folks, there’s a working implementation of Emmet for CodeMirror 6, which is available in separate repo: https://github.com/emmetio/codemirror6-plugin

There’s still much work to do, but at least all the basic features are already implemented.

chriscoyier commented 2 years ago

Awesome to see, thanks y'all!