Skip to content

Commit

Permalink
Rename page on renaming images/layers
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilburda committed Feb 16, 2025
1 parent f398c38 commit 45bd400
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ docs:
children:
- title: Export Options
url: /docs/export-options/
- title: Adjusting Filenames
url: /docs/adjusting-filenames/
- title: Renaming
url: /docs/renaming/
- title: Procedures
url: /docs/procedures/
- title: Constraints
Expand Down
2 changes: 1 addition & 1 deletion _pages/Customization/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: false
---

Beyond the basic features, Batcher allows you to:
* [adjust image/layer names](Adjusting Filenames.md),
* [adjust image/layer names](Renaming.md),
* apply [procedures](Procedures.md) to each image/layer (scale down, insert background, layer effects, GIMP plug-ins, ...) during batch processing,
* filter image/layers by applying [constraints](Constraints.md) (only filenames matching a suffix, only visible layers, ...).

Expand Down
2 changes: 1 addition & 1 deletion _pages/Customization/Procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Options:

Renames images/layers according to the specified pattern.

This procedure uses the same text entry as the one in Batch Convert or Export Layers next to `Name`, described in [Adjusting Layer Names (Filenames)](Adjusting Filenames.md).
This procedure uses the same text entry as the one in Batch Convert or Export Layers next to `Name`, described in [Renaming](Renaming.md).

For Batch Convert and Export Layers, this procedure performs renaming on top of the entry next to `Name`.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adjusting Filenames
permalink: /docs/adjusting-filenames/
title: Renaming
permalink: /docs/renaming/
---

Batcher offers renaming each image/layer using several built-in *fields*.
Expand Down
2 changes: 1 addition & 1 deletion _pages/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In this case, any constraints set in the [main dialog](#batch-editing-layers) wi

The text entry next to `Name` lets you customize the filenames. A popup offers you several components you can combine to create the final filename, such as the image name, a numbered sequence, and more.

For details, see [Adjusting Filenames](Customization/Adjusting Filenames.md).
For details, see [Renaming](Customization/Renaming.md).

### Changing File Extension

Expand Down
2 changes: 1 addition & 1 deletion dev/_pages/Customization/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: false
---

Beyond the basic features, Batcher allows you to:
* [adjust image/layer names](Adjusting Filenames.md),
* [adjust image/layer names](Renaming.md),
* apply [procedures](Procedures.md) to each image/layer (scale down, insert background, layer effects, GIMP plug-ins, ...) during batch processing,
* filter image/layers by applying [constraints](Constraints.md) (only filenames matching a suffix, only visible layers, ...).

Expand Down
2 changes: 1 addition & 1 deletion dev/_pages/Customization/Procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Options:

Renames images/layers according to the specified pattern.

This procedure uses the same text entry as the one in Batch Convert or Export Layers next to `Name`, described in [Adjusting Layer Names (Filenames)](Adjusting Filenames.md).
This procedure uses the same text entry as the one in Batch Convert or Export Layers next to `Name`, described in [Renaming](Renaming.md).

For Batch Convert and Export Layers, this procedure performs renaming on top of the entry next to `Name`.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adjusting Filenames
permalink: /docs/adjusting-filenames/
title: Renaming
permalink: /docs/renaming/
---

Batcher offers renaming each image/layer using several built-in *fields*.
Expand Down
2 changes: 1 addition & 1 deletion dev/_pages/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In this case, any constraints set in the [main dialog](#batch-editing-layers) wi

The text entry next to `Name` lets you customize the filenames. A popup offers you several components you can combine to create the final filename, such as the image name, a numbered sequence, and more.

For details, see [Adjusting Filenames](Customization/Adjusting Filenames.md).
For details, see [Renaming](Customization/Renaming.md).

### Changing File Extension

Expand Down

0 comments on commit 45bd400

Please sign in to comment.