Looking really good overall! There are a few minor notes:
1. When you hit "Edit" on a "Reply" the width forces the toolbar buttons to wrap. (maybe drop a button?) 2. Hitting the code block button in the middle of a word splits the word -- and hitting the button again will place the cursor back an extra character. (which you already fixed) 3. Table button is nice in theory -- but looks much nicer when it's using fixed width fonts while editing. For example, if you create a table, highlight it and hit `tab`, you'll notice it's much nicer to work with. The issue is you can't save it preformatted or it won't get rendered properly. Is there anything else we can do here? I also tested the code snippets of all types and saved the markdown [here](https://forge-allura.apache.org/p/allura/pastebin/55f881e96d19cd0c43e75ce5) for reference -- looks good. --- ** [tickets:#7955] Add more formatting support to markdown editor** **Status:** review **Milestone:** unreleased **Labels:** ux sf-current sf-4 **Created:** Mon Aug 10, 2015 02:39 PM UTC by Dave Brondsema **Last Updated:** Mon Sep 14, 2015 06:30 PM UTC **Owner:** Dave Brondsema 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.
