enhancement: add missing default templates for 16 service types #227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The install SQL includes default templates for 22 of 38 service types. The remaining 16 fall back to the generic "default" template, losing platform-specific formatting conventions.
Missing Default Templates
tiktok{social}\n\n{hashtags}(caption-focused, no URL)nostr{social}\n\n{url}(plain text, NIP-01)whatsapp*{title}*\n\n{chat}\n\n{url}(WhatsApp bold)googlechat*{title}*\n\n{chat}\n\n{url}(Google Chat bold)matrix**{title}**\n\n{chat}\n\n{url}(Matrix markdown)devto{title}\n\n{introtext}\n\n{url}(blog-style)ghost{title}\n\n{introtext}\n\n{url}(blog-style)hashnode{title}\n\n{introtext}\n\n{url}(blog-style)blogger{title}\n\n{introtext}\n\n{url}(blog-style)rssfeed{title}\n\n{introtext}\n\n{url}(feed item)activitypub{social}\n\n{url}\n\n{hashtags}(fediverse-style)googlebusiness{social}\n\n{url}(GMB post)tumblr{social}\n\n{url}\n\n{hashtags}(Tumblr tags)constantcontact<h1>{email_subject}</h1>\n{email_body}\n<p><a href="{url}">Read more</a></p>(email)convertkit<h1>{email_subject}</h1>\n{email_body}\n<p><a href="{url}">Read more</a></p>(email)File
source/packages/com_mokosuitecross/sql/install.mysql.sql-- add INSERT statements after the existing default templates.Also needs a migration SQL update file for existing installations.
Impact
Branch created:
feature/227-enhancement-add-missing-default-template