Skip to content

Releases: blorbb/obsidian-blockier

1.2.1

26 Jan 23:09

Choose a tag to compare

Fix #10 syntax error in older versions due to using a very new browser feature Duplicate names in different disjunction alternatives

Full Changelog: 1.2.0...1.2.1

1.2.0

04 Jan 06:33

Choose a tag to compare

A few features and fixes!

  • Added #8 select all when activating Select block twice (actually when the selection doesn't change, but basically the same).
  • Fixed up #7 some more
  • Select block at the start of a code block fence with a language will only select the language.
  • Minified the build so it should load faster!

Full Changelog: 1.1.0...1.2.0

1.1.0

19 Jul 06:59

Choose a tag to compare

Added setting to select an entire code block's contents with the Select block command.

Also fixed selection in a table cell, it will now select the entire table cell (like regular Ctrl-A) instead of doing nothing.

Full Changelog: 1.0.3...1.1.0

1.0.3

23 Jan 10:17

Choose a tag to compare

What's Changed

  • allow 0 or 1 space after > for callout suggestion by @blorbb in #6

Full Changelog: 1.0.2...1.0.3

1.0.2

11 Jan 05:24
c475236

Choose a tag to compare

Adds back the Select block command and allows users to configure the hotkey: #4

Full Changelog: 1.0.1...1.0.2

1.0.1

10 Nov 08:22

Choose a tag to compare

use keymap.of instead of command hotkeys or event listeners, to work in different contexts or multiple windows.

Blockier initial release

13 Oct 03:36

Choose a tag to compare

Features:

  • Select block
  • Block edit
  • Checkbox/callout suggestions