Johannes Theiner

Results 730 comments of Johannes Theiner

["minAppVersion": "0.0.0",](https://github.com/connorpark24/refresher-plugin/blob/45872fb4aa129be634c0cffa54d120fb8b20483a/manifest.json#L5) That is way to low, [this.addRibbonIcon("clock-4", "Refresh", async () => {](https://github.com/connorpark24/refresher-plugin/blob/45872fb4aa129be634c0cffa54d120fb8b20483a/main.ts#L25) Refresh what? [const traverseFolder = (folder: any) => {](https://github.com/connorpark24/refresher-plugin/blob/45872fb4aa129be634c0cffa54d120fb8b20483a/main.ts#L44) This should not be using `any` [containerEl.createEl("h2", {...

[this.addRibbonIcon("clock-4", "Get Note Summaries"](https://github.com/connorpark24/refresher-plugin/blob/5996a28eb3962d1dca40696f06554bff7beacd13/main.ts#L32) [Use sentence case in UI](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Use+sentence+case+in+UI) ["minAppVersion": "0.15.0",](https://github.com/connorpark24/refresher-plugin/blob/5996a28eb3962d1dca40696f06554bff7beacd13/manifest.json#L5) You are using newer API's, set this to the latest public build number.

[Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L1), [Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L4), [Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L22), ["Obsidian Cloud Storage"](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L30), [Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L31), [Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L37), [Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README.md#L48), [# Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README_ZH.md#L1), [Obsidian Cloud Storage](https://github.com/yingjialong/obsidian-CloudStorage/blob/bf232dbe8d5dfaa6cf22ecf4e38c6d40c82f3109/README_ZH.md#L4) and a...

["description": "A plugin that allows you to define variables in your note's properties and reuse them throughout your content.",](https://github.com/HamzaBenyazid/obsidian-live-variables/blob/4a6d2da0310443bfd4581aee3ca050f404dc355e/manifest.json#L6) Avoid including sentences like "This is a plugin that does ..."...

[properties: FrontMatterCache | undefined;](https://github.com/HamzaBenyazid/obsidian-live-variables/blob/8bf132bba8a8dd288c7b833e46f0ff6c9c4ac560/main.ts#L4) You should not use global variables whenever possible, read here why: http://wiki.c2.com/?GlobalVariablesAreBad

[let properties: FrontMatterCache | undefined;](https://github.com/HamzaBenyazid/obsidian-live-variables/blob/3b829abf8e029fc399e730716ef129ca80982e46/main.ts#L15) This still acts like a global variable in this context.

["description": "A clojure plugin host, allowing the creation of simple clojure-based plugins right inside the editor.",](https://github.com/farcaller/obsidian-clojure-plugin-host/blob/91a9c634446640324d6962f754739a3c9c68beae/manifest.json#L6) It's "Clojure"

You still need to fix the description. I will handle the merge conflict when merging.

You haven't updated the plugin description in your repo.

The oldest node version that a user can run, and still have a supported installer version is 16.13.2 You also have listed `@types/node` twice And when using typescript-eslint one should...