I wanted to mass change the case of the property `TnG_tracker` to `TnG_Tracker`. I've tried several *Search&Replace* plugins:
- [Global Search and Replace] didn't have the function to replace in all files at once.
- [Replace All] Couldn't replace property names.
๐Ÿงต1/2

#ObsidianMD

I replaced it in all notes outside of Obsidian (in Kate). However, every reference to the new property `TnG_Tracker` was still represented with the lower case version. The solution was to edit the `.obsidian/types.json` file, where still the old `TnG_tracker` lurked.
๐Ÿงต2/2

In case anyone is curious why the property `TnG_Tracker`: I wrote a script to import [Track & Graph](https://github.com/SamAmco/track-and-graph) data to Obsidian. ๐Ÿ˜Ž

#ObsidianCLI

GitHub - SamAmco/track-and-graph: An android app for tracking personal data and creating custom graphs

An android app for tracking personal data and creating custom graphs - SamAmco/track-and-graph

GitHub