danielearwicker / carota

Simple, flexible rich text rendering/editing on HTML Canvas
Other
732 stars 145 forks source link

Bullet/numbered lists #11

Open danielearwicker opened 11 years ago

danielearwicker commented 11 years ago

New formatting flag similar to align, i.e. obey first word of line, apply to whole line.

All intelligence would go in wrap. Bullet could be handled by an inline type. Probably get away with assuming all bullets in a list will have same width (numbered lists just need to allow "enough" space).