@RainCat
I’ve downloaded the code and extract to plugin folder of obsidian. However, I could not enable it to be activated. Could you please suggest how should I enable the plugin? By the way, the Obsidian version is 0.12.19


image

@Ellanxis @greatqs
This plugin is still under development and I didn’t implement setting tab in 0.0.2.
I will fix some bugs and release a “stable” version(0.0.3) today. Also I will update README.md with more detail.

1 Like

@RainCat unfortunately, I downloaded v0.03 and followed your README to copy main.ts and monifest.json to plugin folder. Still, I can see the plugin in Obsidian but I cannot activate it.

You should download main.js, manifest.json in the latest release.
Obsidian plugin is wriitten in typescript and main.ts is the souce code and you should build it and the output is main.js.

Just simply go to latest release page. and download main.js and manifest.json into your plugin subfolder.