Is it possible with the wmd editor to add a button to let the user upload an image to the web server and place the corresponding img markdown in the textbox? If not, will another good inplace editor do it? Context: I'm using asp.net mvc, C# and I am a true beginner with javascript.
|
1
|
|
|
|
|
|
A brief perusal of the WMD seems to indicate that this feature is not supported directly and that the control is not particularly pluggable. That being said, there's nothing stopping you from creating a button/upload-field/whatever that sends an image to your servers and injects the appropriate:
Into the control's underlying textarea. |
||
|
|
|
|
Here's a variation to the minimal example that comes with WMD:
But it's only the beginnings as you can probably tell. This markdown editor looks better |
||
|
|
