<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Chuns Chen</title>
        <link>https://chunschen.com/en</link>
        <description>Personal website</description>
        <lastBuildDate>Fri, 17 Apr 2026 10:38:36 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved 2026, Chuns Chen</copyright>
        <item>
            <title><![CDATA[Basic writing and formatting syntax]]></title>
            <link>https://chunschen.com/en/blog/demo</link>
            <guid>https://chunschen.com/en/blog/demo</guid>
            <pubDate>Sun, 10 Oct 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[Create sophisticated formatting for your prose and code on GitHub with simple syntax.]]></description>
            <content:encoded><![CDATA[<p>Thanks for checking out this early peek into the future of Bear. With this alpha test—code named Panda—we’re focusing on some major new features for the Editor <em>inside</em> of Bear. That means some of its other major components like tags and the Sidebar aren’t here yet. Eventually, we’ll get them in here too.</p>
<p>We’d love to hear your <a href="https://beta.bear.app/c/feedback/5">feedback</a> and <a href="https://beta.bear.app/c/bug-reports/6">bug reports</a>. Now, check out the list of what’s new and how to use some of these features.</p>
<h3 id="markdown-improved"><a class="anchor" href="#markdown-improved"><span class="icon icon-link"></span></a>Markdown, ==improved==</h3>
<ul>
<li>Bear is switching from Polar to <a href="https://commonmark.org">CommonMark</a>, a more standard and compatible version of Markdown for adding style to plain text</li>
<li>Markdown is now hidden by default when not editing, making for a cleaner look and easier reading</li>
<li>Nest styles to combine things like <em><a href="https://bear.app/alpha/">italics and links</a></em> or add tags and links to headers</li>
</ul>
<p>All formatting options are now one tap away in our custom keyboard. Some options like attachments, the camera, and time &#x26; date have a secondary menu if you tap and hold on the button. For example, hold the attachments button for the new Document Scanner.</p>
<h3 id="tables"><a class="anchor" href="#tables"><span class="icon icon-link"></span></a>Tables</h3>
<p>Tables are coming to Bear! Create them from the new custom keyboard, which changes layout when editing a table to offer unique controls.</p>
<table>
<thead>
<tr>
<th>Name</th>
<th align="center">Snuggle Factor</th>
<th align="right">Learn More</th>
</tr>
</thead>
<tbody>
<tr>
<td>🐻 Bear</td>
<td align="center">Snuggly</td>
<td align="right"><a href="https://bear.app">Bear.app</a></td>
</tr>
<tr>
<td>🐼 Panda</td>
<td align="center"><strong>Also Snuggly</strong></td>
<td align="right"><a href="https://bear.app/alpha/">Alpha</a></td>
</tr>
<tr>
<td>🐸 Shiny Frog</td>
<td align="center">Less Snuggly</td>
<td align="right"><a href="http://shinyfrog.net">The Team</a></td>
</tr>
</tbody>
</table>
<h3 id="footnotes"><a class="anchor" href="#footnotes"><span class="icon icon-link"></span></a>Footnotes</h3>
<p>Footnotes are a great way to include tertiary information, cite sources, or expand on a related topic, like this<sup><a href="#user-content-fn-1" id="user-content-fnref-1" data-footnote-ref aria-describedby="footnote-label">1</a></sup>. To navigate to a footnote, tap its number like the one here <sup><a href="#user-content-fn-2" id="user-content-fnref-2" data-footnote-ref aria-describedby="footnote-label">2</a></sup>.</p>
<h2 id="better-tools-to-work-with-images"><a class="anchor" href="#better-tools-to-work-with-images"><span class="icon icon-link"></span></a>Better tools to work with #images</h2>
<p>Resize, crop, and add multiple photos to a note at once.</p>
<p>Tap and hold a photo (like the one below) to resize or crop it.</p>
<p><img src="https://i.loli.net/2021/11/18/HXcefq6S5Uxd1mp.jpg" alt="IMG_0295.jpeg">
Oh, and tap GIFs to play them!</p>
<h3 id="sketcher"><a class="anchor" href="#sketcher"><span class="icon icon-link"></span></a>Sketcher</h3>
<p>The all-new Sketcher in Panda now uses Apple’s PencilKit tools.</p>
<ul>
<li>Add sketches anywhere in a note from our custom keyboard</li>
<li>Edit sketches any time later</li>
<li>Shape recognition - Draw a freehand line, square, triangle, or circle, pause at the end, and Bear will turn it into a proper shape with straight lines or smooth curves</li>
</ul>
<p>Feel free to unleash your inner artist on the Bear sketch below.</p>
<h3 id="folding"><a class="anchor" href="#folding"><span class="icon icon-link"></span></a>Folding</h3>
<p>Focus on a section of a note by folding (hiding) others. To fold a part of a note, tap a header, tap the button on the left, then tap <strong>Toggle Folding</strong>. To reveal a folded section, tap the <strong>(...)</strong> button at the end of its name. Try it on the folded section below.</p>
<h4 id="heres-a-folded-section-you-can-play-with"><a class="anchor" href="#heres-a-folded-section-you-can-play-with"><span class="icon icon-link"></span></a>Here’s a folded section you can play with</h4>
<p>Peekaboo!</p>
<h2 id="how-you-can-help"><a class="anchor" href="#how-you-can-help"><span class="icon icon-link"></span></a>How you can help</h2>
<p>All these new features need lots of testing, and we’d love to have your help! You can edit this note or create a new one by tapping <strong>Back</strong> in the upper left, then <strong>Create Document</strong>. Whichever way you go:</p>
<ol>
<li>Try as many features as possible</li>
<li>Tap the <strong>BIU button</strong> in the keyboard bar for the new custom keyboard editing options</li>
<li>You can also write plain Markdown, of course</li>
<li>Share bug reports and feedback in our <a href="https://beta.bear.app/c/bug-reports/6">testing forum</a> (please not on social media)</li>
</ol>
<p>You can recover this Welcome Note any time from the menu in the upper right.</p>
<h2 id="important-links"><a class="anchor" href="#important-links"><span class="icon icon-link"></span></a>Important links</h2>
<table>
<thead>
<tr>
<th>Share your feedback</th>
<th><a href="https://beta.bear.app/c/feedback/5">Feedback forum</a></th>
</tr>
</thead>
<tbody>
<tr>
<td>Report a bug</td>
<td><a href="https://beta.bear.app/c/bug-reports/6">Bug forum</a></td>
</tr>
<tr>
<td>Alpha test page</td>
<td><a href="https://bear.app/alpha/">bear.app/alpha/</a></td>
</tr>
</tbody>
</table>
<h2 id="footnotes-1"><a class="anchor" href="#footnotes-1"><span class="icon icon-link"></span></a>Footnotes</h2>
<section data-footnotes class="footnotes"><h2 id="footnote-label" class="sr-only"><a class="anchor" href="#footnote-label"><span class="icon icon-link"></span></a>Footnotes</h2>
<ol>
<li id="user-content-fn-1">
<p>Did you know the <a href="https://en.wikipedia.org/wiki/Note_(typography)?wprov=sfti1">invention of the footnote</a> is credited to Richard Jugge, the London-based printer of the Bishops’ Bible in 1568? <a href="#user-content-fnref-1" data-footnote-backref class="data-footnote-backref" aria-label="Back to content">↩</a></p>
</li>
<li id="user-content-fn-2">
<p>Tap either of these numbers here to navigate back to its reference in the note <a href="#user-content-fnref-2" data-footnote-backref class="data-footnote-backref" aria-label="Back to content">↩</a></p>
</li>
</ol>
</section>]]></content:encoded>
        </item>
    </channel>
</rss>