yourcelf / intertwinkles

A collection of web apps for group decision making and collaboration
BSD 2-Clause "Simplified" License
45 stars 6 forks source link

Dotstorm text is immoble #26

Closed SwartzCr closed 11 years ago

SwartzCr commented 11 years ago

One can only write text starting from the top of the dot. Moveable type would allow for more dynamic and interesting dots.

yourcelf commented 11 years ago

The way I've made the text mobile is just using extra carriage returns and spaces, e.g.

medium3

I recognize that this is not discoverable. But it makes the UI very, very simple. I don't think I'm going to change this, due to the complexity/time involved to do it. But maybe we can find a way to document the "pressing return and space until the text is in the right place" trick.