-
Notifications
You must be signed in to change notification settings - Fork 287
New features #7
Comments
Image uploads History Instant preview |
there is a javascript library for Markdown. Stack Overflow uses it. I can't remember, but I'll look int... Holy Moly, that showdown example looks awesome!! ;) Challenge accepted!! As soon as I get to it, I'll write a feature proposition and we can discuss the specifics of how it should look. initial thoughts:
|
re: screen size detectionsounds like a great idea. the only thing I could see as a "problem" is that we would introduce possible discrepancies between the javascript version and the final rendered version. Also we should probably check how large the javascript markdown library is before including it. |
Ok, so I have been playing with live previews using Showdown and it looks quite good. The screen is split into two halves (each one ~6 columns wide), the one to the left is the textarea you type and the one on the left shows the converted markdown preview. There are a few issues though which I need some advice on:
To be honest I am not convinced live previews are a good idea - it looks a bit squashed on my 17-inch screen and the issues above could be hard to fix |
I'm trying to fix a few minor gripes with EpicEditor and as soon as I manage, i'll make a branch of Simple with that as the editor. it looks really neat. |
Image uploads
Little paperclip on the edit page where you can upload images and have the resulting URL copied into the clipboard.
History
Some form of post version control?
Instant preview
Maybe split the editing page into two halves, one with the text box and one with a live preview using JavaScript to render it, or if not then render server side?
The text was updated successfully, but these errors were encountered: