8

Is there any client-side markdown editor that could work with tables? I just need something like Stack Overflow's editor or markdownDeep -- both of those are great. But these editors doesn't let me customize tables, like Dreamweaver does it with HTML tables.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
user1321556
  • 81
  • 1
  • 2
  • Markdown tables are not HTML tables and never will because the later are too complex to specify in a pure readable markdown format. Thats why even in 2019 you need to be lucky to find an editor that just does the simple things. – Lothar Nov 02 '19 at 01:15

4 Answers4

5

Typora is a very promising MarkDown editor : https://typora.io/

Tables support is very good for creation or edition, as long as many other features.

It is using GitHub Flavored Markdown ... which is good, but cannot produce CommonMark only for now.

Donatello
  • 3,486
  • 3
  • 32
  • 38
1

Markdown Extra has support for tables, however that's PHP only.

There is, however, a JavaScript Markdown Extra library on Github, based on the PHP version.

Bojangles
  • 99,427
  • 50
  • 170
  • 208
  • I didn't mean server parser. All i need is the wmd-like markdown editor, that support tables. – user1321556 Apr 10 '12 at 13:53
  • The second paragraph in my answer has a link to a JavaScript (**client side**) Markdown Extra parser and, considering Markdown Extra supports tables, that's probably what you're looking for. – Bojangles Apr 10 '12 at 14:06
  • I mean an markdown editor. The instrument, thats help me to create tables (like stackoverflow provides "bold" or "italic" buttons) without painting it. Something like dreamweaver do with html tables (generate tags and helps to resize the cells). – user1321556 Apr 10 '12 at 14:18
  • Ah, sorry for misunderstanding. In that case, I'm no help :( I'll delete my answer in a bit. – Bojangles Apr 10 '12 at 14:22
1

Mark Text is a Markdown editor for Mac. It is a concise text editor, dedicated to improving your editing efficiency, enabling you to enjoy pleasure when you finish documents, novels and conference notes easily.

It supports tables and other GFM syntax.

Here is what Mark Text looks like

Dan Levy
  • 3,931
  • 4
  • 28
  • 48
Jocs
  • 11
  • 2
0

Nwotable is a Progressive Web App to edit markdown (Github Flavored). So it support :

  • Tables
  • Emojis
  • Indefinitely nestable tags

For more info or check the source code --> here.

negrel
  • 96
  • 5