···53535454 new Setting(containerEl)
5555 .setName("Auth service")
5656+ // This contains the acronym "PDS", a term used for AT Protocol
5757+ // as well as URL, an acronym
5658 // eslint-disable-next-line obsidianmd/ui/sentence-case
5759 .setDesc("PDS or PDS entryway URL (leave empty to use bsky.social service) ")
5860 .addText((text) =>
5961 text
6262+ // This is a URL and should not be sentence-cased
6063 // eslint-disable-next-line obsidianmd/ui/sentence-case
6164 .setPlaceholder("https://bsky.social")
6265 .setValue(this.plugin.settings.serviceUrl)
+1
src/views/atmark.ts
···4747 }
48484949 getDisplayText() {
5050+ // This is the name of the plugin, which contains the acronym "AT"
5051 // eslint-disable-next-line obsidianmd/ui/sentence-case
5152 return "ATmark";
5253 }