Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Rethink tables syntax #756

@adius

Description

@adius

I think the ASCII Art syntax you intend to use is not optimal.
It's really cumbersome to write and then I'd actually prefer writing a normal HTML table.
At least then I'd have auto completion and I wouldn't have to match the line lengths all the time to make it look decent. (You can't assume everyone uses / and knows how to use emacs table mode)

How about simple markdown pipe tables: https://pandoc.org/MANUAL.html#extension-pipe_tables
?

Maybe support both:
Pipe tables for single line tables (I'd guess 80% of all tables) and grid tables for the remaining use cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions