Johannes Theiner

Results 730 comments of Johannes Theiner

Remove the `main.js` file from the repo and add it to the `.gitignore`, release assets should not be mixed with source assets. [console.log('Inserting link for:', JSON.stringify(item), ', at position:', JSON.stringify({...

[# Obsidian LiteCite](https://github.com/ras0q/obsidian-litecite/blob/12b98b9d38847f4f45f13d6f7f6b31dc715b6e75/README.md#L1) Naming something "Obsidian xyz" is reserved for first party products we create, please change this header. ["description": "A lightweight Obsidian plugin that creates citation notes from a...

Remove the `main.js` file from your repo and add it to the `.gitignore` Source files should not be mixed with release files. [containerEl.createEl('h2', {text: 'Obsidunlime Settings'});](https://github.com/shandyba/obsidian-lime/blob/65dfdf432ebd49c45f37ea2fbd4d873620aa3024/main.ts#L439) [Don't add a top-level...

[this.settings.syncing = false;](https://github.com/DepartingAgain/obsidian-newledge/blob/1e81813a344e17a50d3f8f367a7d0563cffd9cca/src/main.ts#L56-L58) Why are you modifying the settings here? They should not be updated here, as onunload is guaranteed to be called. [containerEl.createEl("h1", { text: "新枝Newledge" });](https://github.com/DepartingAgain/obsidian-newledge/blob/1e81813a344e17a50d3f8f367a7d0563cffd9cca/src/setting.ts#L56) [Don't add...

Don't update the plugin id, any existing users won't be able to update the plugin.

Don't include "Obsidian" in the description (also you made a mistake in the capitalisation here)

[&](https://github.com/Mara-Li/obsidian-edit-shortcut/blob/63a176c9da674e84e1861d5d53330e8611a471bb/manifest.json#L6) This should be an regular `&`

Please don't delete other plugin entries

Keep it, and add your entry below

Please add some screenshots/GIF's on how to use your plugin. In general, the README could be fleshed out a bit.