Skip to content

Matrix Checkbox Labels & Podcast #2338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/podcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ layout: default

<h1 class="post-title">Podcast</h1>

Join Bitcoin Optech as we discuss Bitcoin and Lightning technology each week and review our newsletters.
Join us for the weekly Bitcoin Optech Recap on <a href="https://riverside.fm/studio/bitcoin-optech">Riverside</a> at 16:30 UTC as we discuss Bitcoin and Lightning technology and review our newsletters.

{% include functions/podcast-links.md %}

Expand Down
28 changes: 21 additions & 7 deletions en/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,30 @@ th, td {
<td style="border-style:hidden;"></td>
<td style="border-style:hidden;text-align:left;vertical-align: top;font-size:14px;">
<font size="3"><b>Select features to display:</b></font><br>
&#160;<input type="checkbox" id="showPlatform">Platform<br>
&#160;<input type="checkbox" id="showHWInterface">Hardware Wallet Interface<br>
&#160;<input type="checkbox" id="showFeeBumping">Fee Bumping<br>
&#160;<input type="checkbox" id="showDescriptors">Descriptors<br>
&#160;<input type="checkbox" id="showMultiPartyTxn">Multi-Party<font size="1"> (PSBT, MuSig2, Coinjoin, Payjoin)</font><br>
&#160;<label>
<input type="checkbox" id="showPlatform">Platform<br>
</label>
&#160;<label>
<input type="checkbox" id="showHWInterface">Hardware Wallet Interface<br>
</label>
&#160;<label>
<input type="checkbox" id="showFeeBumping">Fee Bumping<br>
</label>
&#160;<label>
<input type="checkbox" id="showDescriptors">Descriptors<br>
</label>
&#160;<label>
<input type="checkbox" id="showMultiPartyTxn">Multi-Party<font size="1"> (PSBT, MuSig2, Coinjoin, Payjoin)</font><br>
</label>
</td>
<td style="border-style:hidden;text-align:left;vertical-align: top;font-size:14px;">
<font size="3"><b></b></font><br>
&#160;<input type="checkbox" id="showPC_SilentPayments">Payment Codes, Silent Payments<br>
&#160;<input type="checkbox" id="showLightning">Lightning<br>
&#160;<label>
<input type="checkbox" id="showPC_SilentPayments">Payment Codes, Silent Payments<br>
</label>
&#160;<label>
<input type="checkbox" id="showLightning">Lightning<br>
</label>
</td>
<td style="border-style:hidden;text-align:left;vertical-align: top;font-size:14px;">
<font size="3"><b>Legend:</b></font><br>
Expand Down
7 changes: 3 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ layout: home
Bitcoin Optech helps Bitcoin users and businesses integrate scaling
technologies.

We provide [workshops][], [weekly
newsletters][], [case studies and
announcements][blog], [analysis of Bitcoin software and
services][matrix], a [podcast][], and help facilitate improved relations between
We provide [weekly newsletters][], a [podcast][], [case studies and
announcements][blog], [analyses of Bitcoin software and
services][matrix], [workshops][] and help to facilitate improved relations between
businesses
and the open source community.

Expand Down