Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
markItUp! Universal Markup Editor
Would anyone be interested in writing an extension that would implement the markItUp! editor?
markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.
markItUp! is not meant to be a “Full-Features-Out-of-the-Boxâ€-editor. Instead it is a very lightweight, customizable and flexible engine made to meet the developer's needs in their CMSes, blogs, forums or websites. markItUp! is not a WYSIWYG editor, and it never will be.
0
Comments
Surely there is someone who will take up the challenge, seems the hard part is already done.
BTW: if you're looking for a lightweight WYSIWYG editor NicEdit should do the trick. And it's even less complicated to implement.
Similar to (although much more lightweight than) TinyMCE or FCKeditor or YahooUI
They both aim to be lightweight at what they do, but serve very different purposes. (Both excellent finds!)
I thought getting the contents of the comments field to Vanilla would be more complicated than that.
I will wrap it up as an extension first chance I get.
I've been considering using the Markdown extension on my forum, but to be honest... without a decent insert bar most of my users wouldn't know how to use the markup (thought it's very simple ant intuitive when you get a hang of it!). So markItUp! seems like the perfect solution. Plus! you can use HTML within the editor while it's set to Markdown.
I assume NicEdit is standards compliant, and compatible with Safari? (These seem to be 2 issues almost every WYSIWYG editor has)
I wouldn't want people uploading files, linking to pictures stored elsewhere works just fine for me.
I can't wait to try it within Vanilla.
Anyone willing to make markitup into an extension for a donation? I'm wanting to replace BBinsertbar+BBcodeparser with Markitup, so I need it to work with BB code.
Thanks
Edit: would be a nice feature for it to hide radio buttons if DefaultFormatter extension is present.
I think adding bbcode functionality to markitup is no problemo. (somebody's probably done it before, and they flaunt about how it's compatible with any formatter.)
My problem is that I don't know php, let alone how to write extensions, so I am offering a little money donation to anyone who is willing to make it into an extension.
Someone suggested maybe NicEdit renamed the comments field which is why it won't actually submit the contents.
A smarter person than moi needs to look into this.