Releases: adamovera/nested
Second Release - Nested
Release Notes - Nested v0.0.4
This is the second 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.
New Features:
- No indentation applied to empty 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) - No indentation applied to empty lines.
- 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.
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.
Second Pre-Release - Nested
Release Notes - Nested v0.0.2
This is the second pre-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.
Initial Pre-Release - Nested
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.