mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#template

2 posts2 participants0 posts today
Dr. Juande Santander-Vela<p>Today I Learned something, and I want to make a Public Service Announcement: you can create a link that pre-populates fields in Jira before you submit them!</p><p>If your server is jira.example.com, then you can use `CreateIssueDetails!init.jspa` with a URL that has the different fields in it.</p><p>For instance:</p><p><a href="https://jira.alma.cl/secure/CreateIssueDetails!init.jspa?pid=1234&amp;issuetype=2&amp;customfield_11011=1011&amp;customfield_11013=12013&amp;priority=5&amp;summary=Please+enter+your+ticket+summary" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jira.alma.cl/secure/CreateIssu</span><span class="invisible">eDetails!init.jspa?pid=1234&amp;issuetype=2&amp;customfield_11011=1011&amp;customfield_11013=12013&amp;priority=5&amp;summary=Please+enter+your+ticket+summary</span></a></p><p>Would create an issue with summary "Please enter your ticket summary" in the project whose `pid` is 1234, of the type encoded by `issuetype=2`, and values for the custom fields encoded by 11011 and 11013 with the options set by values 1011 and 12013, respectively, with the priority encoded by value 5.</p><p>You need to find the values for those options custom fields by looking, for instance, at the XML export of a ticket you want to use as template.</p><p>For instance, if there is a ticket <a href="https://jira.example.com/browse/EXAMPLE-1" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jira.example.com/browse/EXAMPL</span><span class="invisible">E-1</span></a>, you can export it to XML, and look for `project id`, and the number after it is what you have to put after `pid`. Then look for the name of other custom fields, and use the content of the `customfield id` that provides it, and equal it to the value of `customfieldvalue key`.</p><p>And for priority, use the value after `priority id` that matches the priority that you want.</p><p>Hope that's useful!</p><p><a href="https://astrodon.social/tags/TIL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIL</span></a> <a href="https://astrodon.social/tags/PSA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PSA</span></a> <a href="https://astrodon.social/tags/TodayILearned" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TodayILearned</span></a> <a href="https://astrodon.social/tags/PublicServiceAnnouncement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PublicServiceAnnouncement</span></a> <a href="https://astrodon.social/tags/Jira" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jira</span></a> <a href="https://astrodon.social/tags/Atlassian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Atlassian</span></a> <a href="https://astrodon.social/tags/AtlassianJira" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AtlassianJira</span></a> <a href="https://astrodon.social/tags/Template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Template</span></a></p>
Claudio Pires<p>Music WordPress Theme - Powering your new music, band, artist, music industry, fan club website to new heights. Responsive, fast, interesting interaction feature packed &amp; supported by top authors <a href="https://visualmodo.com/theme/music-wordpress-theme/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">visualmodo.com/theme/music-wor</span><span class="invisible">dpress-theme/</span></a><br>🎵🎶🔈🎤📢🎧<br><a href="https://mastodon.social/tags/Music" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Music</span></a> <a href="https://mastodon.social/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://mastodon.social/tags/Theme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Theme</span></a> <a href="https://mastodon.social/tags/Template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Template</span></a> <a href="https://mastodon.social/tags/Plugins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plugins</span></a> <a href="https://mastodon.social/tags/Band" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Band</span></a> <a href="https://mastodon.social/tags/PageBuilder" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PageBuilder</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDevelopment</span></a> <a href="https://mastodon.social/tags/Artist" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Artist</span></a> <a href="https://mastodon.social/tags/Website" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Website</span></a> <a href="https://mastodon.social/tags/Sound" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sound</span></a></p>
LornaJane Too many open source projects suffer from inadequate documentation, and that hurts their adoption, their communities, and puts more burden on maintainers. Many people who create open source software don’t see see themselves as writers, but today I’m sharing tips for documenting open source projects without it needing to take up a huge amount of time to get something published and ready for (docs) contributions. […] <p><a href="https://lornajane.net/posts/2025/just-enough-docs" class="" rel="nofollow noopener noreferrer" target="_blank">https://lornajane.net/posts/2025/just-enough-docs</a></p>
Hireillo - Hire an Illustrator<p>Ahoy, self-publishing authors and children's illustrators! We have the perfect thing for you! Buy our Ultimate Artist Contract and The Self-Publisher's Guide to commissioning children's illustrators together for $57 and save $11!</p><p><a href="https://shop.hireillo.com/l/guide-contract-bundle" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">shop.hireillo.com/l/guide-cont</span><span class="invisible">ract-bundle</span></a></p><p><a href="https://illo.social/tags/childrensillustration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>childrensillustration</span></a> <a href="https://illo.social/tags/selfpublishing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfpublishing</span></a> <a href="https://illo.social/tags/contract" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>contract</span></a> <a href="https://illo.social/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a></p>
Some Bits: Nelson's Linkblog<p>Python t-strings: Language support for templates in a nice way, an evolution of f-strings<br><a href="https://davepeck.org/2025/04/11/pythons-new-t-strings/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">davepeck.org/2025/04/11/python</span><span class="invisible">s-new-t-strings/</span></a><br> <a href="https://tech.lgbt/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://tech.lgbt/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://tech.lgbt/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://tech.lgbt/tags/code" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>code</span></a> #+</p>
SkypLabs<p>We have migrated our OpenTofu/Terraform module template from GitHub to <span class="h-card" translate="no"><a href="https://social.anoxinon.de/@Codeberg" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Codeberg</span></a></span>.</p><p><a href="https://codeberg.org/SkypLabs/terraform-module-template" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/SkypLabs/terrafor</span><span class="invisible">m-module-template</span></a></p><p>It follows the standard module structure as described in the OpenTofu documentation, plus some non-standard but commonly used files and folders. The template also comprises a pre-commit configuration file.</p><p>Feel free to use it (public domain licensed), and if you do, don't hesitate to share your feedback with us if necessary!</p><p><a href="https://infosec.exchange/tags/OpenTofu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenTofu</span></a> <a href="https://infosec.exchange/tags/Terraform" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Terraform</span></a> <a href="https://infosec.exchange/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> <a href="https://infosec.exchange/tags/DevSecOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevSecOps</span></a> <a href="https://infosec.exchange/tags/IaC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IaC</span></a> <a href="https://infosec.exchange/tags/Template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Template</span></a></p>
mt<p><a href="https://unfufadoo.net/tags/mt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mt</span></a> <a href="https://unfufadoo.net/tags/meme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meme</span></a> <a href="https://unfufadoo.net/tags/templates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>templates</span></a> <a href="https://unfufadoo.net/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://unfufadoo.net/tags/memetemplates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplates</span></a> <a href="https://unfufadoo.net/tags/images" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>images</span></a> <a href="https://unfufadoo.net/tags/memetemplate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplate</span></a></p>
AlignedGames<p>Check out my new asset on the Unity Store: </p><p>Horror FPS Endless Unique Full Game Template</p><p>- 180+ modular 3D assets<br>- 44+ scripts<br>- UI, audio, and everything else!</p><p>50% off for launch!</p><p><a href="https://assetstore.unity.com/packages/templates/packs/horror-fps-endless-unique-full-game-template-315065" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">assetstore.unity.com/packages/</span><span class="invisible">templates/packs/horror-fps-endless-unique-full-game-template-315065</span></a></p><p><a href="https://www.youtube.com/watch?v=tQY6iYS-6r8&amp;ab_channel=AlignedGames" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=tQY6iYS-6r</span><span class="invisible">8&amp;ab_channel=AlignedGames</span></a></p><p><a href="https://mastodon.social/tags/unity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unity</span></a> <a href="https://mastodon.social/tags/assetstore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>assetstore</span></a> <a href="https://mastodon.social/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://mastodon.social/tags/shooter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shooter</span></a> <a href="https://mastodon.social/tags/fps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fps</span></a></p>
Claudio Pires<p>Architect WordPress theme - Interior design &amp; architecture responsive template. A WordPress theme for interior studio, construction, residential design, interior design, furniture and much more <a href="https://visualmodo.com/theme/architect-wordpress-theme/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">visualmodo.com/theme/architect</span><span class="invisible">-wordpress-theme/</span></a> Build any architecture site design without coding with Visualmodo! 🏦⛪🏫🏚️🏤<br><a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/HTML5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML5</span></a> <a href="https://mastodon.social/tags/CSS3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS3</span></a> <a href="https://mastodon.social/tags/Template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Template</span></a> <a href="https://mastodon.social/tags/Plugins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plugins</span></a> <a href="https://mastodon.social/tags/Themes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Themes</span></a> <a href="https://mastodon.social/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://mastodon.social/tags/Responsive" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Responsive</span></a> <a href="https://mastodon.social/tags/InteriorDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>InteriorDesign</span></a> <a href="https://mastodon.social/tags/Architect" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Architect</span></a> <a href="https://mastodon.social/tags/Urbanism" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Urbanism</span></a> <a href="https://mastodon.social/tags/Architecture" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Architecture</span></a> <a href="https://mastodon.social/tags/Building" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Building</span></a> <a href="https://mastodon.social/tags/Room" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Room</span></a> <a href="https://mastodon.social/tags/Furniture" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Furniture</span></a> <a href="https://mastodon.social/tags/Studios" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Studios</span></a></p>
Claudio Pires<p>Wedding WordPress theme - Smart responsive events and celebration WordPress theme. Build any wedding website design without coding with our clean, modern, stylish, landing-page and photography template <a href="https://visualmodo.com/theme/wedding-wordpress-theme/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">visualmodo.com/theme/wedding-w</span><span class="invisible">ordpress-theme/</span></a><br>Build your own wedding website with Visualmodo WordPress themes! 👨‍❤️‍💋‍👨💌📷🎥❤️💍😍<br><a href="https://mastodon.social/tags/webdesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdesign</span></a> <a href="https://mastodon.social/tags/HTML5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML5</span></a> <a href="https://mastodon.social/tags/CSS3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS3</span></a> <a href="https://mastodon.social/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://mastodon.social/tags/plugins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>plugins</span></a> <a href="https://mastodon.social/tags/themes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>themes</span></a> <a href="https://mastodon.social/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://mastodon.social/tags/onepage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>onepage</span></a> <a href="https://mastodon.social/tags/ecommerce" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ecommerce</span></a> <a href="https://mastodon.social/tags/responsive" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>responsive</span></a> <a href="https://mastodon.social/tags/retina" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retina</span></a> <a href="https://mastodon.social/tags/photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>photography</span></a> <a href="https://mastodon.social/tags/wedding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wedding</span></a> <a href="https://mastodon.social/tags/website" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>website</span></a> <a href="https://mastodon.social/tags/events" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>events</span></a> <a href="https://mastodon.social/tags/married" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>married</span></a> <a href="https://mastodon.social/tags/celebration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>celebration</span></a></p>
Python Rennes<p>une proposition d'évolution de <a href="https://social.breizhcamp.org/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> (PEP) a été proposée pour ajouter le concept de t-string : <a href="https://peps.python.org/pep-0750/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">peps.python.org/pep-0750/</span><span class="invisible"></span></a>. </p><p>"t" pour <a href="https://social.breizhcamp.org/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a>, le concept ressemble beaucoup aux f-strings avec un découplage entre la création du template et l'intégration des valeurs à y mettre dedans. Cela permet notamment d'implémenter différentes vérifications et transformations de valeur pour éviter les risques d'injection <a href="https://social.breizhcamp.org/tags/SQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQL</span></a> ou <a href="https://social.breizhcamp.org/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> par exemple</p>
NFDI4Chem<p>What a success 💪</p><p>Since our template for a <a href="https://nfdi.social/tags/data" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>data</span></a> <a href="https://nfdi.social/tags/management" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>management</span></a> <a href="https://nfdi.social/tags/plans" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>plans</span></a> (DMP) went online, researchers have used the <a href="https://nfdi.social/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> for <a href="https://nfdi.social/tags/chemistry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chemistry</span></a> and have already created over 90 DMPs &amp; 25 data policies. What a success for the researchers, who have saved a lot of time.🕗 &amp; for us, that our tool has been so well received.</p><p>Do you also need a DMP for your <a href="https://nfdi.social/tags/research" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>research</span></a> or third-party funding? Use our template according to DFG standards and create your DMP quickly and easily - for FREE.</p><p><a href="https://bit.ly/40X1Zv5" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/40X1Zv5</span><span class="invisible"></span></a></p>
Claudio Pires<p>IT WordPress theme <a href="https://visualmodo.com/theme/it-wordpress-theme/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">visualmodo.com/theme/it-wordpr</span><span class="invisible">ess-theme/</span></a> for modern technology, startups, and innovative companies. The theme is just as innovative itself to let you build a website with powerful functionality, yet not requiring much time or effort for you. All the features and functionality that any startup needs letting you create a website for your company or innovation industry 📱🖥🔌🛰👨‍💻 <a href="https://mastodon.social/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://mastodon.social/tags/theme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>theme</span></a> <a href="https://mastodon.social/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://mastodon.social/tags/plugins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>plugins</span></a> <a href="https://mastodon.social/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.social/tags/startup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>startup</span></a> <a href="https://mastodon.social/tags/business" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>business</span></a> <a href="https://mastodon.social/tags/webdesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdesign</span></a> <a href="https://mastodon.social/tags/webdevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdevelopment</span></a> <a href="https://mastodon.social/tags/website" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>website</span></a></p>
Leto Price<p>Hey! If you use carrd.co and want a "Linktree" Page I made a Template for that! Check it out here: </p><p><a href="https://annoyedpenguin.com/linktree" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">annoyedpenguin.com/linktree</span><span class="invisible"></span></a></p><p><a href="https://woof.tech/tags/carrd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>carrd</span></a> <a href="https://woof.tech/tags/carrdco" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>carrdco</span></a> <a href="https://woof.tech/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://woof.tech/tags/free" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>free</span></a> <a href="https://woof.tech/tags/website" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>website</span></a></p>
mt<p>Thank you to everyone in our community! Here's our top favorited post as of now:</p><p><a href="https://unfufadoo.net/tags/mt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mt</span></a> <a href="https://unfufadoo.net/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://unfufadoo.net/tags/memetemplate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplate</span></a> <a href="https://unfufadoo.net/tags/meme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meme</span></a> <a href="https://unfufadoo.net/tags/memetemplates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplates</span></a> <a href="https://unfufadoo.net/tags/templates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>templates</span></a> <a href="https://unfufadoo.net/tags/images" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>images</span></a></p><p>Favorites: 1<br><a href="https://unfufadoo.net/@mt/114135675989556814" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">unfufadoo.net/@mt/114135675989</span><span class="invisible">556814</span></a></p><p><a href="https://unfufadoo.net/tags/image" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>image</span></a> <a href="https://unfufadoo.net/tags/meme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meme</span></a> <a href="https://unfufadoo.net/tags/mastodon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mastodon</span></a> <a href="https://unfufadoo.net/tags/community" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>community</span></a> <a href="https://unfufadoo.net/tags/toots" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>toots</span></a> <a href="https://unfufadoo.net/tags/highlights" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>highlights</span></a></p>
mt<p>Thank you for all your shares and support! Here’s our top reblogged post at the moment:</p><p><a href="https://unfufadoo.net/tags/mt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mt</span></a> <a href="https://unfufadoo.net/tags/templates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>templates</span></a> <a href="https://unfufadoo.net/tags/meme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meme</span></a> <a href="https://unfufadoo.net/tags/memetemplates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplates</span></a> <a href="https://unfufadoo.net/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://unfufadoo.net/tags/images" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>images</span></a> <a href="https://unfufadoo.net/tags/memetemplate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplate</span></a></p><p>Reblogs: 2<br><a href="https://unfufadoo.net/@mt/113250308678014321" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">unfufadoo.net/@mt/113250308678</span><span class="invisible">014321</span></a></p><p><a href="https://unfufadoo.net/tags/image" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>image</span></a> <a href="https://unfufadoo.net/tags/meme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meme</span></a> <a href="https://unfufadoo.net/tags/mastodon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mastodon</span></a> <a href="https://unfufadoo.net/tags/community" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>community</span></a> <a href="https://unfufadoo.net/tags/toots" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>toots</span></a> <a href="https://unfufadoo.net/tags/highlights" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>highlights</span></a></p>
Aircorridor<p>Notion Cybersecurity Study Planner Template</p><p>Whether you're prepping for certifications, keeping up with coursework, or juggling multiple projects, this planner will help you stay productive without burnout.<br><a href="https://airacademy.gumroad.com/l/puzuztk" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">airacademy.gumroad.com/l/puzuz</span><span class="invisible">tk</span></a><br><a href="https://infosec.exchange/tags/cybersecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cybersecurity</span></a> <a href="https://infosec.exchange/tags/notion" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>notion</span></a> <a href="https://infosec.exchange/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://infosec.exchange/tags/hacking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hacking</span></a> <a href="https://infosec.exchange/tags/infosec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>infosec</span></a> <a href="https://infosec.exchange/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a></p>
Claudio Pires<p>Music WordPress Theme - Powering your new music, band, artist, music industry, fan club website to new heights. Responsive, fast, interesting interaction feature packed &amp; supported by top authors <a href="https://visualmodo.com/theme/music-wordpress-theme/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">visualmodo.com/theme/music-wor</span><span class="invisible">dpress-theme/</span></a><br>🎵🎶🔈🎤📢🎧<br><a href="https://mastodon.social/tags/Music" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Music</span></a> <a href="https://mastodon.social/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://mastodon.social/tags/Theme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Theme</span></a> <a href="https://mastodon.social/tags/Template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Template</span></a> <a href="https://mastodon.social/tags/Plugins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plugins</span></a> <a href="https://mastodon.social/tags/Band" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Band</span></a> <a href="https://mastodon.social/tags/PageBuilder" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PageBuilder</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDevelopment</span></a> <a href="https://mastodon.social/tags/Artist" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Artist</span></a> <a href="https://mastodon.social/tags/Website" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Website</span></a> <a href="https://mastodon.social/tags/Sound" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sound</span></a></p>
Aral Balkan<p>New Kitten release</p><p>• Now leaves &lt;style&gt; tags within &lt;template&gt; tags alone when collating and normalising the CSS on a page so as not to interfere with scoped styles in declarative shadow DOM.</p><p>(Kitten’s Streaming HTML workflow¹ – which uses htmx and WebSockets under the hood – combined with built-in support for slots, etc., in Kitten components² means the use of declarative shadow DOM is mostly useful if you want scoped styles. Ideally, of course, use classes to scope styles to your components and be specific in your CSS selectors in general so as not to pollute elements in your components. Although that’s a bit like saying you should floss everyday. Yeah, we all know we should…) :)</p><p>Update: All that said, I’d highly recommend you don’t use Shadow DOM in your Kitten apps. For one thing, htmx’s WebSocket extension doesn’t seem to play well with it. And for another, you really don’t need it and definitely not just to get scoped CSS.</p><p>Enjoy!</p><p>:kitten:💕</p><p>¹ <a href="https://kitten.small-web.org/tutorials/streaming-html/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">kitten.small-web.org/tutorials</span><span class="invisible">/streaming-html/</span></a><br>² <a href="https://kitten.small-web.org/tutorials/components-and-fragments/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">kitten.small-web.org/tutorials</span><span class="invisible">/components-and-fragments/</span></a></p><p><a href="https://mastodon.ar.al/tags/Kitten" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kitten</span></a> <a href="https://mastodon.ar.al/tags/SmallWeb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SmallWeb</span></a> <a href="https://mastodon.ar.al/tags/SmallTech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SmallTech</span></a> <a href="https://mastodon.ar.al/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a> <a href="https://mastodon.ar.al/tags/CSSScoping" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSSScoping</span></a> <a href="https://mastodon.ar.al/tags/ShadowDOM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ShadowDOM</span></a> <a href="https://mastodon.ar.al/tags/shadowRoot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shadowRoot</span></a> <a href="https://mastodon.ar.al/tags/DOM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DOM</span></a> <a href="https://mastodon.ar.al/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/JS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JS</span></a> <a href="https://mastodon.ar.al/tags/style" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>style</span></a> <a href="https://mastodon.ar.al/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a> <a href="https://mastodon.ar.al/tags/declarativeShadowDOM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>declarativeShadowDOM</span></a> <a href="https://mastodon.ar.al/tags/NodeJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJS</span></a> <a href="https://mastodon.ar.al/tags/web" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>web</span></a> <a href="https://mastodon.ar.al/tags/dev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dev</span></a></p>
mt<p><a href="https://unfufadoo.net/tags/mt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mt</span></a> <a href="https://unfufadoo.net/tags/memetemplates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplates</span></a> <a href="https://unfufadoo.net/tags/meme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meme</span></a> <a href="https://unfufadoo.net/tags/templates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>templates</span></a> <a href="https://unfufadoo.net/tags/images" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>images</span></a> <a href="https://unfufadoo.net/tags/memetemplate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memetemplate</span></a> <a href="https://unfufadoo.net/tags/template" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>template</span></a></p>