You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, syntax for editing table is almost like markdown but not quite.
Editing tables in integrated editor is very annoying. I edit the table in vscode and use various Markdown plugins to help with formatting. Then I have to "fix the markdown" so it applies correctly to the pencil table.
This needs to be done:
Support starting and ending |
Support having table header row
Tasks in flavored markdown use [x] instead and [*]`
Allow empty lines at the end
As a side note, it would be even better to support Markdown in text areas.
The text was updated successfully, but these errors were encountered:
Currently, syntax for editing table is almost like markdown but not quite.
Editing tables in integrated editor is very annoying. I edit the table in vscode and use various Markdown plugins to help with formatting. Then I have to "fix the markdown" so it applies correctly to the pencil table.
This needs to be done:
|
[x]
instead and [*]`As a side note, it would be even better to support Markdown in text areas.
The text was updated successfully, but these errors were encountered: