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

Add Symbols Prettifier plugin

Open FlorianWoelki opened this issue 1 year ago • 2 comments

I am submitting a new Community Plugin

Repo URL

Link to my plugin: https://github.com/FlorianWoelki/obsidian-symbols-prettifier

Release Checklist

  • [x] I have tested the plugin on
    • [x] Windows
    • [x] macOS
    • [x] Linux
    • [] Android (if applicable)
    • [x] iOS (if applicable)
  • [x] My GitHub release contains all required files
    • [x] main.js
    • [x] manifest.json
    • [ ] 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 tips in https://github.com/obsidianmd/obsidian-releases/blob/master/plugin-review.md 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.

FlorianWoelki avatar Aug 05 '22 08:08 FlorianWoelki

callback This would be better as an `editorCallback´ This will make sure that the command is only visible and can only be invoked if there is an active editor.

joethei avatar Aug 29 '22 13:08 joethei

callback This would be better as an `editorCallback´ This will make sure that the command is only visible and can only be invoked if there is an active editor.

Thank you for the feedback. I've updated the code with editorCallback.

FlorianWoelki avatar Aug 29 '22 15:08 FlorianWoelki

Hi, sorry for the long wait! Everything looks good to me 🥳

liamcain avatar Nov 04 '22 21:11 liamcain