I’m developing a plugin for personal use and I need to store information on a json file, I don’t want a random note flying around on my vault nor wanna create a folder just for it.
I tried so hard to create it inside the .obsidian folder but it just keeps giving me “Uncaught (in promise) Error: Folder already exists.” for it, the algorithm works perfectly otherwise.
Is it even possible to create anything inside of any folder start starts with a “.” like “.folder” or “.myPlugin” (besides the normal plugin configuration with the API commands)? If so, is there any examples of it? I didn’t find anything in the documentation.