Skip to content

Initial Pre-Release - Nested

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamovera adamovera released this 16 Apr 20:20
· 10 commits to main since this 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) or Cmd+Shift+Space (Mac)
    • Remove indentation: Ctrl+Shift+Backspace (Windows/Linux) or Cmd+Shift+Backspace (Mac)

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:

  1. Download the .vsix file from the Releases page.
  2. In VS Code, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  3. Search for "Install from VSIX..." and select the .vsix file you downloaded to install the extension.