1
- # markdown-table-editor kernel
2
- The text editor independent part of [ atom-markdown-table-editor] [ atom-mte ] .
1
+ # Markdown Advanced Tables
2
+
3
+ This library can be used by any text editor to enable formatting and
4
+ Excel-style navigation to Markdown tables.
3
5
4
6
** Note:** This was originally created by [ @susisu ] ( https://github.com/susisu ) .
5
- * This fork is intended to convert the project to Typescript and start adding
6
- * additional functionality such as table sorting, and possibly even basic
7
- * spreadsheet capabilities.
7
+ This fork is intended to convert the project to Typescript and start adding
8
+ additional functionality such as table sorting, and possibly even basic
9
+ spreadsheet capabilities.
8
10
9
11
![ demo] ( https://github.com/susisu/markdown-table-editor/wiki/images/demo.gif )
10
12
@@ -15,6 +17,7 @@ The text editor independent part of [atom-markdown-table-editor][atom-mte].
15
17
TBD
16
18
17
19
## Usage
20
+
18
21
Implement an [ interface to the text editor] [ doc-ITextEditor ] .
19
22
20
23
``` javascript
@@ -51,9 +54,11 @@ It is also good to look into [atom-markdown-table-editor][atom-mte-repo] as a re
51
54
[ atom-mte-repo ] : https://github.com/susisu/atom-markdown-table-editor
52
55
53
56
## License
57
+
54
58
[ MIT License] ( http://opensource.org/licenses/mit-license.php )
55
59
56
60
## Author
57
61
58
- Original author: Susisu ([ GitHub] ( https://github.com/susisu ) , [ Twitter] ( https://twitter.com/susisu2413 ) )
59
62
Current author: Tony Grosinger ([ Github] ( https://github.com/tgrosinger ) )
63
+
64
+ Original author: Susisu ([ GitHub] ( https://github.com/susisu ) , [ Twitter] ( https://twitter.com/susisu2413 ) )
0 commit comments