obsidian-releases
obsidian-releases copied to clipboard
Update: add code embed to plugin list
I am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/Y-jiji/code-embed
Release Checklist
- [x] I have tested the plugin on
- [x] Windows
- [x] My GitHub release contains all required files
- [x]
main.js
- [x]
manifest.json
- [x]
- [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 mymanifest.json
matches theid
in thecommunity-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
.
Click [[Approve and Run]] plz 😀
https://github.com/Y-jiji/code-embed/blob/bf3ee84271cd2f18ea0e49f7451e83c0103ce111/README.md?plain=1#L1 Could you please add more information and maybe a screenshot to your README. I'm sure users will be confused about what this app does when browsing in the Plugin Gallery.
https://github.com/Y-jiji/code-embed/blob/bf3ee84271cd2f18ea0e49f7451e83c0103ce111/main.ts#L5-L11 You can remove these since you don't have any settings
https://github.com/Y-jiji/code-embed/blob/bf3ee84271cd2f18ea0e49f7451e83c0103ce111/main.ts#L20 Also unnecessary
https://github.com/Y-jiji/code-embed/blob/bf3ee84271cd2f18ea0e49f7451e83c0103ce111/main.ts#L57-L62 same here
https://github.com/Y-jiji/code-embed/blob/bf3ee84271cd2f18ea0e49f7451e83c0103ce111/main.ts#L33 You might want to remove the console.log to avoid polluting the console with messages
https://github.com/Y-jiji/code-embed/blob/bf3ee84271cd2f18ea0e49f7451e83c0103ce111/main.ts#L43 you can use .empty()
here instead of manipulating the innerHTML
Hi, this is the repo for the help documentation of Obsidian, not Obsidian itself.
If you have any feedback about Obsidian, please go to https://forum.obsidian.md instead, thanks!