Questions about Pluggin Verification and Donation Button in the Pluggin Browser

Hi everyone,

I am new to publishing plugins for Obsidian, and I have some questions about the publishing process:

  1. How do we get our plugin to be reviewed by the Obsidian Staff? Mine still shows “This plugin has not been reviewed…”
  2. How do we get the heart emoji and donate button in the Community Plugin listing? I have set up my PayPal, but the button is not shown in Obsidian.

Thank you for the help.

Olivier

My Pluggin: is GDocs

The manual review is currently focused on submissions that fail the automated review. Review requests for submissions that are already passing the automated review are not processed.

Add a fundingUrl to your manifest.json to show donation information for your plugin.

Thank you!