Skip to content

Releases: adamovera/nested

Second Release - Nested

24 Apr 00:18
2b92f63
Compare
Choose a tag to compare

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

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.

Initial Release - Nested

18 Apr 18:08
Compare
Choose a tag to compare

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.

Second Pre-Release - Nested

18 Apr 17:57
Compare
Choose a tag to compare
Pre-release

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) 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.

Initial Pre-Release - Nested

16 Apr 20:20
Compare
Choose a tag to compare
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) 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.