added status buttons for package

This commit is contained in:
Oleg 2022-08-27 14:38:14 +03:00
parent 931753721c
commit ca7c914057
2 changed files with 12 additions and 1 deletions

View File

@ -1,9 +1,17 @@
# Obsidian Bulk Rename Plugin # Obsidian Bulk Rename Plugin
[![](https://github.com/OlegLustenko/obsidian-bulk-rename/actions/workflows/CI.yml/badge.svg)](https://github.com/OlegLustenko/obsidian-bulk-rename/actions/workflows/CI.yml)
[![Release Obsidian plugin](https://github.com/OlegLustenko/obsidian-bulk-rename/actions/workflows/release.yml/badge.svg)](https://github.com/OlegLustenko/obsidian-bulk-rename/actions/workflows/release.yml)
[![GitHub license](https://img.shields.io/github/license/OlegLustenko/obsidian-bulk-rename)](https://https://github.com/OlegLustenko/obsidian-bulk-rename/master/LICENSE)
[![Github all releases](https://img.shields.io/github/downloads/OlegLustenko/obsidian-bulk-rename/total.svg)](https://github.com/OlegLustenko/obsidian-bulk-rename/releases/)
[![GitLab latest release](https://badgen.net/github/release/OlegLustenko/obsidian-bulk-rename/)](https://github.com/OlegLustenko/obsidian-bulk-rename/releases)
## Introduction ## 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 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
![img.png](assets/img.png)
> Under the hood this plugin is using obsidian API for renaming, but we just applying it for many files
## How to use? ## How to use?
- **folder location** - Files from which folder you need to rename - **folder location** - Files from which folder you need to rename
@ -11,6 +19,9 @@ This plugin was developed to cover my initial needs and rename a bunch of files
- **Replacement Symbols** - a new symbols that will be pasted instead - **Replacement Symbols** - a new symbols that will be pasted instead
- **Files within the folder** - this is for information purpose - **Files within the folder** - this is for information purpose
Rename Button
Rename files will start renaming all files by respective path.
## 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).

BIN
assets/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB