Discovery Gaming Community

Full Version: Clockwork - forum editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: lEyInKj.png]

So since the current forum editor's codebase is a hot mess (it was done by a php developer, go figure), I offered myself to write a javascript implementation of a bbcode editor and it's now in a state that can generally be considered workable. The new editor that I called Clockwork is built on Jade, Stylus and Babel and should generally work with everything. It's also really easy to update and add new options on the backend side since it's fully object-oriented. Check the github repo at the end of this post for the code.

It's got several input types including static insertion (hr), wrapping (b, i, u &c), text input popups (url), dropdown popups (align) and colour input popups (color, doesn't work on IE/Edge, tough luck to you, use a proper browser). Doesn't support AJAX stuff.

(Also the pi tag on the page doesn't work as it should because reasons).

Direct negative feedback to /dev/null.

Test site: https://mrhuds0n.github.io/clockwork/
Github repo: https://github.com/MrHuds0n/clockwork