Have a few pull requests contributions: * customizable preview function https://github.com/NextStepWebs/simplemde-markdown-editor/pull/82 * no button highlighting in preview mode https://github.com/NextStepWebs/simplemde-markdown-editor/pull/83 * ~~~~ code blocks https://github.com/codemirror/CodeMirror/pull/3496 * `#foo` with no space https://github.com/codemirror/CodeMirror/pull/3497
--- ** [tickets:#7955] Add more formatting support to markdown editor** **Status:** open **Milestone:** unreleased **Labels:** ux sf-current sf-4 **Created:** Mon Aug 10, 2015 02:39 PM UTC by Dave Brondsema **Last Updated:** Fri Aug 28, 2015 09:43 PM UTC **Owner:** Igor Bondarenko It'd be nice to add more toolbar buttons to support inserting formatting like: * `~~~~` code blocks * strikethrough * backticks * tables * headers Tables & headers might need a drop-down to support choosing which one, so not sure if that is realistic. Syntax highlighting of those elements (especially our code blocks) would be nice too, but perhaps a lot of work? See if we can include tooltip text on the new buttons too. I note that our custom preview and help buttons don't have tooltips. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
