Skip to content

Commit

Permalink
improve feedback text
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeGirlMurph committed Jun 8, 2024
1 parent 8fa2b46 commit 407e608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class WikipediaSearchSettingTab extends PluginSettingTab {
);

new Setting(containerEl).setName("Feedback, bug reports and feature requests 🌿").setHeading();
const appendix = `<p style="border-top:1px solid var(--background-modifier-border); padding: 0.75em 0; margin: unset;">If you have any kind of feedback, please let me know! No matter how small! I also obsess a lot about small details. I want to make this plugin as useful as possible for everyone. I love to hear about your ideas for new features, all the bugs you found and everything that annoys you. Don't be shy! Just create an issue on <a href="https://github.com/StrangeGirlMurph/obsidian-wikipedia-search">GitHub</a> and I'll get back to you ASAP. ~ Murphy :)</p>
const appendix = `<p style="border-top:1px solid var(--background-modifier-border); padding: 0.75em 0; margin: unset;">If you have any kind of feedback, please let me know! No matter how small! I want to make this plugin as useful as possible for everyone and the only way I can improve this plugin for you is if you tell me about it. I love to hear about your ideas for new features, all the bugs you found and everything that annoys you. Don't be shy! I can also obsess a lot about small details. Just <a href="https://github.com/StrangeGirlMurph/obsidian-wikipedia-search/issues/new/choose">create an issue on GitHub</a> or <a href="mailto:work@murphy-in.space">write me an email</a> and I'll get back to you ASAP. ~ Murphy :)</p>
<p style="margin: unset;">PS: Wikipedia also has a dark mode for everyone with an account.</p>`;
const div = containerEl.createEl("div");
div.innerHTML = appendix;
Expand Down

0 comments on commit 407e608

Please sign in to comment.