Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Tweaks & Stuff #633

Merged
merged 11 commits into from
Oct 12, 2024
Merged
13 changes: 13 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,5 +1012,18 @@
"PBR"
],
"min_version": "4.10.4"
},
"tweaks_n_stuff": {
"title": "Tweaks & Stuff",
"author": "legopitstop",
"creation_date": "2024-10-07",
"icon": "icon.png",
"description": "Adds a few tweaks to Blockbench to make your modeling experience better.",
"has_changelog": true,
"website": "https://lpsmods.dev",
"repository": "https://github.com/legopitstop/blockbench-plugins/tree/master/plugins/tweaks_n_stuff",
"variant": "both",
"version": "1.0.0",
"tags": ["Blockbench"]
}
}
33 changes: 33 additions & 0 deletions plugins/tweaks_n_stuff/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
**Tweaks & Stuff** plugin adds a handful of utility features that can be toggled in settings. By default, all tweaks are enabled.

## Tweaks

### Header Color

See your current profile at a glace using this tweak. You can disable this tweak in `Settings > Interface > Header Color`.

![Header in all profile colors.](https://legopitstop.weebly.com/files/theme/blockbench/header_color.webp)

### Wrap Tabs

Quickly navigate large workspaces using this tweak. You can disable this tweak in `Settings > Interface > Wrap Tabs`.

![wrap tabs](https://legopitstop.weebly.com/files/theme/blockbench/wrap_tabs_on.webp)

### Image Exporter

Export your image project as an image file. You can disable this tweak in `Settings > Export > Image Exporter`.

![image exporter](https://legopitstop.weebly.com/files/theme/blockbench/image_exporter.webp)

Formats vary from browser to browser. Electon supports PNG, JPEG, and WEBP formats.

![image exporter dialog](https://legopitstop.weebly.com/files/theme/blockbench/image_exporter_dialog.webp)

### Close Actions

Adds "close others", "close to the right", "close saved", and "close all" to the project context menu (right-click on project tab). You can disable this tweak in `Settings > Interface > Close Actions`.

![close actions](https://legopitstop.weebly.com/files/theme/blockbench/close_actions.webp)

The wrench is from the [Silk Icon Set](https://opengameart.org/content/application-silk-icon-set-13) by Mark James under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
13 changes: 13 additions & 0 deletions plugins/tweaks_n_stuff/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"1.0.0": {
"title": "1.0.0",
"date": "2024-10-7",
"author": "legopitstop",
"categories": [
{
"title": "General",
"list": ["Initial release"]
}
]
}
}
Binary file added plugins/tweaks_n_stuff/icon.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: 2 additions & 0 deletions plugins/tweaks_n_stuff/members.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
maintainers:
- legopitstop
Loading
Loading