File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to the `markdowntableprettify` extension will be documented
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8- - Add cli support
8+ ### Added
9+ - Issue #32 (preparation): Major refactoring to support CLI. Support ` npm run prettify-md ` and ` npm run check-md ` .
10+ - Issue #40 : Provide command to run alongside prettier (shortcut ` CTRL+ALT+M ` )
911
1012## 2.5.0 - 2020-07-04
1113### Added
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Makes tables more readable for humans. Compatible with the Markdown writer plugi
2020Formatting files or checking if they're already formatted is possible from the command line. This requires ` node ` and ` npm ` .
2121
2222The extension has to be downloaded and compiled:
23- - Locate your VSCode installed extension path or download the extension from Github.
23+ - Locate the installed extension path or download the extension from Github.
2424- Go to the extension directory.
2525- Run ` npm install ` .
2626- Run ` npm run compile ` .
Original file line number Diff line number Diff line change 22 "name" : " markdown-table-prettify" ,
33 "displayName" : " Markdown Table Prettifier" ,
44 "description" : " Transforms markdown tables to be more readable." ,
5- "version" : " 2.5 .0" ,
5+ "version" : " 3.0 .0" ,
66 "publisher" : " darkriszty" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments