Oscar Godson

Results 189 comments of Oscar Godson

Thanks! A few things: 1. Our style is to do `callback = callback || function () {}` at the beginning of the functions. Could you do that instead, or, at...

EpicEditor wouldn't ever support things like file uploads as this is all front-end. Maybe later we'll have an extension. As for writing something yourself where the cursor position is saved,...

@mbodlund I see, ok, so something along the lines of these tickets then? https://github.com/OscarGodson/EpicEditor/issues/162 https://github.com/OscarGodson/EpicEditor/issues/172 There's been attempts and I worked on a simple solution after reading this ticket. Problem...

@mbodlund Indeed. This is sort of the rough spec we want to implement: https://gist.github.com/hongymagic/5363135

Anyway you can post that in JavaScript since we can't use CS?

Do you have anymore details? Browser, OS, code, screenshots, anything?

We most likely wont do syntax highlighting out of the box simply for the fact it's specific to people who write code which is a small percentage of the population....

See my comment here: https://github.com/OscarGodson/EpicEditor/issues/148 We are trying to decouple Markdown as the parser. We'll always have markdown as the default, but it should work out of the box with...

Yes: https://github.com/OscarGodson/EpicEditor/pull/188 I haven't been able to get to fully review all the code yet as I'm trying to finish up the current release, but after that's done I'll look...

But, as of now, it's really hard to review all the pull request and do a bunch of feature work when there's serious bugs and I'm basically the only one...