Skip to content

Initial Release - Nested

Compare
Choose a tag to compare
@adamovera adamovera released this 18 Apr 18:08
· 2 commits to main since this release

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) or Cmd+Shift+Space (Mac)
    • Remove indentation: Ctrl+Shift+Backspace (Windows/Linux) or Cmd+Shift+Backspace (Mac)

Installation:

Option 1: Install from the VSCode Marketplace

  1. Find "Nested" in the VSCode Marketplace.
  2. Click Install.

Option 2: Install using the Command Palette:

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Type: ext install AdamOvera.nested
  3. Press Enter to install.

Option 3: Install Directly from GitHub

  1. Download the latest .vsix package from the GitHub 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...".
  4. Select the downloaded .vsix file to install the extension.