Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Tables #221

Open
revnode opened this issue Dec 25, 2021 · 7 comments
Open

Support for Tables #221

revnode opened this issue Dec 25, 2021 · 7 comments
Labels
good first issue t/editor-pm editor prosemirror track

Comments

@revnode
Copy link

revnode commented Dec 25, 2021

The only thing that's missing for me is markdown support for tables: https://www.markdownguide.org/extended-syntax/#tables

Would you accept a PR adding this as an extension?

@kepta
Copy link
Contributor

kepta commented Dec 25, 2021

Hey thanks for opening the ticket.

I would love to accept a PR adding markdown tables.

FYI, Bangle.io does support reading of tables but does not support modifying them.

You will need to look into adding that in https://bangle.dev/docs/api/table/ , couple of other prosemirror ecosystem library have code that we can look into for inspiration.

@hyrahul
Copy link

hyrahul commented Jul 20, 2023

I would love to contribute is this issues still open ? @kepta

@kepta kepta added the t/editor-pm editor prosemirror track label Sep 15, 2023
@Harshiths1
Copy link

How would you feel about incorporating a feature that allows users to create tables using three or more hyphens (---) to define each column's header and pipes (|) to separate columns? This enhancement would ensure that the output is presented effectively, accommodating varying cell widths.

@kepta
Copy link
Contributor

kepta commented Oct 22, 2023

@Harshiths1 thats a good idea but I haven't seen other WYSIWYG markdown editors take this approach of creating tables like that. Can you provide any example?

Regarding this topic I think we can take the conventional approach of how google docs allows you to create table:

image

@Harshiths1
Copy link

Indeed, the traditional approach is typically self-explanatory and intuitive , also
What are your thoughts on introducing the capability to render mathematical expressions, akin to 'KaTeX'?

image

@kepta
Copy link
Contributor

kepta commented Oct 22, 2023

Yes it is in the radar, someone posted an issue already #197 we can talk about supporting math over there.

@regression1607
Copy link

I would like to contribute is this issues still open ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue t/editor-pm editor prosemirror track
Projects
None yet
Development

No branches or pull requests

5 participants