suchnsuch / Tangent

The publicly-available modules of the Tangent project.
65 stars 5 forks source link

Support custom list glyphs #26

Open taylorhadden opened 5 months ago

taylorhadden commented 5 months ago

Tangent supports a number of different list prefixes:

-
+
*
1.
a.
A.
- [ ]
- [x]

However, there is nothing truly special about these particular glyphs. We should be able to support arbitrary list glyphs and help style them in a way that makes sense.

Custom Children Types

Be able to specify, e.g. the children of * lists should automatically be -.

Custom/Extra Checkbox Content

For example - [/] for a "cancelled" state.