Idea

add user-selectable markup options+status

add user-selectable markup options+priority

add user-selectable markup options+tag

 

add user-selectable markup options+issues

We'd like people who are most familiar with, say, traditional wiki markup such as ''italics'' and '''bold''', or Markdown, or whatever, to be able to edit cards in the way thay're used to.

 

add user-selectable markup options+solution

Basic card content is already stored as HTML, so we would just need to offer the user's preferred editiing option whenever they edit a card. Could store that preference in something like _user+*edit_method. Also see add persistent user preferences and GUI for them.

 

 

we'd have to store marked up content as converted HTML (easy) and then convert the HTML back to markup at editing time (hard). Hard to constrain to markup-friendly HTML only and avoid losing info in process.

 

I'd probably just lean towards a cardtype. # of users requesting markup is small. # requesting both means of editing for a given card...  hardly any right?

 

--Ethan


The biggest problem with using cardtypes is it makes it impossible for it to be a user preference. If it's a Markdown card, everyone has to use Markdown when editing it. Also, don't we want to go in the direction of fewer cardtypes, and show different editors by other means? (e.g. Pointers' *input does now, and we've talked about merging Phrase and Plaintext)

 

Regarding losing info, are you thinking we allow HTML that may not have corresponding markup? Markdown allows arbitrary HTML, and among the varied wiki markup languages I imagine we could research or develop similar functionality.

  --John Abbe.....Mon Aug 30 14:25:28 -0700 2010


Book on Markdown, may be helpful for someone who wants to really dig into it: http://macsparky.com/markdown/

  --John Abbe.....2013-03-25 03:29:44 +0000

add user-selectable markup options+relevant user stories