Add optional settings message

This commit is contained in:
Cellaryllis 2024-10-14 09:06:11 +00:00 committed by GitHub
parent c95a29928d
commit eebea07959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -518,6 +518,18 @@
"description": "Explains how to use markdown links",
"title": "Markdown image links",
"text": "To use links in your markdown fields with ![]() you need to use a service that allows hotlinking from external apps. Discord does not support hotlinking from outside the Discord app, using Discord links will cause your images to dissapear soon after. You can browse the internet for services that allow you to host images that can be hotlinked from externally."
},
{
"friendlyName": "Optional settings",
"category": "support",
"names": [
"optional",
"optionalsettings",
"optionaloptions"
],
"description": "Explains why features dont always receive optional settings",
"title": "Optional settings",
"text": "Unfortunately as SP is run and coded by a single developer, so there isn't the resources nor time available to make everything as optional and customizable as people may wish. The developer has to prioritize hotfixes, bugs, and occasionally new features! So making most things optional is currently considered out of scope."
}
]
}