obsidian-releases icon indicating copy to clipboard operation
obsidian-releases copied to clipboard

Add plugin: Vault Explorer

Open decaf-dev opened this issue 9 months ago • 1 comments

I am submitting a new Community Plugin

Repo URL

Link to my plugin: https://github.com/trey-wallis/obsidian-vault-explorer

Release Checklist

  • [X] I have tested the plugin on
    • [ ] Windows
    • [X] macOS
    • [ ] Linux
    • [ ] Android (if applicable)
    • [ ] iOS (if applicable)
  • [X] My GitHub release contains all required files
    • [X] main.js
    • [X] manifest.json
    • [X] styles.css (optional)
  • [X] GitHub release name matches the exact version number specified in my manifest.json (Note: Use the exact version number, don't include a prefix v)
  • [X] The id in my manifest.json matches the id in the community-plugins.json file.
  • [X] My README.md describes the plugin's purpose and provides clear usage instructions.
  • [X] I have read the developer policies at https://docs.obsidian.md/Developer+policies, and have assessed my plugins's adherence to these policies.
  • [X] I have read the tips in https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines and have self-reviewed my plugin to avoid these common pitfalls.
  • [X] I have added a license in the LICENSE file.
  • [X] My project respects and is compatible with the original license of any code from other plugins that I'm using. I have given proper attribution to these other projects in my README.md.

decaf-dev avatar May 08 '24 03:05 decaf-dev

Thank you for your submission, an automated scan of your plugin code's revealed the following issues:


Optional

[1]:Casting to any should be avoided as much as possible.


Do NOT open a new PR for re-validation.

ObsidianReviewBot avatar May 08 '24 03:05 ObsidianReviewBot

Some screenshots in the README would be great.

import moment from "moment"; This should be import {moment} from "obsidian"; instead.

joethei avatar May 15 '24 15:05 joethei

@joethei Thanks the suggestions. I have updated the import. It has been released in 0.5.5. I also added screenshots to the README.

decaf-dev avatar May 15 '24 17:05 decaf-dev