Update README.md
This commit is contained in:
parent
de61116421
commit
004dbd24b8
15
README.md
15
README.md
|
@ -5,8 +5,7 @@
|
||||||
[](https://github.com/OlegLustenko/obsidian-bulk-rename/releases/)
|
[](https://github.com/OlegLustenko/obsidian-bulk-rename/releases/)
|
||||||
[](https://github.com/OlegLustenko/obsidian-bulk-rename/releases)
|
[](https://github.com/OlegLustenko/obsidian-bulk-rename/releases)
|
||||||
## Introduction
|
## Introduction
|
||||||
|
Now you can rename a bunch of files from the directory and all references also will be updated acros the vault.
|
||||||
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
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -22,6 +21,18 @@ This plugin was developed to cover my initial needs and rename a bunch of files
|
||||||
Rename Button
|
Rename Button
|
||||||
Rename files will start renaming all files by respective path.
|
Rename files will start renaming all files by respective path.
|
||||||
|
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
This plugin was developed to cover my needs. Originally I've started to use my daily files with **_** delimiter.
|
||||||
|
So my files looked like this: 2022_01_01, over the time I realized other platform out of the bos configured to prefer dashes.
|
||||||
|
|
||||||
|
Here is many guides on how to rename files, what kind of script we need to run, what version of python or Node.js we need to install and so on.
|
||||||
|
|
||||||
|
Why Not to have this functionality build-in into Obsidian?
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
## Installing
|
## 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).
|
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).
|
||||||
|
|
Loading…
Reference in New Issue