Skip to content

Commit f66369b

Browse files
committed
Update README intro to match the manual
1 parent 09f39ca commit f66369b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `rowmantic`
22
**A Typst package for row-wise table editing**
33

4-
The idea is a row-oriented way to input tables, with just a little less syntactical overhead than the usual `table` function in Typst.
4+
Rowmantic introduces the `rowtable` function as a row-oriented "frontend" to the usual `table` function in typst.
55

66
The `rowtable` function takes a markup block `[...]` per row, and the markup is split internally on a delimiter which is `&` by default. In all other aspects it works like the usual `table` function, with `stroke`, `fill`, `hline` and so on.
77

@@ -23,6 +23,8 @@ is equivalent to this `table`:
2323

2424
For improved table ergonomics, the longest row determines the number of columns, and all rows are effectively completed so that they are of full length. This creates a better editing experience, as rows and columns can be filled out gradually.
2525

26+
There is a corresponding `rowgrid` function with identical interface, but for the usual `grid`.
27+
2628
## Getting Started
2729

2830
<p>

0 commit comments

Comments
 (0)