site/_includes/layouts/pages/fediverse/iceshrimp/tips.njk
Ruben a652971a27
All checks were successful
/ build (push) Successful in 4m35s
better file structure, cleanup
2025-10-27 09:20:00 -05:00

54 lines
No EOL
3.4 KiB
Text

<!-- iceshrimp tips & tricks -->
<article window id="tips">
<div class="header">
<div class="titlebar-icon" aria-hidden="true">
<span class="icon tabler--info-circle"></span>
</div>
<a href="#tips">Tips & Tricks</a>
<window-controls aria-hidden="true">
<icon-tabler minimize></icon-tabler>
<icon-tabler maximize></icon-tabler>
<close-button aria-hidden="true">
<icon-tabler x></icon-tabler>
</close-button>
</window-controls>
</div>
<section>
<h2><a href="#tips">Tips & Tricks</a></h2>
<p>A few notable, useful worth-sharing tips & tricks for Iceshrimp users. You may also suggest any to be added here.</p>
<hr class="solid">
<details class="styled">
<summary>Remove all inaccessible followers-only replies <span class="icon tabler--arrow-autofit-height"></span></summary>
<section>
<p>Iceshrimp.NET, by default, will show <i>all</i> replies, including those that are replies to posts that are inaccessible to you, even if you aren't using the default frontend. For most users, this is <i>unwanted</i> behavior.</p>
<p>To disable it, first:</p>
<ul>
<li>Enter your <a href="https://beeping.synth.download/settings" target="_blank">account settings</a></li>
<li>Click the "Account" tab on the left</li>
<li>Find and enable "Filter replies to inaccessible notes"</li>
</ul>
<p>This should disable them on the official frontend. However, if you use a custom/alternative client, they may still show up via <span style="text-transform: none;">"RE: 🔒"</span> posts. To disable these, we simply put a custom word filter:</p>
<ul>
<li>Enter your <a href="https://beeping.synth.download/settings" target="_blank">account settings</a></li>
<li>Click the "Filters" tab on the left</li>
<li>Create a new filter.</li>
<ul>
<li>The Filter Name is required, but can be whatever. Name it something like "Disable inaccessible replies".</li>
<li>For the keywords, simply type in <span style="text-transform: none;">"RE: 🔒"</span> <i>(without the quotation marks)</i> then press the "Add" button below it.</li>
<li>Set the Filter Action to "Hide".</li>
<li>Add everything from the "Filter Contexts" list.</li>
<li>Set the expiry date to whatever in the future, like 09/09/9999 for example.</li>
</ul>
</ul>
<p>After that, all inaccessible replies shall now vanish.</p>
</section>
</details>
<details class="styled">
<summary>Emoji reactions in Phanpy <span class="icon tabler--arrow-autofit-height"></span></summary>
<section>
<p>The Phanpy frontend has <i>some</i> support for emoji reactions. Specifically though, only showing them in notifications.</p>
<p>To enable support for at least showing them rather than displaying a broken notification for each reaction, simply log into Phanpy again with the "This app is intended for Pleroma or Akkoma" flag enabled.</p>
</section>
</details>
</section>
</article>