Go to file Use this template
Oleg ca7c914057 added status buttons for package 2022-08-27 14:41:40 +03:00
.github/workflows added release workflow to github 2022-08-27 13:53:18 +03:00
assets added status buttons for package 2022-08-27 14:41:40 +03:00
components added donate button 2022-08-27 13:38:40 +03:00
suggestions replace full path during replacement 2022-08-27 12:10:32 +03:00
.editorconfig initial 2022-08-27 10:13:14 +03:00
.eslintignore Adding eslint for code .\src\ (#17) 2021-10-30 14:04:07 -04:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.prettierrc.json initial 2022-08-27 10:13:14 +03:00
README.md added status buttons for package 2022-08-27 14:41:40 +03:00
esbuild.config.mjs Build: Target ES2018. 2022-08-20 20:25:17 -04:00
main.ts update warning description 2022-08-27 14:31:02 +03:00
manifest.json 0.1.0 2022-08-27 14:31:17 +03:00
package-lock.json 0.1.0 2022-08-27 14:31:17 +03:00
package.json 0.1.0 2022-08-27 14:31:17 +03:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json initial 2022-08-27 10:13:14 +03:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json 0.1.0 2022-08-27 14:31:17 +03:00

README.md

Obsidian Bulk Rename Plugin

Release Obsidian plugin GitHub license Github all releases GitLab latest release

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

img.png

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 for further instructions).