The markdown editor has a smart feature of automatically inserting a new ‘*’ line, numbered line or ‘- ’ etc bulleted lines when CR is hit, thus saving the user to enter the repeated markdown. Please extend it to recognize table rows.
Scenario:
-
User enters the markdown for a table e.g.
-
Filled in (or not) data into the table
E.g.
| **Time ** | |
|---|---|
| Today | hari ini |
- After hitting Enter from the last line, Joplin markdown editor should output a new blank table row, with the correct number* of columns ie.
| | |
The result looks like:
| **Time ** | |
|---|---|
| Today | hari ini |
- Number of columns to be outputted depends on the markdown of the last table row.
Thanks