Skip to content

Commit

Permalink
doc guide index page
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Sep 16, 2024
1 parent e6b3127 commit bec8a67
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: default
{{< card link="hub/feature-test/folder" title="Feature Testing" icon="clipboard-check" >}}
{{< card link="hub/plugins/folder" title="Plugins" icon="puzzle" >}}
{{< card link="https://gitlab.gnome.org/pixelmixer/artbox" title="Artbox Source Code" icon="gitlab" >}}
{{< card link="https://www.patreon.com/pixelmixer" title="Patreon" icon="heart" >}}
{{< card link="hub/about/Patreon" title="Patreon" title="Patreon" icon="heart" >}}
{{< card link="hub/about/" title="About" icon="information-circle" >}}
{{< /cards >}}

Expand Down
17 changes: 17 additions & 0 deletions content/hub/about/Patreon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

---
type: docs
url: "hub/about/Patreon"
---

# Buy me a Coffee

Hey there!

I've been on a creative journey with pixels and code since 1984, starting with the ZX Spectrum and exploring everything from Deluxe Paint and Photoshop to Maya and finally GIMP! Crafting tools and creating artwork is my passion. If you've enjoyed my work and found it helpful, consider showing your support with a small donation. It’s a simple way to say "thanks" and keep the creativity flowing! You can do this through Patreon, a platform many creatives use to help cover the costs of their work. Just click the link below to visit my Patreon page.

{{< cards >}}
{{< card link="https://www.patreon.com/pixelmixer/membership" title="Patreon" icon="heart" >}}
{{< /cards >}}

![coffee](/images/gallery/cup.webp)
2 changes: 1 addition & 1 deletion content/hub/docs/folder/AppImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: "hub/docs/folder/AppImage"

# Introduction

The GIMP development team are experimenting with AppImages. An AppImage is a version of the application that can be downloaded as one file, it is then started by double clicking that file. You may also have to set permissions on the file to be run as an executable, right click the file, properties->permissions->allow executing file as program.
The GIMP development team are experimenting with AppImages. An AppImage is a version of the application that can be downloaded as one file, it is then started by double clicking that file. You may also have to set permissions on the file to be run as an executable, right click the file, properties -> permissions -> allow executing file as program.

AppImage for Artbox [download](https://gitlab.gnome.org/pixelmixer/artbox/-/raw/feature-appimage/AppImage/GIMP-2.99.19-x86_64.AppImage?ref_type=heads&inline=false)

Expand Down
4 changes: 3 additions & 1 deletion content/hub/docs/folder/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type: docs

## Introduction

Welcome to this series of guides designed for those who are new to Linux and want to explore its capabilities. Whether you're wondering what Linux is, how to navigate its different distributions, or looking to learn about essential tools like Git, Debian, and Clonezilla for backups, these guides will help you get started. Each guide provides a clear, step-by-step approach to understanding and using Linux, breaking down complex concepts into simple terms.
This series of guides is designed for those interested in building Artbox or GIMP locally. You'll find detailed instructions for installing Artbox, complete with example Bash scripts to guide you through the process.

For those looking to dive deeper, the 'Technical Guide' provides an in-depth look at the structure of an Artbox build and how it relates to GIMP. Additionally, the 'Data Guide' offers a closer examination of the GIMP 'gimp-data' folder. These technical guides are more advanced and aim to give you a comprehensive understanding of the intricacies involved in building and customizing these applications.

![seaside](/images/gallery/at_the_seaside_tlined_final.webp)
24 changes: 24 additions & 0 deletions content/hub/plugins/folder/Almost-Autosave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
type: docs
---

# Introduction

This plugin allows the user to isolate a selection of layers or groups. If the selection hasn't changed since it last ran, it toggles the isolation mode off again. There's a second plugin, _exit isolation_, that simply exits the isolated state.

See it in action on Youtube [here.](https://www.youtube.com/watch?v=VlcMF0uuW3A)

## Plugin Menu Location

_Tools -> Isolate Exit_
_Tools -> Isolate_

## Keyboard Shortcut

This forces Artbox to save the shortcut for the next session. Search for the plugin name, and assign a shortcut.

_Edit -> Keyboard Shortcuts_

Once the shortcut is working as you like, save your work then;

_File -> Quit_
15 changes: 11 additions & 4 deletions content/hub/plugins/folder/Isolate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ type: docs

# Introduction

This plugin allows the user to isolate a selection of layers or groups. If the selection hasn't changed since it last ran, it toggles the isolation mode off again. There's a second plugin, _exit isolation_, that simply exits the isolated state.
This is an attempt at an Autosave feature! It saves a numbered version of the open files that have been edited into a named folder. It does not save over the opened file.

* Autosave Folder
* File Name
* autosave_1.xcf
* autosave_2.xcf
* autosave_3.xcf


See it in action on Youtube [here.](https://www.youtube.com/watch?v=VlcMF0uuW3A)

## Plugin Menu Location

_Tools -> Isolate Exit_
_Tools -> Isolate_
_File -> Almost Autosave_

## Keyboard Shortcut

Expand All @@ -21,4 +27,5 @@ _Edit -> Keyboard Shortcuts_

Once the shortcut is working as you like, save your work then;

_File -> Quit_
_File -> Quit_

10 changes: 9 additions & 1 deletion content/hub/plugins/folder/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ type: docs

## Introduction

These plugins are exclusive to Artbox, as they use additional commands not available in GIMP. They are generally written using Script-Fu, a Scheme based scripting language that is part of GIMP. They install as part of Artbox.
Some of these plugins are exclusive to Artbox, as they use additional commands not available in GIMP. They are generally written using Script-Fu, a Scheme based scripting language that is part of GIMP. They install as part of Artbox when it is built locally.

The AppImage does not include them at the moment, for the AppImage version:

* Find or add a plug-ins folder; Artbox -> Edit -> Preferences -> Folders -> Plug-ins
* Extract this download, [plugins.zip](/artbox/downloads/plugins.zip), to that folder
* Right click the <plugin-name.scm> inside an extracted plugin folder
* Properties -> permissions -> allow executing file as program
* Restart Artbox

## Related Sites

Expand Down
Binary file modified static/downloads/plugins.zip
Binary file not shown.
Binary file added static/images/gallery/cup.webp
Binary file not shown.

0 comments on commit bec8a67

Please sign in to comment.