Initial Pre-Release - Nested
Pre-release
Pre-release
Release Notes - Nested v0.0.1 (Pre-release)
This is the first pre-release of Nested, a VS Code extension for easily nesting and un-nesting items in Markdown files by adding/removing 4 spaces from the beginning of selected lines.
New Features:
- Add 4 spaces to the beginning of selected lines to nest items in Markdown.
- Remove 4 spaces from the beginning of selected lines to un-nest items.
- Supports keyboard shortcuts for both actions:
- Add indentation:
Ctrl+Shift+Space
(Windows/Linux) orCmd+Shift+Space
(Mac) - Remove indentation:
Ctrl+Shift+Backspace
(Windows/Linux) orCmd+Shift+Backspace
(Mac)
- Add indentation:
Known Issues:
- The extension is currently in pre-release and may have bugs or limitations. Please report any issues or suggestions on the GitHub page.
Installation:
- Download the
.vsix
file from the Releases page. - In VS Code, open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Search for "Install from VSIX..." and select the
.vsix
file you downloaded to install the extension.