Initial Release - Nested
Release Notes - Nested v0.0.3
This is the first official release of Nested, 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.
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.
- 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:
Installation:
Option 1: Install from the VSCode Marketplace
- Find "Nested" in the VSCode Marketplace.
- Click Install.
Option 2: Install using the Command Palette:
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Type:
ext install AdamOvera.nested
- Press Enter to install.
Option 3: Install Directly from GitHub
- Download the latest
.vsix
package from the GitHub Releases page. - In VS Code, open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Search for "Install from VSIX...".
- Select the downloaded
.vsix
file to install the extension.