blorbb / obsidian-blockier

An Obsidian.md plugin for easier block editing.
MIT License
18 stars 1 forks source link

Obsidian Blockier

A collection of small tools that make editing blocks (i.e. a paragraph, bullet point, checkbox, etc) easier.

This plugin mostly fills feature gaps that I did not find in other plugins. I highly recommend that you also have a look at these plugins:

Features

Select Block

Select block (overrides ctrl/cmd A by default) selects the block your cursor is currently in, excluding block prefixes like bullets -, numbers 1., headings ##, quotes >, and checkboxes - [ ]. It can also be configured to select an entire code block if your cursor is in one.

select

This supports multiple cursors too. If the cursor selection spans multiple lines, block prefixes will be included.

Note that the ctrl/cmd A hotkey is not set via command hotkeys, to allow the usual select all to work in different places. If you wish to change this hotkey, disable this in settings and set a hotkey for the "Select block" command.

Block Edit

Entering one of the block prefixes at the start of a block (but after an existing block prefix) will override it.

block-edit

This only applies to bullets, numbered lists and checkboxes.

Custom Checkbox and Callout Suggestions

Some themes (like AnuPpuccin) have custom checkboxes and callouts. Putting your cursor in the checkbox/callout position will show a list of suggestions. The lists are configurable in settings.

Note that checkbox suggestions are disabled by default. Enable them in settings.

checkbox-suggest callout-suggest