jefflunt / cortex

(retired) Virtual scratch pad and brainstorming tool with real-time collaboration.
0 stars 1 forks source link

Export via .CSV and .PNG/.JPG #24

Closed jefflunt closed 12 years ago

jefflunt commented 12 years ago

from Mike Milinazzo

For exporting I think I might want a couple of things

  1. would be a picture of the different thoughts (pretty much the way the web page is laid out, so a PNG would be good.
  2. The other would be a CSV or something like that with the thought and then the count of happy, sad next to it.
jefflunt commented 12 years ago

After talking it over with mike, and considering the options, I've decided to go with a paper-like layout as the default, which will solve this image export issue, such that you can print something to a PDF (and even onto actual paper) and have it look good.

jefflunt commented 12 years ago

Next, I need to take out the pre-filled style and layouts, and set defaults via localStorage. The default, for now, will be the dark theme. This way, all users that go to the site between now and when I change the default over to canvas will stay on dark. Then, at some point, I'll move over to canvas as the default, and new users will see that instead.