<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>qnotebook</title>
    <subtitle>A PyQt6 wiki editor with true WYSIWYG editing over plain markdown files.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://qnotebook.org/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://qnotebook.org"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-05-14T00:00:00+00:00</updated>
    <id>https://qnotebook.org/atom.xml</id>
    <entry xml:lang="en">
        <title>Hello from qnotebook</title>
        <published>2026-05-14T00:00:00+00:00</published>
        <updated>2026-05-14T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://qnotebook.org/blog/hello/"/>
        <id>https://qnotebook.org/blog/hello/</id>
        
        <content type="html" xml:base="https://qnotebook.org/blog/hello/">&lt;p&gt;This is the first post on the new qnotebook site.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-a-wysiwyg-markdown-editor&quot;&gt;Why a WYSIWYG markdown editor&lt;&#x2F;h2&gt;
&lt;p&gt;Plain-text notebooks are great until you want a checklist, a table, or a
clean heading hierarchy without staring at hashes. qnotebook keeps the
files plain markdown on disk but lets you edit them like a document.&lt;&#x2F;p&gt;
&lt;pre&gt;&lt;code data-lang=&quot;python&quot;&gt;def md_to_qdoc(md: str) -&amp;gt; QDoc:
    &amp;quot;&amp;quot;&amp;quot;Round-trip property: qdoc_to_md(md_to_qdoc(md)) == md.&amp;quot;&amp;quot;&amp;quot;
    ...
&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;h2 id=&quot;what-s-next&quot;&gt;What’s next&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Equation rendering polish&lt;&#x2F;li&gt;
&lt;li&gt;Faster initial backlink scan on large notebooks&lt;&#x2F;li&gt;
&lt;li&gt;A real screenshot on this page&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        
    </entry>
</feed>
