Johannes Theiner
Johannes Theiner
https://github.com/chrishoward-projects/related-notes-by-tag/blob/ed0a708ea874ffb2d5e7c6167a6a77e940c1b611/main.js#L1-L7, https://github.com/chrishoward-projects/related-notes-by-tag/blob/ed0a708ea874ffb2d5e7c6167a6a77e940c1b611/data.json#L1-L7 Remove the `main.js` & `data.json` files from the repo and add it to the `.gitignore`, release assets should not be mixed with source assets.
[ribbonTooltip: "Gyazo Viewer",](https://github.com/nota/gyazo-obsidian-plugin/blob/aa97ba8339b597978063b94655eff5cea212fa8e/src/i18n/index.ts#L52) Please change this to use sentence case.
Please either give me permission to edit this PR, or rebase the PR
That's not what I mean't. The setting should be on this PR.
[Copyright (C) 2020-2025 by Dynalist Inc.](https://github.com/LuLaValva/obsidian-adopt-orphan/blob/eb5a524bc269ff30b34b9253c2a8babb1ddae470/LICENSE#L1) Update the license file. [const file = this.app.vault.getAbstractFileByPath(filePath);](https://github.com/LuLaValva/obsidian-adopt-orphan/blob/eb5a524bc269ff30b34b9253c2a8babb1ddae470/main.ts#L70-L83) Use the MetadataCache to get all of the links. Your current approach will also return links...
You need to make all of the requested changes, the license is still unchanged.
[At the same time, the word set by the user is excluded from the examination while inspecting the spelling of Korean.](https://github.com/dldisud/obsidian-korean-spellchecker/blob/12b6b1b749552a7e6a7d6a8264177ca6e2608733/manifest.json#L6) This is missing context. [# Obsidian 한국어 맞춤법 검사기...
[Copyright (C) 2020-2025 by k0src.](https://github.com/k0src/Obsidian-Auto-Close-Tags-Plugin/blob/8bb0d93e403a178399b7175cde4fafa0b24d41a4/LICENSE#L1) Your plugin did not exist in 2020. [containerEl.createEl("h2", { text: "Auto Close Tags Settings" });](https://github.com/k0src/Obsidian-Auto-Close-Tags-Plugin/blob/8bb0d93e403a178399b7175cde4fafa0b24d41a4/main.ts#L315) [Don't add a top-level heading in the settings tab, such...
["fs": "^0.0.1-security",](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/package.json#L34), ["path": "^0.12.7",](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/package.json#L36) These are not valid dependencies, remove them. [name: "Sync GitHub Issues & Pull Requests",](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/src/main.ts#L86). [buttonText.textContent = "Refresh Repositories";](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/src/settings-tab.ts#L551), [manualTab.setText("Manual Entry");](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/src/settings-tab.ts#L594), [text: "Delete Repository",](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/src/settings-tab.ts#L1257), [text: "Select All",](https://github.com/LonoxX/obsidian-github-issues/blob/d43c74d894afe8705e53e7bf36c04b5e0bde4366/src/settings-tab.ts#L1491),...
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. Some screenshots in the README...