Slash Blocks

by stefan-imbesi
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Type / to open a Superlist‑style menu and insert content blocks (task, headings, lists, etc.).

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Slash Blocks

Type / at the start of a line to open a quick-access block menu — inspired by Superlist and Notion. Pick a block type and the corresponding Markdown is inserted instantly.

Available blocks

  • Task — inserts a to-do checkbox (- [ ] )
  • Paragraph — plain text (clears the slash command)
  • Heading 1 / 2 / 3 — Markdown headings
  • Divider — horizontal rule (---)
  • Bullet list — unordered list item
  • Numbered list — ordered list item
  • Blockquote — quote block
  • Image — image syntax with cursor placed inside the URL parentheses
  • Attachment — link syntax with cursor placed inside the URL parentheses

Usage

  1. Place your cursor at the beginning of a line (or after a space).
  2. Type /.
  3. A suggestion menu appears — keep typing to filter, or use the arrow keys.
  4. Press Enter to insert the selected block.

Installation

Search for Slash Blocks in Settings → Community plugins → Browse and click Install.

Development

npm install
npm run dev    # watch mode
npm run build  # production build

Copy the plugin folder into <vault>/.obsidian/plugins/slash-blocks/ and enable it in Obsidian.

License

MIT