How do I publish a closed-source plugin?

Hello! I am developing a plugin for Obsidian, but I don’t think it is possible to make it open source. Reading the topic here, it seems that publishing closed source plugins are possible.

However, I also read the developer policies that plugins & themes must not obfuscate code to hide its purpose (although in my case I am not trying to hide any purpose).

How does this work? Do I give private viewing access to the obsidian team just for the code? I was originally planning to publish the “compiled” version of my code to obsidian, but I want to know if there should be any other steps taken.

Thanks for the help!

Submit the repo with the compiled version of the plugin as regular,
then invite me to the repository that hosts the actual source code.
All the review communication will happen in an issue on the repo.

Also, the description in the manifest needs to contain (Closed source)

Ah, that makes sense. Thanks for the help!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.