Full Auto Obsidian Guide ← the guide
Hi guys, I just want to publicly announce that I’ve made a guide on how to automate Obsidian with Node.js. This guide includes steps on how to:
-
auto add vaults to Obsidian
- this allows for URIs to work on Vaults never opened by Obsidian
- auto “Trust Authors” (so that you don’t have to deal with the pesky popup everytime you unit-test)
- auto enable plugins
The intended use case of my guide is for plugin testing, but I could see this having application elsewhere. Specifically for those seeking to automate Obsidian, so…
Super-Duper Important Disclosure for Users:
"This [blogpost] explores Obsidian’s hidden internals as a method of automating plugin testing. So, it should go without saying that:
- This is in no way a statement that [my] testing techniques are [officially] Obsidian-supported"