atom-markdown-table-editor icon indicating copy to clipboard operation
atom-markdown-table-editor copied to clipboard

Markdown table editor/formatter for Atom :atom:

Results 12 atom-markdown-table-editor issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

πŸ‘‹ I recently discovered this package. It is awesome. I've found it increases my productivity tremendously when working with markdown tables. Thank you for making it available. I actually discovered...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...

dependencies

When using "Treat East Asian Ambiguous Charactors as Wide" and using diacritical marks, the table collapses. It is good to treat it as half-width when using diacritical marks.

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. Commits - [`4e1bc07`](https://github.com/mysticatea/eslint-utils/commit/4e1bc077c2a6bb00538d66b69a63c24de3463bed) 1.4.2 - [`e4cb014`](https://github.com/mysticatea/eslint-utils/commit/e4cb01498df6096b66edb0c78965ee6f47d3ac77) πŸ› add null test - [`230a4e2`](https://github.com/mysticatea/eslint-utils/commit/230a4e2275cde169cbfbb95cd2e4de2152fae0a2) 1.4.1 - [`08158db`](https://github.com/mysticatea/eslint-utils/commit/08158db1c98fd71cf0f32ddefbc147e2620e724c) πŸ› fix getStaticValue security issue - [`587cca2`](https://github.com/mysticatea/eslint-utils/commit/587cca2f82c245f5fc4a8b9fb2cf6b35c0d02552) πŸ› fix...

dependencies

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.38.1 x64 **Electron**: 2.0.18 **OS**: Microsoft Windows 10 Pro **Thrown From**: [markdown-table-editor](https://github.com/susisu/atom-markdown-table-editor) package 1.1.2 ### Stack Trace Failed to activate the...

Would be great to have ability to move cells, supporting a multi-cursors.

This plugin doesn't recognize tables that has been indented. My current workflow consists of deindenting the table to work on it before indenting it again. This is needed in the...

The following is correct syntax for a markdown table: ``` Head1|Head2 -|- 12312321|24234324 ``` If you put this on github it will be rendered properly: Head1|Head2 -|- 12312321|24234324 However it...