Arthur

Results 38 comments of Arthur

has this ever been implemented? I can't imagine folks not having situations where only months/years selections are not needed!

@Ionaru how do you know when the editor finished initializing? is there like `onInit` method/event to hook into?

> After `... = new EasyMDE(...);` but that takes time to instantiate.. so prob a `setTimeout` should be used?

@sTeaPig did you ever implement tribute.js in easyMDE? If yes, please shine some light :)

@Ionaru how soon do you think this could be implemented?

@Ionaru One issue I noticed is that it seems the `keyup` and `keydown` events never make it to tribute. I added a few breakpoints and those never get hit.

@Ionaru an update: setting `inputStyle: 'contenteditable'` seems to have resolved the event propagation. However, when using the keyboard up/down keys the `enter` does not select the option... simply goes to...

@Ionaru lol I had already commented on there :)

@Ionaru how can i insert an html element into the easymde editor without it getting stripped out? ex. I would like to add `@JackBauer` However, all i get added is...

@Ionaru so it turns out that the reason for the html tags getting stripped out is due to the `gfm` mode. I have modified my template to return a true...