vscode-markdown
vscode-markdown copied to clipboard
New features disscuss for tables and shortcuts
this extension is well made and has the most users installed and the name is All in one.
I found there're some more needs that writing a markdown file could use.
general
- [ ] support
^word^and~word~ - [ ] add single shortcut for each
list,checkboxs, etc.
tables
- [ ] Create table eg. https://marketplace.visualstudio.com/items?itemName=hellorusk.markdown-table-maker
- [ ] past table from excel
- [ ] make table from csv eg. https://marketplace.visualstudio.com/items?itemName=Marchiore.csvtomarkdown
- [ ] Add Columns/Rows to Left/Right
- [ ] Move Columns Left/Right eg. https://marketplace.visualstudio.com/items?itemName=jebbs.markdown-extended
- [ ] Sort rows eg. https://marketplace.visualstudio.com/items?itemName=fcrespo82.markdown-table-formatter
- [ ] Delete Columns/Rows
the example extensions may duplicate, redundant, unmaintained, out of date, etc.
Should Markdown All in One contains those features like the all other language extensions eg. https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp
Thanks.
[ ] support
^word^and~word~
Please see Q: Which Markdown syntax is supported?
[ ] add single shortcut for each
list,checkboxs, etc.
I don't understand.
tables
"All in one" doesn't mean we need to include every possible feature. And in theory, no extension can cover all the feature requests (just check how many issues it has). If a feature is upvoted by many users, we consider to add it to the extension. See query about Markdown tables.
It is necessary to create tables quickly
+1 for table sorting!