Skip to content

Support for tables #115

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

Closed
ToeiRei opened this issue Jul 18, 2017 · 3 comments
Closed

Support for tables #115

ToeiRei opened this issue Jul 18, 2017 · 3 comments
Labels
enhancement New feature or request feature: SimpleMDE Realted to the formerly integrated SimpleMDE editor

Comments

@ToeiRei
Copy link

ToeiRei commented Jul 18, 2017

I'd like to see that built in as I often have to keep track of network documentations which often includes tables (IP/hostname/comment)

@andreasjacobsen93 andreasjacobsen93 added the enhancement New feature or request label Aug 1, 2017
@Rainer-K
Copy link

Rainer-K commented Sep 1, 2017

I would also like to have support of tables. Syntax could be like used by Github and reddit. Might be a challenge to do it with the live-preview, though.

First Col | Second Col
--------- | -----------
First cell | Second cell
And so | on

@chris-est
Copy link

Maybe the same syntax as the Markdown Editor can be used ? They support this syntax:

| #  | Who   | Where |
|:--:|:------|:-----:|
| 1  | Alice | Earth |
| 2  | Bob   | Mars  |

Result:
markdown_table_rendered

@jancborchardt
Copy link
Member

We use SimpleMDE as our base, so this has to be done in that software. Unfortunately looking at the repository at https://github.com/sparksuite/simplemde-markdown-editor it does not seem so maintained anymore (ref #204) but do feel free to open an issue there. :)

@jancborchardt jancborchardt added markdown feature: SimpleMDE Realted to the formerly integrated SimpleMDE editor labels Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: SimpleMDE Realted to the formerly integrated SimpleMDE editor
Projects
None yet
Development

No branches or pull requests

6 participants