Nested is a VSCode extension designed to make working with Markdown files easier. With Nested, you can quickly nest and un-nest items in your Markdown documents by adding or removing 4 spaces at the beginning of selected lines.
Key Features
Add 4 spaces to the beginning of selected lines to nest items.
Remove 4 spaces from the beginning of selected lines to un-nest items.
In VSCode, open the Command Palette (Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on macOS).
Search for "Install from VSIX...".
Select the downloaded .vsix file to install the extension.
Usage
Add Indentation (4 spaces):
Select the lines you want to indent.
Press Ctrl+Shift+Space (Windows/Linux) or Cmd+Shift+Space (macOS) or use the Add 4 Spaces to Selected Lines command in the Command Palette.
Remove Indentation (4 spaces):
Select the lines you want to un-indent.
Press Ctrl+Shift+Backspace (Windows/Linux) or Cmd+Shift+Backspace (macOS) or use the Remove 4 Spaces from Selected Lines command in the Command Palette.
Example Use Cases
Markdown lists: Nest or un-nest items in bullet-point or numbered lists.
Headings: Adjust nested headings in Markdown documents.
Code blocks: Quickly indent or un-indent code or inline code sections.
License
This extension is licensed under the MIT License.
Contributing
If you'd like to contribute to Nested, feel free to fork the repository and submit a pull request!