alpaylan / tail

Tail, a typed and structured document editor
https://tail.rocks
87 stars 8 forks source link

cvdl-ts: Add in-text templating #26

Open alpaylan opened 3 months ago

alpaylan commented 3 months ago

There are lots of cases where layout based templating is overkill. For example, right now we use a row with 3 elements (startDate, "-", endDate) for dates. This could be simplified to {startDate}, {endDate} within a single element.