Hi, I’m just trying to get started aswell.
When trying to activate the example plugin in the obsidian settings, the console will tell you
app.js:1 Plugin failure: obsidian-sample-plugin Error: ENOENT: no such file or directory, open ‘C:\Users\Ben\Dropbox\Obsidian Vaults\Personal Reading.obsidian\plugins\obsidian-sample-plugin\main.js’
So I assume you need to compile main.ts to main.js first.
In the readme of obsidian-sample-plugin they tell you to do this via npm run dev´ (which in turn invokes some tool called rollup`).
However, that gives me errors likeunexpected token so it seems it cant parse the ts properly. Will report back when I know more.