Opened 13 years ago
Last modified 12 years ago
#351 accepted enhancement
Markdown editor
Reported by: | Tryggvi Björgvinsson | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Add a markdown editor for textareas which use markdown (to improve user experience). Solutions exist under *possibly* free licenses. Most are based off StackOverflow's reversed engineered WMD editor (which might or might not be under a free license). Original reverse engineering project: `https://github.com/cky/wmd/tree <https://github.com/cky/wmd/tree>`_ (with 112 forks) So implementation is in three steps: - Check with lawyers about possible implications of using a reverse engineered WMD editor version - If OK, find a good fork which suits MediaGoblin's needs - Find all markdown input fields in code and add the editor (along with tweaking and making it pretty)
Change History (5)
comment:3 by , 13 years ago
Component: | → programming |
---|
A Markdown editor I like: http://oscargodson.github.com/EpicEditor/
However I'm unsure if it will fit UX-wise. It seems only possible to either switch between rendered and source, or have them side by side in fullscreen. Perhaps do a StackOverflow and put the rendered content below the source. Will it be handled effectively?
Speaking of StackOverflow, they're using PageDown which is available at http://code.google.com/p/pagedown/
comment:4 by , 12 years ago
Type: | defect → enhancement |
---|
comment:5 by , 12 years ago
I think this relates with my recently completed patch on #492. It gives you direct feedback but doesn't have any editing tools available.