Johannes Theiner
Johannes Theiner
['https://download.immersivetranslate.com/immersive-translate-sdk-latest.js';](https://github.com/imfenghuang/obsidian-immersive-translate/blob/41bf41b48041bfebe863ec800d507d793d45ca5e/src/main.ts#L14) This should be bundled into this plugin, not loaded externally. [.addText((text) =>](https://github.com/imfenghuang/obsidian-immersive-translate/blob/41bf41b48041bfebe863ec800d507d793d45ca5e/src/setting.ts#L91-L95), [.addText((text) =>](https://github.com/imfenghuang/obsidian-immersive-translate/blob/41bf41b48041bfebe863ec800d507d793d45ca5e/src/setting.ts#L118-L123) These should use `addTextarea` so that there is more room to see these strings. [export...
[Copyright (c) [year] [fullname]](https://github.com/natedog2424/ObsidianLocationDatabase/blob/b9ec8689ee9a40cfab17ab7d862ed28f81d2774a/LICENSE#L3) Fill this. Remove the `styles.css` file from your release, since it's empty it's just unnecessary bloat. ["minAppVersion": "0.15.0",](https://github.com/natedog2424/ObsidianLocationDatabase/blob/b9ec8689ee9a40cfab17ab7d862ed28f81d2774a/manifest.json#L5) You are using newer API's, set this to...
[Copyright (c) [year] [fullname]](https://github.com/Leknes/promerge/blob/5efc63fe795de617d2704710acb970831398e471/LICENSE#L3) Fill this. Remove the `styles.css` file from your release, since it's empty it's just unnecessary bloat.
["child-process": "^1.0.2",](https://github.com/barkstone2/vault-to-blog/blob/fcb546aaf45beecd8da7b1495dd2b3357a911210/package.json#L36) This is not a valid npm package, the `child_process` library is part of NodeJS and does not require a declaration here. [.status-bar-icon {](https://github.com/barkstone2/vault-to-blog/blob/fcb546aaf45beecd8da7b1495dd2b3357a911210/styles.css#L6) This is to generic, [.grayscale...
["minAppVersion": "0.15.0",](https://github.com/LA/obsidian-daily-note-collector/blob/5d7e92f1411e2ff25a5de82c702c57d62799898e/manifest.json#L5) You are using newer API's, set this to the latest public build number.
I've created an issue on the repo with the requested changes.
["description": "Remember the view state of your tabs. When you reopen Obsidian, the cursor every editor will be placed at the last position you left it",](https://github.com/clehene/obsidian-remember-view-state/blob/4f5906deff76452fae454fd3dc8c5c917ba3a29f/manifest.json#L6) That second sentence makes...
To make the manual review process and future plugin maintenance more efficient, we recommend that you move all source code files into a `src` directory. ["new-plugin-version": "minimum-obsidian-version"](https://github.com/kpaede/Verovio-Music-Renderer/blob/843698ecb68587a7e975675a877db8d2af350213/manifest.json#L10) That is not...
Your `styles.css` file is not in the repo. [const response = await fetch(path);](https://github.com/kpaede/Verovio-Music-Renderer/blob/8facf9d02aedba57a8b457678d861fbca57b0aca/src/verovioProcessor.ts#L156) Use the `requestUrl` function from the Obsidian API instead, it will handle some things like CORS automatically....
Some screenshots of the plugin would be great. ["description": "A comprehensive suite for managing characters, locations, events, and galleries for your stories within Obsidian.",](https://github.com/SamW7140/obsidian-storyteller-suite/blob/07be4f938c4416ed032e1ed1b8481a08dc9cd510/manifest.json#L6) Don't include "Obsidian" in the plugin...