Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugin name requirements #18

Open
joethei opened this issue Jan 26, 2024 · 4 comments
Open

New plugin name requirements #18

joethei opened this issue Jan 26, 2024 · 4 comments

Comments

@joethei
Copy link

joethei commented Jan 26, 2024

Hi @cristianvasquez

Per our developer policies,
please ensure that your plugin's name does not include the word "Obsidian".
In addition, the plugin name should not include the word "Plugin", as that is unecessary duplication.
We have already modified the name of your plugin to "Snippets" in our records.

To maintain compliance, take the following actions:

  1. Modify the manifest.json file in your plugin repository.
  2. Generate a new release for your plugin to ensure users download the updated manifest.

If you have a idea for a different plugin name, you may also submit a pull request to the obsidianmd/obsidian-releases repository.

Thank you for your cooperation.
— the Obsidian team

@cristianvasquez
Copy link
Owner

Hi, please feel free to propose a name or make a pull request!

@joethei
Copy link
Author

joethei commented May 1, 2024

I already proposed a new name: "Snippets"

@cristianvasquez
Copy link
Owner

Hello @joethei,
The current manifest.json does not include the name obsidian. The ID has been 'snippets' for the last 4 years

{
  "id": "snippets",
  "name": "Snippets plugin",
  "version": "0.0.4",
  "minAppVersion": "0.9.12",
  "description": "Execute simple scripts/snippets from obsidian. This plugin is experimental",
  "author": "Pelao",
  "authorUrl": "https://cristianvasquez.me",
  "isDesktopOnly": false
}

Please make a pull request so I can have a better idea of what is requested

@joethei
Copy link
Author

joethei commented May 2, 2024

Remove "plugin" from the plugin name, it's unnecessary duplication.
Same rules apply for the description, btw: Don't include "Obsidian" or "Plugin"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants