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

Plaintext export #49

Closed bkutil closed 8 years ago

bkutil commented 13 years ago

It would be nice to be able to export the board in plain text format, like:

Date of the export.

State1 -> Card title Card description State2 -> Card title Card description ...

Again, use case is generating reports from the board.

garrett commented 13 years ago

We pretty much have the data almost like that already, if you remove most of the CSS. Try printing (to a PDF) to see what I mean.

(That is, unless this has changed. Last I checked, it mostly worked. We'll want proper print support, with a real print.css. See issue #36 for print support.)

For strictly plain text output, we should be able to easily do this, especially since the text is written in markdown already. Basically, we'd just make everything exported as plain text markdown (with headers being markdown-style), and include the plain text of the content.