kobotoolbox / docs

The official KoboToolbox userguide website.
https://support.kobotoolbox.org/
14 stars 17 forks source link

automatically style xlsform tables as having sheets #273

Closed magicznyleszek closed 2 years ago

magicznyleszek commented 2 years ago

Description

Adds an option to style markdown table as if being Excel table with sheets (mimic xlsform.org functionality).

Additional details

People writing markdown articles only need to add one more row to the table. It can be either | survey |, | choices |, or | settings |.

Before:

| type    | name | label                     |
| ------- | ---- | ------------------------- |
| integer | Q1   | Please enter your work ID |

After:

| type    | name | label                     |
| ------- | ---- | ------------------------- |
| integer | Q1   | Please enter your work ID |
| survey |

This will generate a table that looks like this (screenshot from different table):

Screenshot 2022-06-06 at 16 20 08

Related issues

Fixes #124