I’ve amassed a small personal collection of Obsidian plugins I’ve written that I’d be interested in releasing. I’d strongly prefer to organize these in a monorepo, to make working on them and sharing code between them easier.
In digging through the Obsidian documentation on submitting plugins, I didn’t see anything that seemed like it was designed to work with monorepos. As far as I can tell, the only real requirement to support them would be:
- The ability to specify the pattern of release names so they didn’t have to exactly match the version name. For example, instead of my release being titled 1.1.0, it could be titled list-cycler-1.0.0.
- Support for specifying subdirectories in the repo for review.
Does anyone know if monorepos are supported or if there are other Obsidian plugins that are developed in monorepos?