cthiel / cardboard

A simple web-based card grouping application with a bit of collaboration
https://github.com/cthiel/cardboard
Other
4 stars 0 forks source link

Adding references to stories #18

Closed cthiel closed 13 years ago

cthiel commented 13 years ago

It would be nice to be able to have one or many references (e.g. links to bugzilla or etherpad) attached to a story and link them from the Wall.

cthiel commented 13 years ago

@garrett and @bear454, do you guys think we still need this with the latests markdown changes?

bear454 commented 13 years ago

IMO, we need to keep it as generic and simple as possible. URLs via markdown solves this without any further complexity.

cthiel commented 13 years ago

That makes sense. However, we should make the markdown editing easier. Think WYSIWYG?

garrett commented 13 years ago

Are we supporting vanilla Markdown or a flavor, like GitHub's extended version? I guess whatever's in a Ruby Gem? Or are we using Markdown.js too? (:

bear454 commented 13 years ago

Not relying on ruby at all... just rendering it in js using showdown.js

On Tue, Aug 2, 2011 at 1:38 PM, garrett < reply@reply.github.com>wrote:

Are we supporting vanilla Markdown or a flavor, like GitHub's extended version? I guess whatever's in a Ruby Gem? Or are we using Markdown.js too? (:

Reply to this email directly or view it on GitHub: https://github.com/cthiel/cardboard/issues/18#issuecomment-1712927

garrett commented 13 years ago

Awesome :+1: