diff --git a/Wiki/Features.md b/Wiki/Features.md index dc6462096de5e836d2c6449c43d2dfc3caee9d2e..412481cb60d38a0ea18fea80e4ef1c336709811d 100644 --- a/Wiki/Features.md +++ b/Wiki/Features.md @@ -1,2 +1,20 @@ # Features overview +The following sections will explain the various features found in Grinder. It is assumed that you have basic knowledge of how to work with computer programs; we will not explain every single menu item, keyboard shortcut and so on. This section is by no means complete or overly extensive. Since Grinder is very complex and feature-rich, we might even have missed something here. If you have the feeling that this is the case, let us know. + +Before we begin, let’s take a look at some basic usage guidelines: + +* Grinder uses context menus (also known as right-click or pop-up menus) heavily; try right-clicking blocks, block ports, list items, image items and so on - you will find many useful functions in those menus! +* When hovering over certain icons (like the buttons in the toolbars) or items (like images in the image list, pipeline blocks or image items), a tooltip will appear. Some will tell you the function of a button, others will give you useful information. +* Most frequently used functions also have keyboard shortcuts. They can be found in the context menus and the main menu next to the function name. Some shortcuts can also be found in tooltips, like the shortcuts for the various image editor tools. + +The various features are described in the following subsections: + +* [Projects](feat/Projects.md) +* [Pipelines](feat/Pipelines.md) +* [The image editor](feat/ImageEditor.md) +* [Tasks](feat/Tasks.md) +* [Options and settings](feat/Options.md) + +Back: [Home](Home.md) + diff --git a/Wiki/GettingStarted.md b/Wiki/GettingStarted.md index d35796420b1858fcb1aeab32a6b4f2443d52e59a..249224ca78dd709d2c0ca794dc9ce84c9fb5d4de 100644 --- a/Wiki/GettingStarted.md +++ b/Wiki/GettingStarted.md @@ -84,5 +84,5 @@ As you can see, the blurring was also applied to our manual changes we applied i By now you should have a good idea of how Grinder works. It is best to play around with the various block types there are, the image editor tools and everything else. When you feel comfortable enough with Grinder, you should take a deeper look at the various [features](Features.md) it has to offer. -Next: [Features overview](Features.md) | Back: [Home](Home.md) +Back: [Home](Home.md) diff --git a/Wiki/Installation.md b/Wiki/Installation.md index c088687547764e8a34c4a7784ada49aed8d8e55b..053ec0aa0fae6c17f826669ed22a541cc6b813ef 100644 --- a/Wiki/Installation.md +++ b/Wiki/Installation.md @@ -32,5 +32,5 @@ Installing and running Grinder is quite easy. It is a fully portable application That’s it! If everything went well, you are now ready to use Grinder. If you are new to Grinder, you should start your journey [here](GettingStarted.md). -Next: [Getting started](GettingStarted.md), [Features overview](Features.md) | Back: [Home](Home.md) +Back: [Home](Home.md) diff --git a/Wiki/feat/ImageEditor.md b/Wiki/feat/ImageEditor.md new file mode 100644 index 0000000000000000000000000000000000000000..c3116b02c33d50bcecb32d4cdbc96cbc5cd0bf31 --- /dev/null +++ b/Wiki/feat/ImageEditor.md @@ -0,0 +1,3 @@ +# The image editor + +Back: [Features](../Features.md) \ No newline at end of file diff --git a/Wiki/feat/Options.md b/Wiki/feat/Options.md new file mode 100644 index 0000000000000000000000000000000000000000..f6d8b09dd675c91e460ebd9bb159612bcb797ff4 --- /dev/null +++ b/Wiki/feat/Options.md @@ -0,0 +1,3 @@ +# Options and settings + +Back: [Features](../Features.md) \ No newline at end of file diff --git a/Wiki/feat/Pipelines.md b/Wiki/feat/Pipelines.md new file mode 100644 index 0000000000000000000000000000000000000000..1fc1e523dd8a9f94c4cdeadacb546397caec7886 --- /dev/null +++ b/Wiki/feat/Pipelines.md @@ -0,0 +1,3 @@ +# Pipelines + +Back: [Features](../Features.md) \ No newline at end of file diff --git a/Wiki/feat/Projects.md b/Wiki/feat/Projects.md new file mode 100644 index 0000000000000000000000000000000000000000..b11ceeb9f7dbb36da93983b4ff91521b0b7f8f0d --- /dev/null +++ b/Wiki/feat/Projects.md @@ -0,0 +1,3 @@ +# Projects + +Back: [Features](../Features.md) \ No newline at end of file diff --git a/Wiki/feat/Tasks.md b/Wiki/feat/Tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..d0ecc4349517d59f25fc615cce6767734deed7e2 --- /dev/null +++ b/Wiki/feat/Tasks.md @@ -0,0 +1,3 @@ +# Tasks + +Back: [Features](../Features.md) \ No newline at end of file