Johannes Theiner
Johannes Theiner
[markdown](https://github.com/al3xw/force-read-mode/blob/1a67c688fe64d747e1545cc7de2abff73c649377/manifest.json#L6) Capitalize this as "Markdown" [this.app.workspace.on('layout-change', this.onLayoutChange.bind(this))](https://github.com/al3xw/force-read-mode/blob/1a67c688fe64d747e1545cc7de2abff73c649377/main.ts#L26) Use the `file-open` event instead. [.setName('Force Read Mode').setHeading()](https://github.com/al3xw/force-read-mode/blob/1a67c688fe64d747e1545cc7de2abff73c649377/main.ts#L91) [Don't add a top-level heading in the settings tab, such as "General", "Settings", or the...
["description": "A plugin to create temporary & session notes that will be deleted when session ends",](https://github.com/tabibyte/session-notes/blob/73c96f44106cd4a72c33444a6b333518e2774cbc/manifest.json#L6) Avoid including sentences like "This is a plugin that does ..." in your description,...
Remove the `styles.css` file from your release, since it's empty it's just unnecessary bloat. ["description": "Publish your Obsidian notes to Hexo",](https://github.com/zhenlohuang/obsidian-hexo-publisher/blob/531a592aa3cccc8358d203b96bd34db419e82646/manifest.json#L6) Don't include "Obsidian" in the description. ["fundingUrl": "",](https://github.com/zhenlohuang/obsidian-hexo-publisher/blob/531a592aa3cccc8358d203b96bd34db419e82646/manifest.json#L9) This...
You haven't implemented all of the requested changes.
Not all of the code changes to your plugin are in the plugin repo's main branch. patch-1 is of your obsidian-releases fork, you don't have to do anything there.
That will be handled when the plugin is merged. ["name": "oBro Productivity Tools",](https://github.com/RococoN8R/oBro-productivity/blob/0034997cd1f5e02ec9125b269842d690ab098167/manifest.json#L3) This name does not describe what the plugin is doing, it's a bit too generic. ["minAppVersion": "0.15.0",](https://github.com/RococoN8R/oBro-productivity/blob/0034997cd1f5e02ec9125b269842d690ab098167/manifest.json#L5)...
Sorry, but we don't accept plugins that do multiple unrelated things anymore. It should be split into multiple plugins.
It looks like you forgot to push. Also please don't brand your plugins as part of a collection, each plugin should stand on it's own.
The main.js should be removed from the repo and added to the gitignore, not sure why the bot always ignores that.
Where is the actual source code? Or did you put all of the code into the `main.js`? In that case the bot should not have flagged it at all, as...