28 lines
1.9 KiB
Markdown
28 lines
1.9 KiB
Markdown
# Obsidian Bulk Rename Plugin
|
|
[](https://github.com/OlegLustenko/obsidian-bulk-rename/actions/workflows/CI.yml)
|
|
[](https://github.com/OlegLustenko/obsidian-bulk-rename/actions/workflows/release.yml)
|
|
[](https://https://github.com/OlegLustenko/obsidian-bulk-rename/master/LICENSE)
|
|
[](https://github.com/OlegLustenko/obsidian-bulk-rename/releases/)
|
|
[](https://github.com/OlegLustenko/obsidian-bulk-rename/releases)
|
|
## Introduction
|
|
|
|
This plugin was developed to cover my initial needs and rename a bunch of files and update their reference in code base respectively. So now you can rename a bunch of files from the directory and all imports also will be updated in a code-base
|
|
|
|

|
|
|
|
> Under the hood this plugin is using obsidian API for renaming, but we just applying it for many files
|
|
|
|
## How to use?
|
|
|
|
- **folder location** - Files from which folder you need to rename
|
|
- **Symbols in existing files** - the symbols/characters that we have in the files
|
|
- **Replacement Symbols** - a new symbols that will be pasted instead
|
|
- **Files within the folder** - this is for information purpose
|
|
|
|
Rename Button
|
|
Rename files will start renaming all files by respective path.
|
|
|
|
## Installing
|
|
|
|
The plugin in beta. To beta test, you can install the plugin using BRAT (see [BRAT > Adding a beta plugin](https://github.com/TfTHacker/obsidian42-brat#adding-a-beta-plugin) for further instructions).
|