Oscar Godson

Results 45 issues of Oscar Godson

For example: ``` css #example { padding:10px; font-size:14px; } ``` ``` javascript bonzo(document.getElementById('example')).css('padding'); //Returns a blank string bonzo(document.getElementById('example')).css('font-size'); //Returns 14px ``` I did some testing outside of bonzo and I'm...

# Delimiter with tab erroring out We require tab delimiting as an option for our CSVs for users. Certain programs use tabs. However, using tabs results in an error like...

If you have a field, say phone number and you make it optional it should still validate the field _if_ you type some value. If no value then ignore it...

Sometimes you don't want your extension to be loaded multiples like a form or something, but many times you might want to actually. For example, a "like" or "tweet" button....

`.push()` and `.listen()` could be confused with `Array.push()` and `addEventListener`, so change to `Core.pub()` and `Core.sub()` via @techwraith

Something like CEM (Core Extension Manager) so people can share extensions. Also a way to select multiples and it create a single file with all the `.extend()`s and `.load()`s so...

EpicEditor hasn't been updated in quite awhile due to a lot of big life events including the death of a family member, a baby, a move to another city, new...

Important

Like Firefox does natively, but with HTML/CSS

Easy
Feature

I want to enable 3rd party devs to easily script EE not just with the normal public API, but through packages or plugins. Ideas? I have this idea currently: ```...

Feature

Sort of like a WYSIWYG, have buttons for bold, italics, links, etc. see GitHubs wiki editor for an example. This should be off by default tho.

Feature