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

Change formatting and grammar Tweaks & stuff #644

Merged
merged 3 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
"website": "https://lpsmods.dev",
"repository": "https://github.com/legopitstop/blockbench-plugins/tree/master/plugins/tweaks_n_stuff",
"variant": "both",
"version": "1.0.0",
"version": "1.0.1",
"min_version": "4.8.0",
"tags": ["Blockbench"]
},
Expand Down
16 changes: 10 additions & 6 deletions plugins/tweaks_n_stuff/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,36 @@

## Tweaks

Tweaks are configurable through the plugin settings, found in the tab bar that includes this document.

### Header Color

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

![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`.
Quickly navigate large workspaces.

![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`.
Export your image project as an image file.

![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.
Formats vary from browser to browser, however Electron supports PNG, JPEG, and WEBP formats.

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

## Utilities

### 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`.
Adds `Close Others`, `Close to the Right`, `Close Saved`, and `Close All` to the project context menu, opened by right-clicking on a project tab.

![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/)
The wrench used in the plugin icon 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/)
11 changes: 11 additions & 0 deletions plugins/tweaks_n_stuff/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,16 @@
"list": ["Initial release"]
}
]
},
"1.0.1": {
"title": "1.0.1",
"date": "2024-11-3",
"author": "WalkQuackBack",
"categories": [
{
"title": "General",
"list": ["About changes"]
}
]
}
}
Loading