Johannes Theiner

Results 730 comments of Johannes Theiner

[.setButtonText('Add Todo File')](https://github.com/rioskit/obsidian-todo-txt-mode/blob/3b18b266cc4aaadd482178b24c818f9d79736c44/src/settings.ts#L130) [Use sentence case in UI](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Use+sentence+case+in+UI)

Ignore the merge conflicts, we will handle that when merging

[container.createEl("h1", { text: "Chart Settings" });](https://github.com/Scottua25/Frontmatter_Charts_plugin/blob/39fb31a90ca4c232cc9e302059ec327317eb21e3/src/settings-tab.ts#L40), [const h3 = document.createElement("h3");](https://github.com/Scottua25/Frontmatter_Charts_plugin/blob/39fb31a90ca4c232cc9e302059ec327317eb21e3/src/settings-tab.ts#L42-L44) [Don't add a top-level heading in the settings tab, such as "General", "Settings", or the name of your plugin.](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Only+use+headings+under+settings+if+you+have+more+than+one+section.) [.setName("Add...

You missed two of the sentence case changes.

You are still missing one of the sentence case changes: https://github.com/Scottua25/Frontmatter_Charts_plugin/blob/48a5ec6f689a5281a5d81bec31e46cefd8aa9463/src/newChartModal.ts#L112

Please change the GIF in the readme to something with no political content. [Copyright (C) 2020-2025 by Kunal Jain.](https://github.com/kunalJa/VariantEditor/blob/040e4e97393686daf2b9d42b8c4b14bc2efd7961/LICENSE#L1) Your plugin did not exist in 2020. [name: 'Create Variant from...

Most Obsidian plugins & Obsidian itself only load their settings on startup. You need to restart Obsidian for changes to settings to be visible on other devices. This is a...

[new Setting(containerEl)](https://github.com/maigamo/tomato-clock/blob/871cf4384434d9a88171536817d7c2ed35daee3c/src/main.ts#L244-L247) [Don't add a top-level heading in the settings tab, such as "General", "Settings", or the name of your plugin.](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Only+use+headings+under+settings+if+you+have+more+than+one+section.) This should not be a setting, use the `getLanguage()`...

[# Obsidian Diary ICS](https://github.com/mousebomb/obsidian-diary-ics/blob/fee0a6e5a4cc76710ac944b8c0d8e2560206a54b/README_zh.md#L1), [# Obsidian Diary ICS](https://github.com/mousebomb/obsidian-diary-ics/blob/fee0a6e5a4cc76710ac944b8c0d8e2560206a54b/README.md#L1) Naming something "Obsidian xyz" is reserved for first party products we create, please change this header. [portSetting: "HTTP Server Port",](https://github.com/mousebomb/obsidian-diary-ics/blob/fee0a6e5a4cc76710ac944b8c0d8e2560206a54b/src/lang.ts#L77), [headingLevelSetting: "Heading...

[This plugin is useful if you ever copy-paste from a PDF.](https://github.com/HandcartCactus/obsidian-remove-newlines/blob/f3c4ac4a446c7d13d0e8d3af78f31081923372c5/manifest.json#L6). Avoid including sentences like "This plugin helps with ...." in your description, it should be self-evident that this is...