Skip to content

Commit

Permalink
Publish: v0.3.5
Browse files Browse the repository at this point in the history
Tweaking images in README
  • Loading branch information
rshaker committed Jun 6, 2024
1 parent 44c995b commit 847ca21
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ A [Blockly](https://www.npmjs.com/package/blockly) plugin that allows for simult

To activate multiselect mode, shift-click on a block *or* use the rectangular selection tool (shift-click-drag on background). Selected blocks will appear grey. Clicking on the background or any unselected block will deactivate multiselect mode.

<img src="https://raw.githubusercontent.com/rshaker/multiselect-blockly/main/assets/plugin-all.png">
#### Shift-click
<!-- <img width="500px" src="./assets/plugin-shift-click.png"> -->
<img width="500px" src="https://raw.githubusercontent.com/rshaker/multiselect-blockly/main/assets/plugin-shift-click.png">

#### Rectangle selection
<!-- <img width="500px" src="./assets/plugin-rect-select.png"> -->
<img width="500px" src="https://raw.githubusercontent.com/rshaker/multiselect-blockly/main/assets/plugin-rect-select.png">

#### Customizable context menu
<!-- <img width="500px" src="./assets/plugin-context-menu.png"> -->
<img width="500px" src="https://raw.githubusercontent.com/rshaker/multiselect-blockly/main/assets/plugin-context-menu.png">

## Installation

Expand Down
Binary file removed assets/plugin-all.png
Binary file not shown.
Binary file removed assets/plugin-context-menu-block.png
Binary file not shown.
Binary file added assets/plugin-context-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/plugin-more.png
Binary file not shown.
Binary file added assets/plugin-rect-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/plugin-select-rectangle.png
Binary file not shown.
Binary file modified assets/plugin-shift-click.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rshaker/multiselect-blockly",
"version": "0.3.4",
"version": "0.3.5",
"description": "Blockly plugin supporting multiple-selection of top-level blocks",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 847ca21

Please sign in to comment.