Susisu

Results 16 comments of Susisu

Sorry for the late reply. Some diacritical marks are classified as Ambiguous by [the East Asian Width spec](http://www.unicode.org/reports/tr11/tr11-36.html), while some fonts renders them as half-width. markdown-table-editor provides `Wide Characters` and...

It seems that the module has not been installed correctly. Try reinstall atom-markdown-table-editor, and does it still occur?

markdown-table-editor relies on language-* packages to find tables, but unfortunately indented tables are not recognized by some of those packages. Setting scope to `source.gfm` (for language-gfm) or `text.md` (for language-markdown)...

Hi, thanks for you suggestion! Such reduced syntax is currently not supported since it becomes unclear whether a given text is a table or not. Is the following line is...

> Is it possible to make this syntax work when grammar is set to `GitHub Markdown`? Good idea! But, as I wrote above, the problem is not only the syntax...

OK, I understand your use case :+1: And now I am positively thinking to support that syntax. Since I made this package mainly focusing on creating tables from scratch, formatting...

Thanks for your proposal, but I have no plan to implement it for now. The table syntax of Pandoc Markdown is, I think, never popular and almost all common "Markdown"...

#### If you are preparing tables from the snippet: You don't need it! Please follow the [quick guide](https://github.com/susisu/atom-markdown-table-editor#quick-guide). #### If the tables are generated by other people, and you want...

Hi, Let me confirm that the issue is the out of memory error, right? Or maybe you just want to turn off Go stack trace? In any case, please provide...

There are several possible cause of the our-of-memory error: - Memory usage is just constantly high and the system is unstable. - If multiple check commands are executed at the...