Go to file Use this template
Oleg 863e430134 add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
.github/workflows update plugin name 2022-08-27 14:42:32 +03:00
documentation/assets add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
src add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
tests/__mocks__ add jest 2022-08-28 12:40:42 +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 jest 2022-08-28 12:40:42 +03:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add legacy-peer deps 2022-08-28 13:51:25 +03:00
.prettierrc.json initial 2022-08-27 10:13:14 +03:00
LICENCE Added Licence 2022-09-03 10:16:10 +03:00
README.md add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
babel.config.js setup jest files, do not replace dot after extension, incrase code-coverage, refactorings 2022-08-28 13:44:46 +03:00
esbuild.config.mjs add jest 2022-08-28 12:40:42 +03:00
jest-preset.js setup jest files, do not replace dot after extension, incrase code-coverage, refactorings 2022-08-28 13:44:46 +03:00
jest.config.js setup jest files, do not replace dot after extension, incrase code-coverage, refactorings 2022-08-28 13:44:46 +03:00
main.ts add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
manifest.json 0.2.5 2022-09-03 21:42:09 +03:00
package-lock.json add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
package.json add find-by tag and to a directory functionality 2022-09-05 14:25:43 +03:00
styles.css 0.2.4 2022-09-03 21:33:13 +03:00
tsconfig.json add jest 2022-08-28 12:40:42 +03:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json 0.2.5 2022-09-03 21:42:09 +03:00

README.md

Obsidian Bulk Rename Plugin

Release Obsidian plugin GitHub license Github all releases GitLab latest release

Introduction

Now you can rename a bunch of files from the directory and all references also will be updated acros the vault.

Under the hood this plugin is using obsidian API for renaming, but we just applying it for many files

Features

Update FilePath name based on pattern

Whenever we're updating File Path we can update Directory Location too So, you can not only update file name but also move files to a new directory

Default showcase

Update folder location where from you want to get files, put existing characters from the file path later on update Replacement Symbols those symbols will be used for in a new path.

Update files based on tags

API

  • 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.

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

The plugin in beta. To beta test, you can install the plugin using BRAT (see BRAT > Adding a beta plugin for further instructions).

Support development

"Buy Me A Coffee"