-
Notifications
You must be signed in to change notification settings - Fork 63
Add monaco editor #227
Comments
I would like to work on this issue!! |
@jatinkatyal13 I would like to like to work on this issue but would like some help from you. Can you please share some links with relevant info so I can get started with this issue. |
I am willing to take this! |
The version of ember-monaco you have suggested is no doubt maintained. However it has issues regarding CommonJS transforms. It is due to a node module named 'penpal'. The older ember-monaco-editor has no such dependencies however. Should i go forward with it? |
What issues exactly? We already are using that plugin online CodingBlocks frontend. Can you elaborate the issue or a link perhaps? |
Okay so when i install the above add-on, what i get is an error stating unknown transformation name 'cjs'. I have used the above add on in my project, it works fine in there but with hacker-blocks frontend I get this error. Only difference is the ember version. |
Have you tried installing https://github.com/rwjblue/ember-cli-cjs-transform ? |
Yes, That's the first thing I did. Also the Monaco Editor for Ember add on uses it internally for importing Penpal.Like have a look at its index.js |
@abhishek97 is this one open for working? I have experiences using ace editor so might be suitable for me |
Replace Ace Editor that we currently use with Monaco Editor for Ember.
The text was updated successfully, but these errors were encountered: