Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Doc Toolset - taNew to Visual Studio Code? Get it now.
Markdown Doc Toolset - ta

Markdown Doc Toolset - ta

takaaki024

|
3 installs
| (0) | Free
Utilities for Markdown editing in VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Doc Toolset

A VSCode extension that provides quick access to common Markdown editing operations via the context menu.

Features

Table

Command Description
Align Format table columns with aligned widths
Paste as Cell (TSV) Paste clipboard TSV content into cells
Paste as Cell (CSV) Paste clipboard CSV content into cells
Paste Multiline into Cell Paste with newlines converted to <br />
Copy Cell Values Copy the value of the cell under cursor
Clear Cell Values Clear the value of the cell under cursor
Move Columns Right Move selected column(s) one step to the right
Move Columns Left Move selected column(s) one step to the left

Toggle

Command Shortcut Description
Toggle Checkbox Alt+T Add/remove checklist marker - [ ]
Toggle List Alt+L Add/remove list marker -
Toggle Done Alt+. Toggle - [x] done state
Toggle Heading 1–6 Alt+1–6 Add/remove heading # markers
Toggle Quote Alt+Q / Cmd+Shift+9 Add/remove blockquote > marker

Format

Command Description
Add Line Break Append two trailing spaces (line break marker) to lines
Indent (2-space) Indent by 2 spaces
Unindent (2-space) Unindent by 2 spaces
Tabify (from 4-space) Convert 4-space indents to tabs
Expand Tab (to 4-space) Expand tabs to 4 spaces
Insert Tab Insert a tab character (Alt+V → Tab)

Copy

Command Description
Copy with Quote Marks Copy selected text with > prefix on each line
Copy Plain Text Copy selected text as plain text

Convert

Command Description
TSV to Table Convert TSV text to a Markdown table

Settings

Setting Default Description
markdownDocToolset.separatorStyle compact Separator row style: padded (\| --- \|) or compact (\|---\|)
markdownDocToolset.autoAlignAfterEdit true Automatically run Table Align after Paste / Clear / Move operations
markdownDocToolset.alignHeaderStyle column Header row alignment: column (follow column setting) / left / center

Command Reference

To add custom keybindings, use the following command IDs in your keybindings.json.

Command ID Menu Path
markdownDocToolset.tableAlign Table > Align
markdownDocToolset.tablePasteAsTable Table > Paste as Table
markdownDocToolset.tablePasteTsv Table > Paste as Cell (TSV)
markdownDocToolset.tablePasteCsv Table > Paste as Cell (CSV)
markdownDocToolset.tablePasteMultiline Table > Paste Multiline into Cell
markdownDocToolset.tableCopyCellValues Table > Copy Cell Values
markdownDocToolset.tableClearCellValues Table > Clear Cell Values
markdownDocToolset.tableMoveColumnsRight Table > Move Columns Right
markdownDocToolset.tableMoveColumnsLeft Table > Move Columns Left
markdownDocToolset.toggleCheckbox Toggle > Toggle Checkbox
markdownDocToolset.toggleList Toggle > Toggle List
markdownDocToolset.toggleDone Toggle > Toggle Done
markdownDocToolset.toggleHeading1 Toggle > Toggle Heading 1
markdownDocToolset.toggleHeading2 Toggle > Toggle Heading 2
markdownDocToolset.toggleHeading3 Toggle > Toggle Heading 3
markdownDocToolset.toggleHeading4 Toggle > Toggle Heading 4
markdownDocToolset.toggleHeading5 Toggle > Toggle Heading 5
markdownDocToolset.toggleHeading6 Toggle > Toggle Heading 6
markdownDocToolset.toggleQuote Toggle > Toggle Quote
markdownDocToolset.formatAddLineBreak Format > Add Line Break
markdownDocToolset.formatIndent Format > Indent (2-space)
markdownDocToolset.formatUnindent Format > Unindent (2-space)
markdownDocToolset.formatTabify Format > Tabify (from 4-space)
markdownDocToolset.formatExpandTab Format > Expand Tab (to 4-space)
markdownDocToolset.formatInsertTab Format > Insert Tab
markdownDocToolset.copyWithQuoteMarks Copy > Copy with Quote Marks
markdownDocToolset.copyPlainText Copy > Copy Plain Text
markdownDocToolset.convertTsvToTable Convert > TSV to Table

Usage

Right-click in the editor → Markdown Doc Toolset submenu to access all commands.

Requirements

  • VSCode 1.108 or later

License

Copyright (c) 2025 takaaki024. All rights reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft