Rename a property value across all notes

Is there a way to rename a property value across multiple notes?

If you search for ‘bulk rename’ or ‘batch rename’ property, you might turn up some older threads.

I found this:

To be honest, I hardly ever need this and clean forgot how to do this with Linter or other plugins (I remember these faintly: Multi Properties and File Cooker…?)…

  • If you search with my name for these, you can find something, I believe.

So I think these bulk operations, when such simple cases arise, are best done outside of Obsidian with an editor of one’s choice on their given operating system (VSCode Editor or other).

It would be really nice if Obsidian had a native way of handling things like these!

I think this is the main FR, give it a :purple_heart:

1 Like

With Bases updates in the pipeline, this would surely be one of the features needed in the mix.
I wonder though if mass replacing potentially (tens of) thousands of values would cause any problems in internal index not catching up…?

Obsidian devs do not seem too keen on letting users do mass replacements: a global search and replace FR has been ignored for a long time (4 years)?

You can rename a property from within the All Properties pane (make sure the core plugin Properties view is enabled). From there, right-click on the property you want to rename and select “Rename…”

5 Likes

Are we talking about property fields or property values here…?

Hey gino_m :waving_hand:.

I think Liam is talking about the properties themselves and not their values.

It is about values in the title of the post.

I was asking about property values, not the name of the property itself.

Then I’m gonna go ahead and “like” the post three others did.

1 Like

The program I wrote does exactly that and a bit more.

You have to be careful with this feature, when I used it on a property contained in 2000+ files, on completion of the operation I found that instead of changing the name of the property, it was simply removed from all 2000 files, after which I had to create this Feature Request: Bulk File Recovery.

Take care to create a fresh backup of your vault before doing any bulk operations.

I prefer to perform all bulk operations via Notepad++ – it has never failed me yet.

1 Like