Oscar Godson

Results 189 comments of Oscar Godson

@valx76 you're doing a lot of extra work EpicEditor can do for you :) see my comment above with the code sample

No, I'm talking about the getElement method and stuff to gather the elements you need. It handles all the cross browser stuff and if we ever change the DOM down...

Looks good! You should put it in the "tips and tricks" wiki page. One small thing you could do is cache the previewer on load to save on lookup times,...

So, are you looking for coloring code blocks in preview or markdown in the editor? I think you're talking about another ticket: https://github.com/OscarGodson/EpicEditor/issues/14 The above ticket talks about coloring the...

As in the #173 ticket, once @hongymagic 's pull request is finished you'll be able to do: ``` javascript var s = editor.getSelection(); var text = '**' + s.toString() +...

Oh, something else, you _could_ merge his pull request into your project for now to be able to use his API's he's added. Just know it's WIP, but once it's...

I don't think this actually "fixes" the problem, does it? If we want to preserve white space shouldn't we convert the white spaces to ` `? The CSS fix also means...

I'd need to play with it and see the output but at the very least this should act the same across all themes as this isn't as much a styling...

I'm adding it as a feature and will try to get it into `0.3.0`, but it might be more like `0.4.0`. In the meantime, the other way to achieve this...

Awesome! What feature were you thinking? So, its not in the README, but probably should. You could add it in a PR I'd you wanted. I did put it in...