Wrote my first script for mass importing data into my vault. My observations:
- I first created .md files using shell commands. It messed up the cache in Obsidian, causing reset of all metadata, GUI reset, losing history. The vault was not harmed, thank god, and I could revert the changes via Git. So, even creating files should be `obsidian create`
- It is SLOW. Every command routes through the running Obsidian instance, causing reindexing at every single command.
