Ask Your Question
2

Changing the default WMD editor

asked 2012-08-06 12:49:13 -0500

pajju's avatar

updated 2012-08-06 15:30:14 -0500

todofixthis's avatar

I want to replace the default WMD Editor with my custom editor

My editor is WYSIWYG type - supporting emoticons/smileys and youtube and iframe support currently. It should be a more user friendly replacement for WMD or Markdown and Markdown2 editors.

And I'm now testing to integrate with Askbot.

  1. What are all the things to be considered and looked for in replacing WMD?

  2. The files to be looked for replacing. Are there any dependencies with WMD? I think WMD is just a pluggable app to Askbot.

I've just started to explore askbot codebase. :)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-08-06 12:54:56 -0500

Evgeny's avatar

updated 2012-08-06 12:56:44 -0500

We are currently adding an option to choose either WMD or TinyMCE, I am not sure there can be a reliable and easy way to implement any custom editor via configuration.

TinyMCE option should be available in version 0.7.45, we already have it on a branch called "tag-editor".

edit flag offensive delete link more

Comments

@Evgeny thanks. I saw TinyMCE - its rich in features and will be a good addition. :) @Evgeny are there any editors that support smileys - for Askbot? its for a casual collage forum. Thanks. I'm particularly interested in having smileys in answers.

pajju's avatar pajju  ( 2012-08-06 13:13:19 -0500 )edit

Do you intend to switch to PageDown on the WMD side of things? I intend to stick with Markdown over TinyMCE myself. (And how about the latest StackExchange editor with its expanding help toolbar? Wow! Gotta find a way to snag that.)

mcg's avatar mcg  ( 2012-08-14 18:07:37 -0500 )edit

Hey, it makes sense to switch to PageDown. There are two issues: we need to re-implement image and attachment insertions in PageDown and add i18n if it is not there yet.

Also the editor must work in a pop-up div as it will be used in Askbot this way (is already used inside pop-ups in some corners).

Evgeny's avatar Evgeny  ( 2012-08-14 18:18:39 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-08-06 12:49:13 -0500

Seen: 546 times

Last updated: Aug 06 '12