forked from omnivore-app/obsidian-omnivore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add link to our discord server in the settings
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -758,7 +758,7 @@ class OmnivoreSettingTab extends PluginSettingTab { | |
}); | ||
|
||
const help = containerEl.createEl("p"); | ||
help.innerHTML = `For more information, please visit the <a href="https://github.com/omnivore-app/obsidian-omnivore/blob/master/README.md">plugin's GitHub page</a> or email us at <a href="mailto:[email protected]">[email protected]</a>.`; | ||
help.innerHTML = `For more information, please visit our <a href="https://github.com/omnivore-app/obsidian-omnivore">GitHub page</a>, email us at <a href="mailto:[email protected]">[email protected]</a> or join our <a href="https://discord.gg/h2z5rppzz9">Discord server</a>.`; | ||
|
||
// script to make collapsible sections | ||
const coll = document.getElementsByClassName("omnivore-collapsible"); | ||
|