<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="https://www.qownnotes.org/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <atom:link href="https://www.qownnotes.org/rss.xml" rel="self" type="application/rss+xml"/>
    <title>QOwnNotes Blog</title>
    <link>https://www.qownnotes.org/</link>
    <description>News about QOwnNotes, the open source markdown note taking application for Linux, macOS and Windows, that works together with Nextcloud Notes</description>
    <language>en-US</language>
    <pubDate>Sat, 25 Apr 2026 12:27:13 GMT</pubDate>
    <lastBuildDate>Sat, 25 Apr 2026 12:27:13 GMT</lastBuildDate>
    <generator>@vuepress/plugin-feed</generator>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <item>
      <title>Layouts and layout presets</title>
      <link>https://www.qownnotes.org/blog/2026-04-14-Layouts-and-layout-presets.html</link>
      <guid>https://www.qownnotes.org/blog/2026-04-14-Layouts-and-layout-presets.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Layouts and layout presets</source>
      <description>Workspaces were renamed to layouts and the preset page was renamed to layout presets.</description>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes now uses clearer names for interface arrangements.</p>
<p>The old <strong>Workspaces</strong> feature is now called <strong>Layouts</strong>.</p>
<p>The old <strong>Layout</strong> settings page is now called <strong>Layout presets</strong>.</p>
<p>This keeps the distinction simpler:</p>
<ul>
<li><strong>Layouts</strong> are your saved interface arrangements</li>
<li><strong>Layout presets</strong> are the built-in starting points you can apply to create a layout</li>
</ul>
<p>Existing saved setups are migrated automatically, including the current layout, the previous layout, layout names, and layout selector shortcuts.</p>
<p>For scripting, the new hook name is <code>layoutSwitchedHook(oldUuid, newUuid)</code>.
Older scripts using <code>workspaceSwitchedHook(oldUuid, newUuid)</code> will still work for now, but they are deprecated and should be updated.</p>
<p>If you want to follow the discussion behind the rename, please take a look at <a href="https://github.com/pbek/QOwnNotes/issues/3564" target="_blank" rel="noopener noreferrer">GitHub issue #3564</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes Webpage Relaunch with VuePress 2, Vue.js 3, and Vuetify 3</title>
      <link>https://www.qownnotes.org/blog/2025-12-30-QOwnNotes-Webpage-Relaunch-with-VuePress-2-Vue-3-and-Vuetify-3.html</link>
      <guid>https://www.qownnotes.org/blog/2025-12-30-QOwnNotes-Webpage-Relaunch-with-VuePress-2-Vue-3-and-Vuetify-3.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Webpage Relaunch with VuePress 2, Vue.js 3, and Vuetify 3</source>
      <description>The QOwnNotes webpage has been completely modernized with VuePress 2, Vue.js 3, and Vuetify 3, bringing improved performance, better accessibility, and a more modern user experience.</description>
      <pubDate>Tue, 30 Dec 2025 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>I'm excited to announce the <strong>complete relaunch</strong> of the QOwnNotes webpage,
now powered by the latest generation of web technologies: <strong>VuePress 2</strong>, <strong>Vue.js 3</strong>, and <strong>Vuetify 3</strong>!</p>
<p>This relaunch is the result of the work done in <a href="https://github.com/pbek/QOwnNotes/issues/3414" target="_blank" rel="noopener noreferrer">#3414</a>.</p>
<p></p>
<h2>Why the Relaunch?</h2>
<p>The QOwnNotes webpage has served our community well for years, but as web technologies have evolved.
<strong>VuePress 1 has reached end of life</strong> and is no longer maintained,
making this migration both necessary and timely.</p>
<h2>What's New?</h2>
<h3>VuePress 2: The Next Generation</h3>
<p>We've migrated from VuePress 1 to <strong>VuePress 2</strong>, which brings:</p>
<ul>
<li><strong>Vite-powered bundling</strong> for lightning-fast build times and hot module replacement during development</li>
<li><strong>Improved plugin system</strong> with better extensibility and maintainability</li>
<li><strong>Enhanced markdown support</strong> with better syntax highlighting and extended features</li>
<li><strong>Better TypeScript support</strong> for more robust code</li>
<li><strong>Optimized production builds</strong> with improved code splitting and lazy loading</li>
</ul>
<h3>Vue.js 3: Modern Reactivity</h3>
<p>The move to <strong>Vue.js 3</strong> provides:</p>
<ul>
<li><strong>Composition API</strong> for more flexible and reusable component logic</li>
<li><strong>Better performance</strong> with a faster virtual DOM and improved reactivity system</li>
<li><strong>Smaller bundle sizes</strong> through tree-shaking and optimized runtime</li>
<li><strong>TypeScript support</strong> built from the ground up</li>
<li><strong>Improved developer experience</strong> with better error messages and debugging tools</li>
</ul>
<h3>Vuetify 3: Material Design at Its Best</h3>
<p>The integration of <strong>Vuetify 3</strong> brings:</p>
<ul>
<li><strong>Material Design 3</strong> components for a modern, polished interface</li>
<li><strong>Improved accessibility</strong> with better ARIA support and keyboard navigation</li>
<li><strong>Responsive design</strong> that works seamlessly across all device sizes</li>
<li><strong>Customizable theme system</strong> with CSS variables for easy styling</li>
<li><strong>Enhanced component library</strong> with more features and better performance</li>
</ul>
<h2>Behind the Scenes</h2>
<p>This relaunch involved:</p>
<ul>
<li>Migrating hundreds of markdown files to the new VuePress 2 format</li>
<li>Rebuilding custom components with Vue.js 3's Composition API</li>
<li>Integrating Vuetify 3 components throughout the site</li>
<li>Updating all plugins to VuePress 2 compatible versions</li>
<li>Implementing comprehensive end-to-end tests with Playwright</li>
<li>Optimizing the build pipeline for faster deployments</li>
</ul>
<h2>The Tech Stack</h2>
<p>Here's what powers the new webpage:</p>
<div class="language-json line-numbers-mode" data-highlighter="prismjs" data-ext="json"><pre><code class="language-json"><span class="line"><span class="token punctuation">{</span></span>
<span class="line">  <span class="token property">"vuepress"</span><span class="token operator">:</span> <span class="token string">"next (v2.x)"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"vue"</span><span class="token operator">:</span> <span class="token string">"^3.x (via VuePress 2)"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"vuetify"</span><span class="token operator">:</span> <span class="token string">"^3.7.4"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"@vuepress/bundler-vite"</span><span class="token operator">:</span> <span class="token string">"next"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"@vuepress/plugin-docsearch"</span><span class="token operator">:</span> <span class="token string">"next"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"@vuepress/plugin-feed"</span><span class="token operator">:</span> <span class="token string">"next"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"@vuepress/plugin-seo"</span><span class="token operator">:</span> <span class="token string">"next"</span><span class="token punctuation">,</span></span>
<span class="line">  <span class="token property">"@vuepress/plugin-sitemap"</span><span class="token operator">:</span> <span class="token string">"next"</span></span>
<span class="line"><span class="token punctuation">}</span></span>
<span class="line"></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div>]]></content:encoded>
    </item>
    <item>
      <title>Universal binary for macOS</title>
      <link>https://www.qownnotes.org/blog/2025-07-22-Universal-binary-for-macOS.html</link>
      <guid>https://www.qownnotes.org/blog/2025-07-22-Universal-binary-for-macOS.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Universal binary for macOS</source>
      <description>QOwnNotes for macOS as Qt6 universal binary</description>
      <pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>After a huge amount of work over many weeks, there now is a <strong>universal binary</strong>
for <strong>macOS</strong>, built with <strong>Qt6</strong> that works natively on <strong>Intel and Apple Silicon Macs</strong>.</p>
<p>The universal binary is available in the <a href="https://github.com/pbek/QOwnNotes/releases" target="_blank" rel="noopener noreferrer">releases on GitHub</a> as <code>QOwnNotes.dmg</code> and is replacing the previous Intel Qt5 build.</p>
<p>You need at least macOS 13 (Ventura) to run the new universal binary,
the Qt5 legacy version will still be available as <code>QOwnNotesQt5.dmg</code>.</p>
<p>A known issue with Qt6 on Intel Macs is that the application might crash on
exit when the logging panel was turned on.</p>
<p>Please visit the <a href="/installation/macos.html" target="_blank">macOS installation page</a> for more information.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Note relations panel</title>
      <link>https://www.qownnotes.org/blog/2025-03-14-Note-relations-panel.html</link>
      <guid>https://www.qownnotes.org/blog/2025-03-14-Note-relations-panel.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Note relations panel</source>
      <description>There is a new panel to show the relations between notes in a graph.</description>
      <pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The note relations panel shows the <strong>relations between the current note and linked notes</strong> several levels deep.</p>
<p><img src="/screenshots/screenshot-note-relations.png" alt="note-relations"></p>
<p>Relations between notes can be created by <strong>linking to another note</strong>, for example with the <em>Note link</em> dialog.</p>
<p>The syntax for a note link is for example <code>[My note](path/to/My%20note.md)</code>.</p>
<p>You can turn on the panel in the <em>Window / Panels</em> menu.</p>
<p>For more information visit the <a href="/getting-started/note-relations.html" target="_blank">note relations</a> page.</p>
<p>Feedback is welcome on <a href="https://github.com/pbek/QOwnNotes/issues/2074" target="_blank" rel="noopener noreferrer">GitHub issue #2074</a>.</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/screenshots/screenshot-note-relations.png" type="image/png"/>
    </item>
    <item>
      <title>AI support was added to QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2024-05-17-AI-support-was-added-to-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2024-05-17-AI-support-was-added-to-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">AI support was added to QOwnNotes</source>
      <description>QOwnNotes now has AI support, currently for Groq and OpenAI!</description>
      <pubDate>Fri, 17 May 2024 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes now has <strong>&quot;AI support&quot;</strong> as part of <a href="https://github.com/pbek/QOwnNotes/issues/3026" target="_blank" rel="noopener noreferrer">#3026</a>,
currently for <strong><a href="https://groq.com/" target="_blank" rel="noopener noreferrer">Groq</a></strong> (because you can get free API keys) and <strong><a href="https://openai.com/" target="_blank" rel="noopener noreferrer">OpenAI</a></strong>!</p>
<p>The <strong>OpenAI completion API</strong> was implemented to be used in <strong>scripts</strong>.
This way you can do whatever you want and experiment with it.</p>
<ul>
<li>There is a new <strong>AI toolbar</strong> and a section in the <strong>Edit main menu</strong>, where can turn
the service on, and you can select the AI backend and model</li>
<li>You can add an <a href="https://openai.com/" target="_blank" rel="noopener noreferrer">OpenAI</a> and <a href="https://groq.com/" target="_blank" rel="noopener noreferrer">Groq</a> API key in the new <em>AI settings</em></li>
<li>Use the new <code>script.aiComplete(prompt)</code> scripting command to your own imagination
<ul>
<li>For more information please take a look at the
<a href="https://www.qownnotes.org/scripting/methods-and-objects.html#use-a-completion-prompt-on-the-currently-selected-ai-model" target="_blank" rel="noopener noreferrer">Scripting documentation</a></li>
</ul>
</li>
<li>In the <strong>script repository</strong>, as a first step, there is a new script
<a href="https://github.com/qownnotes/scripts/tree/master/ai-autocompletion" target="_blank" rel="noopener noreferrer">AI Autocompletion</a>,
that uses the selected AI model to <strong>autocomplete the current selection</strong> in the note text edit,
and a new script <a href="https://github.com/qownnotes/scripts/tree/master/ai-text-tool" target="_blank" rel="noopener noreferrer">AI Text Tool</a>
that uses the selected AI model to <strong>process the current selection</strong> in the note text edit,
for example to summarize it, to translate it or to fix typos and grammar errors</li>
</ul>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Source Archive switched from TuxFamily to GitHub Releases</title>
      <link>https://www.qownnotes.org/blog/2023-07-12-Source-Archive-switched-from-TuxFamily-to-GitHub-Releases.html</link>
      <guid>https://www.qownnotes.org/blog/2023-07-12-Source-Archive-switched-from-TuxFamily-to-GitHub-Releases.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Source Archive switched from TuxFamily to GitHub Releases</source>
      <description>The source archive can now be found on GitHub Releases.</description>
      <pubDate>Wed, 12 Jul 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Since the <a href="https://www.tuxfamily.org/" target="_blank" rel="noopener noreferrer">TuxFamily</a> upload server has been very
unreliable and down for several days, we have now switched to GitHub releases
as hosting service for the source archive (see issue <a href="https://github.com/pbek/QOwnNotes/issues/2799" target="_blank" rel="noopener noreferrer">#2799</a>).</p>
<p>The format of the source archive URL now looks like:
<code>https://github.com/pbek/QOwnNotes/releases/download/v23.7.0/qownnotes-23.7.0.tar.xz</code></p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Nextcloud Deck integration in QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2023-06-17-Nextcloud-Deck-integration-in-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2023-06-17-Nextcloud-Deck-integration-in-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Nextcloud Deck integration in QOwnNotes</source>
      <description>You can now quickly create Nextcloud Deck cards and link to them in your notes.</description>
      <pubDate>Sat, 17 Jun 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Since QOwnNotes 23.6.0 to 23.6.4 you can now quickly create <strong><a href="https://apps.nextcloud.com/apps/deck" target="_blank" rel="noopener noreferrer">Nextcloud Deck</a> cards</strong>
and link to them in your notes. When you click them, the card will open in your web-browser.</p>
<p>Those cards are created in the stack you selected in the <em>Nextcloud / ownCloud settings</em>.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes UI End2End Tests with the help of NixOS</title>
      <link>https://www.qownnotes.org/blog/2023-06-17-QOwnNotes-UI-End2End-Tests-with-the-help-of-NixOS.html</link>
      <guid>https://www.qownnotes.org/blog/2023-06-17-QOwnNotes-UI-End2End-Tests-with-the-help-of-NixOS.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes UI End2End Tests with the help of NixOS</source>
      <description>There are now basic End2End tests for QOwnNotes with the help of the NixOS Test System.</description>
      <pubDate>Sat, 17 Jun 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There are now basic End2End tests for QOwnNotes with the help of the <a href="https://nixos.org/" target="_blank" rel="noopener noreferrer">NixOS</a> Test System.</p>
<p>The tests will be run automatically when the QOwnNotes packages is updated in the <a href="https://search.nixos.org/" target="_blank" rel="noopener noreferrer">Nix Store</a>.</p>
<p>You can look or contribute to the tests at <a href="https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/qownnotes.nix" target="_blank" rel="noopener noreferrer">qownnotes.nix</a>.</p>
<p>With the <a href="https://github.com/NixOS/nixpkgs/" target="_blank" rel="noopener noreferrer">nixpkgs repository</a> checked out you can run
the tests easily isolated in a QEMU VM with the help of <a href="https://nixos.org" target="_blank" rel="noopener noreferrer">nix</a>:</p>
<div class="language-bash line-numbers-mode" data-highlighter="prismjs" data-ext="sh"><pre><code class="language-bash"><span class="line">nix-build <span class="token builtin class-name">.</span> <span class="token parameter variable">-A</span> nixosTests.qownnotes</span>
<span class="line"></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div></div></div><p>Text is read via OCR from the screen and tested for validity.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Please test Qt6 version of QOwnNotes from a new PPA for Ubuntu Linux</title>
      <link>https://www.qownnotes.org/blog/2023-02-03-Test-Qt6-version-of-QOwnNotes-from-a-new-PPA-for-Ubuntu-Linux.html</link>
      <guid>https://www.qownnotes.org/blog/2023-02-03-Test-Qt6-version-of-QOwnNotes-from-a-new-PPA-for-Ubuntu-Linux.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Please test Qt6 version of QOwnNotes from a new PPA for Ubuntu Linux</source>
      <description>If you want to help and test the Qt6 version of QOwnNotes on Ubuntu Linux there is a new PPA on Launchpad for that.</description>
      <pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>If you want to help and test the <strong>Qt6 version of QOwnNotes</strong> on Ubuntu Linux there is a new PPA on Launchpad for that.</p>
<div class="language-bash line-numbers-mode" data-highlighter="prismjs" data-ext="sh"><pre><code class="language-bash"><span class="line"><span class="token comment"># Remove Qt5 PPA in case you had it installed</span></span>
<span class="line"><span class="token function">sudo</span> add-apt-repository <span class="token parameter variable">--remove</span> ppa:pbek/qownnotes</span>
<span class="line"></span>
<span class="line"><span class="token comment"># Add Qt6 PPA</span></span>
<span class="line"><span class="token function">sudo</span> add-apt-repository ppa:pbek/qownnotes-qt6</span>
<span class="line"></span>
<span class="line"><span class="token comment"># Install QOwnNotes</span></span>
<span class="line"><span class="token function">sudo</span> <span class="token function">apt-get</span> update</span>
<span class="line"><span class="token function">sudo</span> <span class="token function">apt-get</span> <span class="token function">install</span> qownnotes</span>
<span class="line"></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><p>Also see: <a href="https://www.qownnotes.org/installation/ubuntu.html#qownnotes-qt6-preview" target="_blank" rel="noopener noreferrer">QOwnNotes Qt6 Preview</a> in the installation guide.</p>
<p>If you find any issues please report them on <a href="https://github.com/pbek/QOwnNotes/issues" target="_blank" rel="noopener noreferrer">QOwnNotes Issues on GitHub</a>!</p>
<p></p>
<p>The image is property of <a href="https://www.qt.io" target="_blank" rel="noopener noreferrer">Qt</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Evernote import for huge files</title>
      <link>https://www.qownnotes.org/blog/2023-01-29-Evernote-import-for-huge-files.html</link>
      <guid>https://www.qownnotes.org/blog/2023-01-29-Evernote-import-for-huge-files.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Evernote import for huge files</source>
      <description>You should now be able to import huge ENEX files from Evernote into QOwnNotes!</description>
      <pubDate>Sun, 29 Jan 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You should now be able to import huge files from <strong>Evernote</strong> into QOwnNotes!</p>
<p>The Evernote importer was completely rewritten with stream support (<code>QXMLStreamReader</code>)
to now support reading <strong>huge ENEX Evernote</strong> files (for <a href="https://github.com/pbek/QOwnNotes/issues/2711" target="_blank" rel="noopener noreferrer">#2711</a>).</p>
<p>It also works under Qt 6 now to be more prepared for the future.
A lot of effort is still going into <strong>porting QOwnNotes</strong> and the build and release process to <strong>Qt 6</strong>.</p>
<p>If you can please try to import large ENEX files and <strong>report how it went</strong> on <a href="https://github.com/pbek/QOwnNotes/issues/2711" target="_blank" rel="noopener noreferrer">#2711</a>.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy 1000th release of QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2022-12-06-Happy-1000th-release-of-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2022-12-06-Happy-1000th-release-of-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Happy 1000th release of QOwnNotes</source>
      <description>Happy 1000th release of QOwnNotes The first release of QOwnNotes was in 2014. The current release now in 2022 was the 1000th release of QOwnNotes. A lot was achieved from 2014 t...</description>
      <pubDate>Tue, 06 Dec 2022 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The first release of QOwnNotes was in 2014. The current release now in 2022 was the 1000th release of QOwnNotes. A lot was achieved from 2014 to now.</p>
<p>But still, even with the first release QOwnNotes did almost) everything I needed, being able to quickly create plain text file notes, the filename is generated from the first line of the note, notes are saved automatically.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Polish website translation</title>
      <link>https://www.qownnotes.org/blog/2022-10-15-Polish-website-translation.html</link>
      <guid>https://www.qownnotes.org/blog/2022-10-15-Polish-website-translation.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Polish website translation</source>
      <description>QOwnNotes webpage in Polish</description>
      <pubDate>Sat, 15 Oct 2022 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The Polish translation was integrated into the webpage! A big thank you to all the translators for the tremendous effort they put in!</p>
<ul>
<li><a href="https://www.qownnotes.org/pl" target="_blank" rel="noopener noreferrer">QOwnNotes webpage in Polish</a></li>
</ul>
<p>If you want to help with the translation please visit the <a href="/contributing/translation.html" target="_blank">Translation documentation</a>.</p>
<p><img src="/img/blog/webpage-persian.png" alt="Translated webpage"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/webpage-persian.png" type="image/png"/>
    </item>
    <item>
      <title>Working with multiple notes</title>
      <link>https://www.qownnotes.org/blog/2022-07-28-Working-with-multiple-notes.html</link>
      <guid>https://www.qownnotes.org/blog/2022-07-28-Working-with-multiple-notes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Working with multiple notes</source>
      <description>How I work with multiple notes in QOwnNotes</description>
      <pubDate>Thu, 28 Jul 2022 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>I usually just <strong>search for a relevant string</strong> in the note search. Most of the time I have that string even <strong>in the name of the file</strong>. I just use the search. I <strong>hardly ever use tags</strong>, and if, then just for <strong>coloring</strong> the notes in the list.</p>
<p>If I need a reference to another note I just do a <strong>note link to that note</strong> on the top of the note. I most of the times add a <strong>back-link</strong> in those notes too.</p>
<p>If a <em>really</em> need to have a 2nd note open, then I <strong>open the the note in a different window read-only</strong> (right click on the note in the note list).</p>
<p>If I quickly need to navigate between points in notes I use <strong>&quot;bookmark&quot; shortcuts</strong> (e.g. <code>Ctrl + Shift + 1</code>) and jump between passages that way (e.g. back with <code>Ctrl + 1</code>).</p>
<p>I <strong>don't use different instances</strong> of QOwnNotes.</p>
<p>This is a follow-up to a <a href="https://github.com/pbek/QOwnNotes/issues/2565#issuecomment-1197881078" target="_blank" rel="noopener noreferrer">question on GitHub on my workflow with notes</a>.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes command-line snippet manager</title>
      <link>https://www.qownnotes.org/blog/2021-11-23-QOwnNotes-command-line-snippet-manager.html</link>
      <guid>https://www.qownnotes.org/blog/2021-11-23-QOwnNotes-command-line-snippet-manager.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes command-line snippet manager</source>
      <description>Use the QOwnNotes command-line snippet manager to execute command snippets stored in notes from the command line.</description>
      <pubDate>Tue, 23 Nov 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You now can use the <a href="https://github.com/qownnotes/qc" target="_blank" rel="noopener noreferrer"><strong>QOwnNotes command-line snippet manager</strong></a>
to <strong>execute command snippets</strong> stored in <strong>notes</strong> in <a href="/" target="_blank">QOwnNotes</a> from the command line.</p>
<p><img src="/img/qc.png" alt="qc"></p>
<p>You can use <strong>notes with a special tag</strong> to store <strong>command snippets</strong>, which you can
<strong>execute from the command-line snippet manager</strong>.</p>
<p><img src="/img/commands.png" alt="commands"></p>
<p>For more information on <strong>how to add commands and configuration</strong> please see
<a href="/getting-started/command-line-snippet-manager.html" target="_blank">Command-line Snippet Manager</a>.</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/qc.png" type="image/png"/>
    </item>
    <item>
      <title>Nextcloud note versions</title>
      <link>https://www.qownnotes.org/blog/2021-11-15-Nextcloud-note-versions.html</link>
      <guid>https://www.qownnotes.org/blog/2021-11-15-Nextcloud-note-versions.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Nextcloud note versions</source>
      <description>You can show the past versions of your notes from your Nextcloud / ownCloud server with a simple click of a button.</description>
      <pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You can <strong>show the past versions of your notes</strong> from your <strong>Nextcloud / ownCloud server</strong> with a simple click of a button.</p>
<p>All versions will be loaded and shown in a dialog, you can <strong>show the difference</strong> between the current note and the past version or just <strong>view the full text</strong> of the past note.</p>
<p>Click <code>Restore selected version</code> to restore the selected past version of the note.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Manage orphaned image files and attachments</title>
      <link>https://www.qownnotes.org/blog/2021-11-11-Manage-orphaned-image-files-and-attachments.html</link>
      <guid>https://www.qownnotes.org/blog/2021-11-11-Manage-orphaned-image-files-and-attachments.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Manage orphaned image files and attachments</source>
      <description>Did you know there are dialogs for managing images and attachments in the &amp;quot;Edit menu&amp;quot;?</description>
      <pubDate>Thu, 11 Nov 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Did you know there are <strong>dialogs for managing images and attachments</strong> in the <em>Edit menu</em>?</p>
<p>There you can <strong>open the image or attachment</strong>, <strong>open their parent folders</strong>, <strong>delete</strong> an image or an attachment file or <strong>add it to the current note</strong>. You can also only <strong>show orphaned images or attachments</strong> to re-add them to notes or remove them entirely.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linking of note headings</title>
      <link>https://www.qownnotes.org/blog/2021-10-25-Linking-of-note-headings.html</link>
      <guid>https://www.qownnotes.org/blog/2021-10-25-Linking-of-note-headings.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Linking of note headings</source>
      <description>You can now add an url-encoded heading to a note link as url fragment to attempt to jump to that heading in the linked note when clicking the link.</description>
      <pubDate>Mon, 25 Oct 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Since version 21.10.10 of QOwnNotes you can add an <strong>url-encoded heading</strong> to a note link as url fragment to
attempt to <strong>jump to that heading in the linked note when clicking the link</strong>.</p>
<p>In this example a note link <code>[Welcome to QOwnNotes - Later](Welcome%20to%20QOwnNotes.md#Later)</code> will be inserted into the note.</p>
<p>If you click the link you will jump to the heading <code>Later</code> of the <code>Welcome to QOwnNotes</code> note.</p>
<p></p>
<p>You will find more information in feature request <a href="https://github.com/pbek/QOwnNotes/issues/1977" target="_blank" rel="noopener noreferrer">#1977</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Tor Hidden Service Webpage</title>
      <link>https://www.qownnotes.org/blog/2021-08-31-Tor-Hidden-Service-Webpage.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-31-Tor-Hidden-Service-Webpage.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Tor Hidden Service Webpage</source>
      <description>You can now also reach the QOwnNotes webpage from the Tor network.</description>
      <pubDate>Tue, 31 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You can now also reach the QOwnNotes webpage from the Tor network as Tor Hidden Service.</p>
<p><a href="http://qownnotn3bknenanjs5u4nf3f2law2tzmqklux3c5e2xbvzcksmxm6yd.onion/" target="_blank" rel="noopener noreferrer">http://qownnotn3bknenanjs5u4nf3f2law2tzmqklux3c5e2xbvzcksmxm6yd.onion/</a></p>
<p>To reach it you can use the <a href="https://www.torproject.org/download/" target="_blank" rel="noopener noreferrer">Tor Browser</a>.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Auto-complete text in note editor</title>
      <link>https://www.qownnotes.org/blog/2021-08-25-Auto-complete-in-note-editor.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-25-Auto-complete-in-note-editor.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Auto-complete text in note editor</source>
      <description>Auto-complete text in the note editor with a simple shortcut.</description>
      <pubDate>Wed, 25 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Did you know you can auto-complete text in the note editor with the simple shortcut <kbd>Ctrl</kbd> + <kbd>Space</kbd>, if you have already entered a word before in the current note?</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Use workspaces to manage different layouts of the user interface</title>
      <link>https://www.qownnotes.org/blog/2021-08-25-Use-workspaces-to-manage-different-kayouts-of-the-user-interface.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-25-Use-workspaces-to-manage-different-kayouts-of-the-user-interface.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Use workspaces to manage different layouts of the user interface</source>
      <description>You can use workspaces to manage different user interfaces in QOwnNotes.</description>
      <pubDate>Wed, 25 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Did you know you can use workspaces to <strong>manage different user interfaces</strong> in QOwnNotes?</p>
<p>If you for example want a view where you can edit notes and one where you just can preview them you can <strong>create a new workspace</strong> with the name <code>Preview</code>.</p>
<p></p>
<p>Then you can <strong>turn off the panels you don't want</strong> in the <em>Window / Panels</em> menu.</p>
<p></p>
<p>You can also <strong>drag panels around</strong> by enabling <em>Unlock panels</em> in the <em>Window</em> menu.</p>
<p></p>
<p>Afterward you can switch between the workspaces in the <strong>workspaces dropdown</strong>.</p>
<p></p>
<p>All changes you make to the user interface (enabling and disabling panels, moving panels) are done to the <strong>current workspace</strong>. Switch to another workspace if you want to edit it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Open links in the note editor</title>
      <link>https://www.qownnotes.org/blog/2021-08-22-Open-links-in-the-note-editor.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-22-Open-links-in-the-note-editor.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Open links in the note editor</source>
      <description>You can open links in the note editor with a simple shortcut.</description>
      <pubDate>Sun, 22 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Did you know you can open links like <code>[QOwnNotes](https://www.qownnotes.org)</code> or <code>&lt;https://www.qownnotes.org&gt;</code> directly in the note editor by pressing <kbd>Ctrl</kbd> + <kbd>Space</kbd> or clicking <kbd>Ctrl</kbd> + <kbd>Left click</kbd>?</p>
<p>Note links or links to media files like <code>![image title](media/my-image.jpg)</code> can be opened the same way.</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Auto-format Markdown tables</title>
      <link>https://www.qownnotes.org/blog/2021-08-21-Auto-format-markdown-tables.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-21-Auto-format-markdown-tables.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Auto-format Markdown tables</source>
      <description>You can auto-format Markdown tables with the simple shortcut.</description>
      <pubDate>Sat, 21 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Did you know you can auto-format Markdown tables with the simple shortcut <kbd>Ctrl</kbd> + <kbd>Space</kbd> while the cursor in inside the table?</p>
<div class="language-markdown line-numbers-mode" data-highlighter="prismjs" data-ext="md"><pre><code class="language-markdown"><span class="line">| Tables        |      Are      |  Cool |</span>
<span class="line">| </span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div></div></div>]]></content:encoded>
    </item>
    <item>
      <title>Solve simple equations in the note editor</title>
      <link>https://www.qownnotes.org/blog/2021-08-21-Solve-simple-equations-in-the-note-editor.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-21-Solve-simple-equations-in-the-note-editor.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Solve simple equations in the note editor</source>
      <description>You can solve equations like `(4+5)*3=` in the current line in front of the cursor.</description>
      <pubDate>Sat, 21 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Did you know you can solve equations like <code>(4+5)*3=</code> in the current line in front of the cursor with the simple shortcut <kbd>Ctrl</kbd> + <kbd>Space</kbd>?</p>
<p></p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes Mastodon page</title>
      <link>https://www.qownnotes.org/blog/2021-08-20-QOwnNotes-Mastodon-page.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-20-QOwnNotes-Mastodon-page.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Mastodon page</source>
      <description>QOwnNotes now has its own Mastodon page.</description>
      <pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes now has a <a href="https://social.qownnotes.org/@qownnotes" target="_blank" rel="noopener noreferrer">Mastodon page</a> on its own server where releases and blog-posts will be &quot;tooted&quot;.</p>
<p>Feel free to follow it there if you are into the <a href="https://jointhefedi.com/" target="_blank" rel="noopener noreferrer">Fediverse</a>.</p>
<p><a href="https://social.qownnotes.org/@qownnotes" target="_blank" rel="noopener noreferrer">https://social.qownnotes.org/@qownnotes</a></p>
<p><img src="/img/blog/mastodon.png" alt="Mastodon screenshot" title="Mastodon screenshot"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/mastodon.png &quot;Mastodon screenshot&quot;" type="image/"/>
    </item>
    <item>
      <title>Repository for Debian 11</title>
      <link>https://www.qownnotes.org/blog/2021-08-20-Repository-for-Debian-11.html</link>
      <guid>https://www.qownnotes.org/blog/2021-08-20-Repository-for-Debian-11.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Repository for Debian 11</source>
      <description>There now is a repository for Debian 11 available on OBS.</description>
      <pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a repository for Debian 11 Bullseye available on OBS.</p>
<p>Visit the <a href="https://www.qownnotes.org/installation/debian.html#debian-11-0" target="_blank" rel="noopener noreferrer">Debian installation guide</a> for more information on how to use the repository.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Joplin import</title>
      <link>https://www.qownnotes.org/blog/2021-07-18-Joplin-import.html</link>
      <guid>https://www.qownnotes.org/blog/2021-07-18-Joplin-import.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Joplin import</source>
      <description>Import your notes from Joplin</description>
      <pubDate>Sun, 18 Jul 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You can now <strong>import</strong> your <strong>notes</strong> from <strong>Joplin</strong> (see <a href="https://github.com/pbek/QOwnNotes/issues/2189" target="_blank" rel="noopener noreferrer">issue 2189</a>).</p>
<p>The notebook / folder structure, tags, images, attachments and the meta data can also be automatically imported.</p>
<p>You can <strong>download QOwnNotes</strong> on the <strong><a href="https://www.qownnotes.org/installation/" target="_blank" rel="noopener noreferrer">installation page</a></strong>.</p>
<p><img src="/img/blog/joplin.png" alt="Joplin screenshot" title="Joplin screenshot"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/joplin.png &quot;Joplin screenshot&quot;" type="image/"/>
    </item>
    <item>
      <title>Send photos from your mobile phone to QOwnNotes on the desktop</title>
      <link>https://www.qownnotes.org/blog/2021-05-02-Send-photos-from-your-mobile-phone-to-QOwnNotes-on-the-desktop.html</link>
      <guid>https://www.qownnotes.org/blog/2021-05-02-Send-photos-from-your-mobile-phone-to-QOwnNotes-on-the-desktop.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Send photos from your mobile phone to QOwnNotes on the desktop</source>
      <description>There now is a simple way to insert photos from your mobile phone in a note in QOwnNotes on your desktop via a new web application on app.qownnotes.org.</description>
      <pubDate>Sun, 02 May 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a simple way to insert photos from your mobile phone into the current note in QOwnNotes
on your desktop via a new <strong>web application</strong> on <a href="https://app.qownnotes.org/" target="_blank" rel="noopener noreferrer">app.qownnotes.org</a>.</p>
<p><img src="/img/blog/web-application-browser.png" alt="QOwnNotes Web Application browser" title="Send photos from your mobile phone to QOwnNotes on the desktop"></p>
<p>The web application on your phone communicates with your QOwnNotes desktop application over the internet.
The communication between QOwnNotes and the web service is <strong>transport encrypted</strong>.</p>
<p>There was a new settings page <strong>Web application</strong> to add support for the web application added in <strong>QOwnNotes 21.4.2</strong>.</p>
<p><img src="/img/blog/web-application-settings.png" alt="QOwnNotes Web Application settings" title="Setup communication to web application"></p>
<p>Don't forget to <strong>copy your secret token</strong> from the QOwnNotes settings page to <a href="https://app.qownnotes.org/" target="_blank" rel="noopener noreferrer">app.qownnotes.org</a> to be able to communicate with your local instance of QOwnNotes.</p>
<p>You can find the source code of the web application at <a href="https://github.com/qownnotes/web-app" target="_blank" rel="noopener noreferrer">web-app on GitHub</a>.</p>
<p>You can also host this web service yourself, the freshly built docker images are available at
<a href="https://hub.docker.com/repository/docker/pbeke/qownnotes-web-app" target="_blank" rel="noopener noreferrer">qownnotes-web-app on DockerHub</a>.</p>
<p>The new web application is currently in alpha state and still &quot;work in progress&quot;, feel free to test it and report what your think
on the <a href="https://github.com/pbek/QOwnNotes/issues" target="_blank" rel="noopener noreferrer">GitHub issues page</a>!</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/web-application-browser.png &quot;Send photos from your mobile phone to QOwnNotes on the desktop&quot;" type="image/"/>
    </item>
    <item>
      <title>Four new languages added to the website</title>
      <link>https://www.qownnotes.org/blog/2021-01-28-Four-new-languages-added-to-the-website.html</link>
      <guid>https://www.qownnotes.org/blog/2021-01-28-Four-new-languages-added-to-the-website.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Four new languages added to the website</source>
      <description>Four new translations were integrated into the webpage!</description>
      <pubDate>Thu, 28 Jan 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Four new translations were integrated into the webpage! A big thank you to all the translators for the tremendous effort they put in!</p>
<ul>
<li><a href="https://www.qownnotes.org/fr" target="_blank" rel="noopener noreferrer">QOwnNotes webpage in French</a></li>
<li><a href="https://www.qownnotes.org/es" target="_blank" rel="noopener noreferrer">QOwnNotes webpage in Spanish</a></li>
<li><a href="https://www.qownnotes.org/hu" target="_blank" rel="noopener noreferrer">QOwnNotes webpage in Hungarian</a></li>
<li><a href="https://www.qownnotes.org/fa" target="_blank" rel="noopener noreferrer">QOwnNotes webpage in Persian</a></li>
</ul>
<p>If you want to help with the translation please visit the <a href="/contributing/translation.html" target="_blank">Translation documentation</a>.</p>
<p><img src="/img/blog/webpage-persian.png" alt="Persian webpage"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/webpage-persian.png" type="image/png"/>
    </item>
    <item>
      <title>QOwnNotes Demo</title>
      <link>https://www.qownnotes.org/blog/2021-01-16-QOwnNotes-Demo.html</link>
      <guid>https://www.qownnotes.org/blog/2021-01-16-QOwnNotes-Demo.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Demo</source>
      <description>Try try out QOwnNotes in your web-browser without installing it!</description>
      <pubDate>Sat, 16 Jan 2021 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You can now try out <strong>QOwnNotes</strong> in your web-browser without installing it!
Visit the <a href="/getting-started/demo.html" target="_blank">QOwnNotes Demo</a> page and follow the instructions.</p>
<p><img src="/img/demo/playwithdocker04.png" alt="screenshot04"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/demo/playwithdocker04.png" type="image/png"/>
    </item>
    <item>
      <title>Markdown explanation</title>
      <link>https://www.qownnotes.org/blog/2020-11-10-Markdown-explanation.html</link>
      <guid>https://www.qownnotes.org/blog/2020-11-10-Markdown-explanation.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Markdown explanation</source>
      <description>If you are having troubles understanding Markdown the new Markdown page can you help improve your Markdown syntax skills.</description>
      <pubDate>Tue, 10 Nov 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>If you are having troubles understanding Markdown the new <a href="/getting-started/markdown.html" target="_blank">Markdown</a> page can you help improve your Markdown syntax skills.</p>
<p>You will also find a lot of related QOwnNotes tips on the page.</p>
<p>Additionally you can also access this new page from the <strong>Help</strong> menu in QOwnNotes starting with version <a href="/changelog.html#_20-11-4" target="_blank">20.11.4</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Webpage translation</title>
      <link>https://www.qownnotes.org/blog/2020-11-10-Webpage-translation.html</link>
      <guid>https://www.qownnotes.org/blog/2020-11-10-Webpage-translation.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Webpage translation</source>
      <description>Ongoing German translation of the webpage</description>
      <pubDate>Tue, 10 Nov 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Since a week efforts are made to translate the webpage on <a href="/contributing/translation.html" target="_blank">Crowdin</a>.</p>
<p>Currently the German translation of the webpage is <a href="https://www.qownnotes.org/de/" target="_blank" rel="noopener noreferrer">already online</a> as &quot;work in progress&quot;.</p>
<p>You all are kindly invited to help translate and proofread the <a href="https://crowdin.com/project/qownnotes/de#" target="_blank" rel="noopener noreferrer">German translation</a> and if you want also help with the translation into other languages.</p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes for Ubuntu 21.04 Hirsute Hippo</title>
      <link>https://www.qownnotes.org/blog/2020-11-08-QOwnNotes-for-Ubuntu-21.04-Hirsute-Hippo.html</link>
      <guid>https://www.qownnotes.org/blog/2020-11-08-QOwnNotes-for-Ubuntu-21.04-Hirsute-Hippo.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes for Ubuntu 21.04 Hirsute Hippo</source>
      <description>QOwnNotes 20.11.3 is now available for Ubuntu 21.04 Hirsute Hippo via our PPA at Ubuntu Launchpad.</description>
      <pubDate>Sun, 08 Nov 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes 20.11.3 is now available for Ubuntu 21.04 Hirsute Hippo via our PPA at <a href="https://www.qownnotes.org/installation/ubuntu.html#ubuntu-linux-18-04-or-newer-elementary-os-linux-mint-18-or-newer" target="_blank" rel="noopener noreferrer">Ubuntu Launchpad</a>.</p>
<p>You can install it the usual way:</p>
<div class="language-bash line-numbers-mode" data-highlighter="prismjs" data-ext="sh"><pre><code class="language-bash"><span class="line"><span class="token function">sudo</span> add-apt-repository ppa:pbek/qownnotes</span>
<span class="line"><span class="token function">sudo</span> <span class="token function">apt-get</span> update</span>
<span class="line"><span class="token function">sudo</span> <span class="token function">apt-get</span> <span class="token function">install</span> qownnotes</span>
<span class="line"></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div>]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes for Fedora 33</title>
      <link>https://www.qownnotes.org/blog/2020-10-27-QOwnNotes-for-Fedora-33.html</link>
      <guid>https://www.qownnotes.org/blog/2020-10-27-QOwnNotes-for-Fedora-33.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes for Fedora 33</source>
      <description>There now is a QOwnNotes release for Fedora Linux 33.</description>
      <pubDate>Tue, 27 Oct 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a <strong>QOwnNotes</strong> release for <strong>Fedora Linux 33</strong>.</p>
<p>Visit the <a href="/installation/fedora.html#fedora-33" target="_blank">installation</a> page for more information on how to install the <strong>Fedora 33</strong> release of QOwnNotes.</p>
<p><img src="/img/blog/monitor-fedoralogo.png" alt="Fedora 25" title="Fedora 33"></p>
<p>(image by <a href="https://getfedora.org/" target="_blank" rel="noopener noreferrer">getfedora.org</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/monitor-fedoralogo.png &quot;Fedora 33&quot;" type="image/"/>
    </item>
    <item>
      <title>Legacy update service up again</title>
      <link>https://www.qownnotes.org/blog/2020-10-26-Legacy-update-service-up-again.html</link>
      <guid>https://www.qownnotes.org/blog/2020-10-26-Legacy-update-service-up-again.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Legacy update service up again</source>
      <description>The legacy update service is up again for older versions of QOwnNotes</description>
      <pubDate>Mon, 26 Oct 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The legacy update service is up again for older versions of QOwnNotes.</p>
<p>There already was a legacy update service implemented for <a href="https://api.qownnotes.org/" target="_blank" rel="noopener noreferrer">api.qownnotes.org</a>, but the proxying to it didn't work properly.</p>
<p>Now there is a proper proxy in place that tunnels the old requests to the new &quot;legacy api&quot; so old versions of QOwnNotes should get update notifications again.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Release and blog posting automation</title>
      <link>https://www.qownnotes.org/blog/2020-10-26-Release-and-blog-posting-automation.html</link>
      <guid>https://www.qownnotes.org/blog/2020-10-26-Release-and-blog-posting-automation.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Release and blog posting automation</source>
      <description>Posting new releases and blog posts to Twitter and the Telegram Group is now done with the help of the free open source software Beehive.</description>
      <pubDate>Mon, 26 Oct 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Posting new releases and blog posts to Twitter and the Telegram Group is now done with the help of the free open source software <a href="https://github.com/muesli/beehive" target="_blank" rel="noopener noreferrer">Beehive</a> instead of the proprietary software as a service IFTTT (which only now only allows three actions for free).</p>
<p>Maybe posting to the Facebook Page can also be handled by Beehive in the future. The &quot;Facebook Hive&quot; needs to be adapted for Facebook pages to allow this.</p>
]]></content:encoded>
    </item>
    <item>
      <title>RSS Feeds are back in place</title>
      <link>https://www.qownnotes.org/blog/2020-10-23-RSS-Feeds-are-back-in-place.html</link>
      <guid>https://www.qownnotes.org/blog/2020-10-23-RSS-Feeds-are-back-in-place.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">RSS Feeds are back in place</source>
      <description>The Blog RSS Feed is part of the QOwnNotes webpage and the Release RSS Feed is part of api.qownnotes.org.</description>
      <pubDate>Fri, 23 Oct 2020 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Finally the RSS Feeds <a href="https://feeds.feedburner.com/QOwnNotesBlog" target="_blank" rel="noopener noreferrer">QOwnNotes Blog RSS</a> and <a href="https://feeds.feedburner.com/QOwnNotesReleases" target="_blank" rel="noopener noreferrer">QOwnNotes Release RSS</a> are implemented again and can now be used like before.</p>
<p>The Blog RSS Feed is part of the QOwnNotes webpage and the Release RSS Feed is part of <a href="https://api.qownnotes.org" target="_blank" rel="noopener noreferrer">api.qownnotes.org</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Time Flies Podcast episode with interview about QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2019-08-12-Time-Flies-Podcast-episode-with-interview-about-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2019-08-12-Time-Flies-Podcast-episode-with-interview-about-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Time Flies Podcast episode with interview about QOwnNotes</source>
      <description>Interview about QOwnNotes with Time Flies Podcast</description>
      <pubDate>Mon, 12 Aug 2019 16:45:47 GMT</pubDate>
      <content:encoded><![CDATA[
<p>A few weeks ago <em>Santi Younger</em> interviewed me in his Podcast <a href="https://anchor.fm/time-flies" target="_blank" rel="noopener noreferrer">Time Flies</a> about QOwnNotes.</p>
<p>Check out the episode <a href="https://anchor.fm/time-flies/episodes/35--The-Best-Free-Note-Taking-App--Interview-with-Patrizio-Bekerle-Creator-of-QOwnNotes-e4rb3k/a-ak60in" target="_blank" rel="noopener noreferrer">#35 -The Best Free Note Taking App -Interview with Patrizio Bekerle (Creator of QOwnNotes)</a> if you want to listen to the interview.</p>
<p><img src="/img/blog/Time-Flies_reference.jpg" alt="Time Flies" title="Time Flies"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Time-Flies_reference.jpg &quot;Time Flies&quot;" type="image/"/>
    </item>
    <item>
      <title>Bookmark management with QOwnNotes and Web Companion browser extension</title>
      <link>https://www.qownnotes.org/blog/2019-01-16-Bookmark-management-with-QOwnNotes-and-Web-Companion-browser-extension.html</link>
      <guid>https://www.qownnotes.org/blog/2019-01-16-Bookmark-management-with-QOwnNotes-and-Web-Companion-browser-extension.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Bookmark management with QOwnNotes and Web Companion browser extension</source>
      <description>Bookmark management with QOwnNotes and Web Companion browser extension If you want to take a look at the first release of the bookmark management capabilities of QOwnNotes and t...</description>
      <pubDate>Wed, 16 Jan 2019 18:26:45 GMT</pubDate>
      <content:encoded><![CDATA[
<p>If you want to take a look at the first release of the <strong>bookmark management</strong> capabilities of QOwnNotes and the <a href="https://github.com/qownnotes/web-companion/" target="_blank" rel="noopener noreferrer"><strong>Web Companion browser extension</strong></a> install the latest release of the extension from the <a href="https://chrome.google.com/webstore/detail/qownnotes-web-companion/pkgkfnampapjbopomdpnkckbjdnpkbkp" target="_blank" rel="noopener noreferrer">Chrome Web Store</a> or the <a href="https://addons.mozilla.org/firefox/addon/qownnotes-web-companion" target="_blank" rel="noopener noreferrer">Firefox Add-ons page</a>.</p>
<p>Don't forget to update your installation of QOwnNotes as well!</p>
<p>For more information about the <strong>syntax</strong> of the <strong>bookmark links</strong> and everything else please visit the <strong><a href="https://www.qownnotes.org/Knowledge-base/QOwnNotes-Web-Companion-browser-extension" target="_blank" rel="noopener noreferrer">QOwnNotes Web Companion browser extension</a></strong> knowledge page entry.</p>
<p><img src="/img/blog/qownnotes-web-companion-bookmarks_reference.png" alt="qownnotes-web-companion-bookmarks" title="qownnotes-web-companion-bookmarks"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/qownnotes-web-companion-bookmarks_reference.png &quot;qownnotes-web-companion-bookmarks&quot;" type="image/"/>
    </item>
    <item>
      <title>Firefox extension on Firefox Add-ons page</title>
      <link>https://www.qownnotes.org/blog/2019-01-09-Firefox-extension-on-Firefox-Add-ons-page.html</link>
      <guid>https://www.qownnotes.org/blog/2019-01-09-Firefox-extension-on-Firefox-Add-ons-page.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Firefox extension on Firefox Add-ons page</source>
      <description>Firefox extension on Firefox Add-ons page The QOwnNotes Web Companion browser extension is now available on the Firefox Add-ons page. It was completely rewritten with generator-...</description>
      <pubDate>Wed, 09 Jan 2019 05:50:11 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The <a href="https://github.com/qownnotes/web-companion" target="_blank" rel="noopener noreferrer">QOwnNotes Web Companion browser extension</a> is now available on the <strong><a href="https://addons.mozilla.org/firefox/addon/qownnotes-web-companion/" target="_blank" rel="noopener noreferrer">Firefox Add-ons page</a></strong>.</p>
<p>It was completely rewritten with generator-web-extension, webextension-toolbox, webpack and VueJS.</p>
<h3>Current features</h3>
<ul>
<li>creating a new note (only text) from the <strong>current selection</strong> by right-clicking it</li>
<li>creating a new note from the content of the <strong>current webpage</strong> by right-clicking on the page
<ul>
<li>the html will be converted to markdown and images of the page will be downloaded (might take a while)</li>
</ul>
</li>
<li>creating a new note with a <strong>screenshot</strong> of the visible part of the current webpage by right-clicking on the page</li>
<li>there is a browser option page to set and reset the server socket port</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Chrome extension in Chrome Web Store</title>
      <link>https://www.qownnotes.org/blog/2018-12-31-Chrome-extension-in-Chrome-Web-Store.html</link>
      <guid>https://www.qownnotes.org/blog/2018-12-31-Chrome-extension-in-Chrome-Web-Store.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Chrome extension in Chrome Web Store</source>
      <description>Chrome extension in Chrome Web Store The QOwnNotes Web Companion Chrome extension is now available in the Chrome Web Store. Current features creating a new note (only text) from...</description>
      <pubDate>Mon, 31 Dec 2018 11:01:27 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The <a href="https://github.com/qownnotes/chrome-web-companion" target="_blank" rel="noopener noreferrer">QOwnNotes Web Companion Chrome extension</a> is now available in the <a href="https://chrome.google.com/webstore/detail/qownnotes-web-companion/pkgkfnampapjbopomdpnkckbjdnpkbkp" target="_blank" rel="noopener noreferrer">Chrome Web Store</a>.</p>
<h3>Current features</h3>
<ul>
<li>creating a new note (only text) from the <strong>current selection</strong> by right-clicking it</li>
<li>creating a new note from the content of the <strong>current webpage</strong> by right-clicking on the page
<ul>
<li>the html will be converted to markdown and images of the page will be downloaded (might take a while)</li>
</ul>
</li>
<li>creating a new note with a <strong>screenshot</strong> of the visible part of the current webpage by right-clicking on the page</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes Web Companion Chrome extension</title>
      <link>https://www.qownnotes.org/blog/2018-12-27-QOwnNotes-Web-Companion-Chrome-extension.html</link>
      <guid>https://www.qownnotes.org/blog/2018-12-27-QOwnNotes-Web-Companion-Chrome-extension.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Web Companion Chrome extension</source>
      <description>QOwnNotes Web Companion Chrome extension In version 18.12.7 I added support for the new rudimentary QOwnNotes Web Companion Chrome extension to add selected text as new note! Yo...</description>
      <pubDate>Thu, 27 Dec 2018 11:45:11 GMT</pubDate>
      <content:encoded><![CDATA[
<p>In version 18.12.7 I added support for the new rudimentary <a href="https://github.com/qownnotes/chrome-web-companion/" target="_blank" rel="noopener noreferrer">QOwnNotes Web Companion </a><a href="https://github.com/qownnotes/chrome-web-companion/" target="_blank" rel="noopener noreferrer">Chrome</a> <a href="https://github.com/qownnotes/chrome-web-companion/" target="_blank" rel="noopener noreferrer">extension</a> to add selected text as new note!</p>
<p>You can download the current release of the extension at <a href="https://github.com/qownnotes/chrome-web-companion/releases/tag/18.12.0" target="_blank" rel="noopener noreferrer">QOwnNotes Chrome Web Companion 18.12.0</a>, just drop the file into Chrome to install the extension.</p>
<p>Please head over to <a href="https://github.com/pbek/QOwnNotes/issues/330" target="_blank" rel="noopener noreferrer">#330</a> to comment on the development process.</p>
]]></content:encoded>
    </item>
    <item>
      <title>500th release of QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2018-12-23-500th-release-of-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2018-12-23-500th-release-of-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">500th release of QOwnNotes</source>
      <description>500th release of QOwnNotes Right for Christmas comes version 18.12.5, the 500th release of QOwnNotes! A lot has changed between the first release in end of 2014 and now over the...</description>
      <pubDate>Sun, 23 Dec 2018 15:24:04 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Right for Christmas comes <em>version 18.12.5</em>, the <strong>500th release of QOwnNotes</strong>!</p>
<p>A lot has changed between the first release in end of 2014 and now over the course of 3593 commits. The <a href="https://www.qownnotes.org/changelog/QOwnNotes" target="_blank" rel="noopener noreferrer">changelog</a> will tell you the (almost) whole story.</p>
<p>Thank you for your support in the last years!</p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes Telegram Group</title>
      <link>https://www.qownnotes.org/blog/2018-10-05-QOwnNotes-Telegram-Group.html</link>
      <guid>https://www.qownnotes.org/blog/2018-10-05-QOwnNotes-Telegram-Group.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Telegram Group</source>
      <description>QOwnNotes Telegram Group Join the new QOwnNotes Telegram Group at https://t.me/QOwnNotes!</description>
      <pubDate>Fri, 05 Oct 2018 12:47:03 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Join the new QOwnNotes Telegram Group at <a href="tg://resolve?domain=QOwnNotes" target="_blank" rel="noopener noreferrer">https://t.me/QOwnNotes</a>!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Vim mode</title>
      <link>https://www.qownnotes.org/blog/2018-08-07-Vim-mode.html</link>
      <guid>https://www.qownnotes.org/blog/2018-08-07-Vim-mode.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Vim mode</source>
      <description>Vim mode There now is a Vim mode in QOwnNotes. You can turn it on the Panel settings. Please test it and report back on #205.</description>
      <pubDate>Tue, 07 Aug 2018 16:52:39 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a <strong>Vim mode</strong> in QOwnNotes. You can turn it on the <em>Panel settings</em>.</p>
<p>Please test it and report back on <a href="https://github.com/pbek/QOwnNotes/issues/205" target="_blank" rel="noopener noreferrer">#205</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes for openSUSE Leap 15, SUSE Linux Enterprise 15 and SUSE Linux Enterprise 12 SP3</title>
      <link>https://www.qownnotes.org/blog/2018-03-29-QOwnNotes-for-openSUSE-Leap-15-SUSE-Linux-Enterprise-15-and-SUSE-Linux-Enterprise-12-SP3.html</link>
      <guid>https://www.qownnotes.org/blog/2018-03-29-QOwnNotes-for-openSUSE-Leap-15-SUSE-Linux-Enterprise-15-and-SUSE-Linux-Enterprise-12-SP3.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes for openSUSE Leap 15, SUSE Linux Enterprise 15 and SUSE Linux Enterprise 12 SP3</source>
      <description>QOwnNotes for openSUSE Leap 15, SUSE Linux Enterprise 15 and SUSE Linux Enterprise 12 SP3 There now are releases of QOwnNotes for openSUSE Leap 15, SUSE Linux Enterprise 15 and ...</description>
      <pubDate>Thu, 29 Mar 2018 15:39:52 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now are releases of <strong>QOwnNotes</strong> for <strong>openSUSE Leap 15</strong>, <strong>SUSE Linux Enterprise 15</strong> and <strong>SUSE Linux Enterprise 12 SP3</strong>.</p>
<p>Visit the <a href="https://www.qownnotes.org/installation#openSUSE" target="_blank" rel="noopener noreferrer">installation</a> page for more information on how to install the new releases.</p>
<p><a href="/installation#openSUSE"><img src="/img/blog/openSUSE_reference.jpg" alt="openSUSE" title="openSUSE"></a></p>
<p>(image by <a href="https://victorhckinthefreeworld.com" target="_blank" rel="noopener noreferrer">victorhckinthefreeworld</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/openSUSE_reference.jpg &quot;openSUSE&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes featured on LINUX Unplugged podcast and by Ubuntu</title>
      <link>https://www.qownnotes.org/blog/2018-01-11-QOwnNotes-featured-on-LINUX-Unplugged-podcast-and-by-Ubuntu.html</link>
      <guid>https://www.qownnotes.org/blog/2018-01-11-QOwnNotes-featured-on-LINUX-Unplugged-podcast-and-by-Ubuntu.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes featured on LINUX Unplugged podcast and by Ubuntu</source>
      <description>QOwnNotes featured on LINUX Unplugged podcast and by Ubuntu QOwnNotes did get some attention lately. It got featured on LINUX Unplugged podcast 231, @ubuntu and @snapcraft. Upda...</description>
      <pubDate>Thu, 11 Jan 2018 16:01:34 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>QOwnNotes</strong> did get some attention lately. It got featured on <a href="https://youtu.be/om6iJFnqpI8?t=13m54s" target="_blank" rel="noopener noreferrer">LINUX Unplugged podcast 231</a>, <a href="https://twitter.com/ubuntu/status/951472292495876096" target="_blank" rel="noopener noreferrer">@ubuntu</a> and <a href="https://twitter.com/snapcraftio/status/951109910410027010" target="_blank" rel="noopener noreferrer">@snapcraft</a>.</p>
<p>Update: QOwnNotes was also mentioned in the <a href="https://mintcast.org/2018/01/08/mintcast-279-looking-back-at-2017-predictions" target="_blank" rel="noopener noreferrer">mintCast epsisode 279</a> at minute 23:09.</p>
<p><a href="https://youtu.be/om6iJFnqpI8?t=13m54s" target="_blank" rel="noopener noreferrer"></a><a href="https://youtu.be/om6iJFnqpI8?t=13m54s" target="_blank" rel="noopener noreferrer"><img src="/img/blog/LINUX-Unplugged-231_reference.jpg" alt></a></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/LINUX-Unplugged-231_reference.jpg" type="image/jpeg"/>
    </item>
    <item>
      <title>Interview for ownCloud</title>
      <link>https://www.qownnotes.org/blog/2017-12-12-Interview-for-ownCloud.html</link>
      <guid>https://www.qownnotes.org/blog/2017-12-12-Interview-for-ownCloud.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Interview for ownCloud</source>
      <description>Interview for ownCloud Emil from ownCloud asked me for an interview about QOwnNotes. Here are his questions and my answers. What problem did you try to solve with QOwnNotes, why...</description>
      <pubDate>Tue, 12 Dec 2017 12:10:43 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>Emil</strong> from <a href="https://owncloud.org/" target="_blank" rel="noopener noreferrer"><strong>ownCloud</strong></a> asked me for an interview about <strong>QOwnNotes</strong>. Here are his questions and my answers.</p>
<h2>What problem did you try to solve with QOwnNotes, why did you write it?</h2>
<p>In late 2014 I needed a way to quickly take notes with one keyboard shortcut and the current date in the filename (until I have the time to change it to something better). The notes should be stored as simple text-files in a directory so I can sync them easily. The desktop-software needs to run on <strong>every popular operating system</strong>.</p>
<p>After trying out several text-editors I found none that could really do that in the way I liked it, so I wrote my own. 😃</p>
<p>I chose <strong>Qt</strong> and <strong>C++</strong> as platform because as long-time KDE user I love the framework and always wanted to create a Qt application to &quot;scratch my own itch&quot;.</p>
<p>Since then <strong>405 new versions</strong> of <strong>QOwnNotes</strong> were released.</p>
<p>I cannot remember if I used <strong>ownCloud</strong> before or because I created QOwnNotes, but I loved ownCloud because it was FOSS and I could host it myself and as PHP-developer it also was a great fit for me. ownCloud notes met most of my requirements for note-taking in the web at that time.</p>
<h2>Which three QOwnNotes scripts do you consider most useful?</h2>
<ul>
<li>I love scripts to create new notes from text I copied from web-applications like <strong>Note from Jira issue</strong> and <strong>Note from Bitrix24 task</strong></li>
<li>others like the script <strong>@tag tagging in note text</strong> because with it they can store their tags inside the notes</li>
<li>if you need to modify the way the user-interface looks you can do so with <strong>Custom user interface styling</strong> or <strong>Custom note preview styling</strong> if you want to do the same with the preview</li>
</ul>
<h2>What do you have to know to write a QOwnNotes script?</h2>
<p><strong>Scripts</strong> are written in <strong>JavaScript</strong> (inside QML files). There are a lot of examples on and you can always use the scripting repository at as reference for new scripts.</p>
<p>There is a documentation of all the API calls on .</p>
<p>You can use as many private and local scripts as you like and if you want make a script public you can create a pull-request on .</p>
<h2>How secure is your encryption of the notes, what algorithm do you use?</h2>
<p>Note <strong>encryption</strong> is by default done by the <a href="http://botan.randombit.net/" target="_blank" rel="noopener noreferrer">Botan library</a> with <strong>AES-256</strong>.</p>
<p>You can also use your <a href="http://docs.qownnotes.org/en/develop/scripting/README.html#encryptionhook" target="_blank" rel="noopener noreferrer">own encryption</a> with the help of the scripting engine. There are already scripts for encrypting notes with <strong>PGP</strong> (PGP Encryption) or <a href="https://keybase.io/" target="_blank" rel="noopener noreferrer">Keybase</a> (Keybase Encryption).</p>
<p>I guess the main weak point of the encryption would be the password you are using to encrypt a note.</p>
<h2>What data wouldn't you trust it with?</h2>
<p>If you encrypt a note you loose the ability to find text in it with the note-search functionality, because the encrypted note-text is stored base64-encoded in the note text-file. The headline isn't encrypted.</p>
<h2>Do you plan to include more Code highlighting?</h2>
<p>Only for the preview if a fully fledged browser will be used for the preview somewhere in the future, which would have advantages (usage of JavaScript libraries in the preview, fewer html rendering errors) and disadvantages (bad backward compatibility, issues with printing/exporting, larger applications size, larger memory footprint, possibly slower rendering speed).</p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes for Fedora 27</title>
      <link>https://www.qownnotes.org/blog/2017-11-24-QOwnNotes-for-Fedora-27.html</link>
      <guid>https://www.qownnotes.org/blog/2017-11-24-QOwnNotes-for-Fedora-27.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes for Fedora 27</source>
      <description>QOwnNotes for Fedora 27 There now is a QOwnNotes release for Fedora Linux 27. Visit the installation page for more information on how to install the Fedora 27 release of QOwnNot...</description>
      <pubDate>Fri, 24 Nov 2017 10:26:52 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a <strong>QOwnNotes</strong> release for <strong>Fedora Linux 27</strong>.</p>
<p>Visit the <a href="https://www.qownnotes.org/installation/fedora.html" target="_blank" rel="noopener noreferrer">installation</a> page for more information on how to install the <strong>Fedora 27</strong> release of QOwnNotes.</p>
<p>Note: There is no debug build for Fedora 27, because <a href="https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop" target="_blank" rel="noopener noreferrer">OBS</a> had problems building it.</p>
<p><img src="/img/blog/Fedora-27_reference.jpg" alt="Fedora 27" title="Fedora 27"></p>
<p>(image by <a href="http://www.fosslinux.com" target="_blank" rel="noopener noreferrer">www.fosslinux.com</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Fedora-27_reference.jpg &quot;Fedora 27&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes reviewed in German magazine c&amp;apos;t</title>
      <link>https://www.qownnotes.org/blog/2017-10-01-QOwnNotes-reviewed-in-German-magazine-c&amp;apos;t.html</link>
      <guid>https://www.qownnotes.org/blog/2017-10-01-QOwnNotes-reviewed-in-German-magazine-c&amp;apos;t.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes reviewed in German magazine c&amp;apos;t</source>
      <description>QOwnNotes reviewed in German magazine c&amp;apos;t QOwnNotes got reviewed in the German magazine c&amp;apos;t, issue 21/17 on page 70! You will find the article in the print magazine or here: Clo...</description>
      <pubDate>Sun, 01 Oct 2017 07:03:11 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>QOwnNotes</strong> got reviewed in the German magazine <strong>c't</strong>, issue 21/17 on page 70!</p>
<p>You will find the article in the print magazine or here: <a href="https://www.heise.de/ct/ausgabe/2017-21-Notizverwaltung-QOwnNotes-17-09-6-3840130.html" target="_blank" rel="noopener noreferrer">Cloud-Notizen</a></p>
<p><img src="/img/blog/QOwnNotes-c-t_reference.jpg" alt="QOwnNotes c't" title="QOwnNotes c't"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-c-t_reference.jpg &quot;QOwnNotes c&apos;t&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotesAPI in the ownCloud Marketplace</title>
      <link>https://www.qownnotes.org/blog/2017-07-05-QOwnNotesAPI-in-the-ownCloud-Marketplace.html</link>
      <guid>https://www.qownnotes.org/blog/2017-07-05-QOwnNotesAPI-in-the-ownCloud-Marketplace.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotesAPI in the ownCloud Marketplace</source>
      <description>QOwnNotesAPI in the ownCloud Marketplace The ownCloud / Nextcloud API application QOwnNotesAPI for QOwnNotes is now available in the ownCloud Marketplace. You will find it here:...</description>
      <pubDate>Wed, 05 Jul 2017 13:44:48 GMT</pubDate>
      <content:encoded><![CDATA[
<p>The ownCloud / Nextcloud API application <strong>QOwnNotesAPI</strong> for QOwnNotes is now available in the <a href="https://marketplace.owncloud.com/apps/qownnotesapi" target="_blank" rel="noopener noreferrer">ownCloud Marketplace</a>.</p>
<p>You will find it here: <a href="https://marketplace.owncloud.com/apps/qownnotesapi" target="_blank" rel="noopener noreferrer">QOwnNotesAPI Marketplace page</a></p>
<p>If you are interested in <em>OwnBackup</em>, the simple database backup solutions for your ownCloud or Nextcloud installation, you can also find it in the ownCloud Marketplace: <a href="https://marketplace.owncloud.com/apps/ownbackup" target="_blank" rel="noopener noreferrer">OwnBackup Marketplace page</a></p>
<p><img src="/img/blog/QOwnNotesAPI-ownCloud-Marketplace_reference.jpg" alt="QOwnNotesAPI ownCloud Marketplace" title="QOwnNotesAPI ownCloud Marketplace"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotesAPI-ownCloud-Marketplace_reference.jpg &quot;QOwnNotesAPI ownCloud Marketplace&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes as AppImage</title>
      <link>https://www.qownnotes.org/blog/2017-07-03-QOwnNotes-as-AppImage.html</link>
      <guid>https://www.qownnotes.org/blog/2017-07-03-QOwnNotes-as-AppImage.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes as AppImage</source>
      <description>QOwnNotes as AppImage There now are releases of QOwnNotes as AppImage. Visit the installation page for more information on how to install the new release. AppImage (image by app...</description>
      <pubDate>Mon, 03 Jul 2017 15:52:21 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now are releases of <strong>QOwnNotes</strong> as <strong>AppImage</strong>.</p>
<p>Visit the <a href="https://www.qownnotes.org/installation#AppImage" target="_blank" rel="noopener noreferrer">installation</a> page for more information on how to install the new release.</p>
<p><img src="/img/blog/AppImage_reference.jpg" alt="AppImage" title="AppImage"></p>
<p>(image by <a href="http://appimage.org/" target="_blank" rel="noopener noreferrer">appimage.org</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/AppImage_reference.jpg &quot;AppImage&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes for Debian 9.0, Fedora 26 and openSUSE Leap 42.3</title>
      <link>https://www.qownnotes.org/blog/2017-06-26-QOwnNotes-for-Debian-9.0-Fedora-26-and-openSUSE-Leap-42.3.html</link>
      <guid>https://www.qownnotes.org/blog/2017-06-26-QOwnNotes-for-Debian-9.0-Fedora-26-and-openSUSE-Leap-42.3.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes for Debian 9.0, Fedora 26 and openSUSE Leap 42.3</source>
      <description>QOwnNotes for Debian 9.0, Fedora 26 and openSUSE Leap 42.3 There now are releases of QOwnNotes for Debian Linux 9.0, Fedora 26 and openSUSE Leap 42.3. Visit the installation pag...</description>
      <pubDate>Mon, 26 Jun 2017 18:40:45 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now are releases of <strong>QOwnNotes</strong> for <strong>Debian Linux 9.0</strong>, <strong>Fedora 26</strong> and <strong>openSUSE Leap 42.3</strong>.</p>
<p>Visit the <a href="https://www.qownnotes.org/installation/fedora.html" target="_blank" rel="noopener noreferrer">installation</a> page for more information on how to install the new releases.</p>
<p><img src="/img/blog/Debian-9.0_reference.jpg" alt="Debian 9.0" title="Debian 9.0"></p>
<p>(image by <a href="http://news.softpedia.com" target="_blank" rel="noopener noreferrer">Softpedia News</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Debian-9.0_reference.jpg &quot;Debian 9.0&quot;" type="image/"/>
    </item>
    <item>
      <title>Script repository and script settings variables</title>
      <link>https://www.qownnotes.org/blog/2017-05-19-Script-repository-and-script-settings-variables.html</link>
      <guid>https://www.qownnotes.org/blog/2017-05-19-Script-repository-and-script-settings-variables.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Script repository and script settings variables</source>
      <description>Script repository and script settings variables In the latest release 17.05.7 of QOwnNotes you are now able to download scripts directly from the new script repository inside of...</description>
      <pubDate>Fri, 19 May 2017 17:29:40 GMT</pubDate>
      <content:encoded><![CDATA[
<p>In the latest release 17.05.7 of <strong>QOwnNotes</strong> you are now able to <strong>download scripts directly from the new <a href="https://github.com/qownnotes/scripts" target="_blank" rel="noopener noreferrer">script repository</a></strong> inside of the application.</p>
<p>Furthermore as a developer you can now <strong>register settings variables</strong> in <strong>scripts</strong>. This allows you to let the user configure your script in the script settings.</p>
<p>A <strong>lot of new</strong> useful <strong>scripts</strong> were <strong>added to the script repository</strong>, which now can be <strong>configured</strong> with the script settings variables.</p>
<p>There are now scripts directly available to</p>
<ul>
<li><strong>encrypt</strong> your <strong>notes</strong> with <strong>PGP</strong> or <strong>Keybase</strong></li>
<li>create notes from <strong>Jira</strong> issues or <strong>Bitrix24</strong> tasks</li>
<li>transform selected note text to <strong>Jira Code</strong> or <strong>BBCode</strong></li>
<li>show <strong>statistics</strong> about your <strong>note</strong></li>
<li>paste <strong>Latex</strong> code as image</li>
<li>modify the <strong>styling</strong> of the <strong>user interface</strong> of the application or the <strong>styling</strong> of the <strong>note preview</strong></li>
<li>create <strong>journal</strong> or <strong>meeting</strong> notes</li>
<li>insert a headline and a link to the <strong>GitHub issue</strong> from an url in the clipboard</li>
<li><strong>favorite</strong> notes</li>
</ul>
<p>Feel free to <strong>add your own scripts</strong> to the script repository. You will find a <strong>guide</strong> on how to do so at the <strong><a href="https://github.com/qownnotes/scripts" target="_blank" rel="noopener noreferrer">QOwnNotes script repository</a></strong>.</p>
<p><img src="/img/blog/Script-repository_imagelarge.png" alt="Script repository" title="Script repository"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Script-repository_imagelarge.png &quot;Script repository&quot;" type="image/"/>
    </item>
    <item>
      <title>Fedora 25 release and new documentation page</title>
      <link>https://www.qownnotes.org/blog/2016-12-20-Fedora-25-release-and-new-documentation-page.html</link>
      <guid>https://www.qownnotes.org/blog/2016-12-20-Fedora-25-release-and-new-documentation-page.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Fedora 25 release and new documentation page</source>
      <description>Fedora 25 release and new documentation page There now is a QOwnNotes release for Fedora Linux 25 and a new documentation page. Visit the installation page for more information ...</description>
      <pubDate>Tue, 20 Dec 2016 16:05:58 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a <strong>QOwnNotes</strong> release for <strong>Fedora Linux 25</strong> and a <strong>new documentation page</strong>.</p>
<p>Visit the <a href="https://www.qownnotes.org/installation/fedora.html" target="_blank" rel="noopener noreferrer">installation</a> page for more information on how to install the <strong>Fedora 25</strong> release of QOwnNotes.</p>
<p>The <strong>new documentation page</strong> you will find on <strong><a href="http://docs.qownnotes.org/" target="_blank" rel="noopener noreferrer">docs.qownnotes.org</a></strong>. It currently mainly exists of the scripting documentation.<br>
If you want to <strong>help</strong> writing documentation you can add <strong>reStrucuturedText files</strong> in the <a href="https://github.com/pbek/QOwnNotes/tree/main/doc" target="_blank" rel="noopener noreferrer">documentation folder on GitHub</a>.</p>
<p><img src="/img/blog/Fedora-25_reference.jpg" alt="Fedora 25" title="Fedora 25"></p>
<p>(image by <a href="https://fossbytes.com" target="_blank" rel="noopener noreferrer">fossbytes.com</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Fedora-25_reference.jpg &quot;Fedora 25&quot;" type="image/"/>
    </item>
    <item>
      <title>Solus package for QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2016-11-23-Solus-package-for-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2016-11-23-Solus-package-for-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Solus package for QOwnNotes</source>
      <description>Solus package for QOwnNotes There now is a QOwnNotes package for Solus! Please visit the QOwnNotes installation page for details on how to use it. A big thank you to Joshua Stro...</description>
      <pubDate>Wed, 23 Nov 2016 15:41:16 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a <strong>QOwnNotes</strong> package for <strong><a href="https://solus-project.com/" target="_blank" rel="noopener noreferrer">Solus</a></strong>!</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#Solus" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for details on how to use it.</p>
<p>A big thank you to <strong>Joshua Strobl</strong> on <a href="https://dev.solus-project.com/T1687" target="_blank" rel="noopener noreferrer">⚓ T1687 QOwnNotes</a> for packaging QOwnNotes for the unstable repository of Solus.</p>
<p>Edit 2016-11-25: QOwnNotes is now in the Solus <strong>main repository</strong>.</p>
<p><img src="/img/blog/Solus-Project_reference.png" alt="Solus Project" title="Solus Project"></p>
<p>(image by <a href="https://solus-project.com/" target="_blank" rel="noopener noreferrer">Solus Project</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Solus-Project_reference.png &quot;Solus Project&quot;" type="image/"/>
    </item>
    <item>
      <title>Automatic updates in Windows and macOS</title>
      <link>https://www.qownnotes.org/blog/2016-11-05-Automatic-updates-in-Windows-and-macOS.html</link>
      <guid>https://www.qownnotes.org/blog/2016-11-05-Automatic-updates-in-Windows-and-macOS.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Automatic updates in Windows and macOS</source>
      <description>Automatic updates in Windows and macOS QOwnNotes can now do automatic updates in Windows and macOS. In the update dialog you will see a new Update button. If you press it the ap...</description>
      <pubDate>Sat, 05 Nov 2016 10:51:20 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes can now do <strong>automatic updates</strong> in <strong>Windows</strong> and <strong>macOS</strong>.</p>
<p>In the update dialog you will see a new <strong>Update</strong> button. If you press it the application will quit after a confirmation and a script will be loaded to <strong>update to the latest version</strong> of QOwnNotes.</p>
<p>After the update QOwnNotes will be started again.</p>
<p><img src="/img/blog/Debug-options_medium.png" alt="Debug options" title="Debug options"></p>
<p>Please use the checkbox <strong><em>Fake old version number</em></strong> in the <strong>Debug options</strong> to trigger an update and click <strong><em>Check for updates</em></strong> in the <em>Help</em> main menu to <strong>test the update process</strong> and <strong>provide feedback</strong>.</p>
<p>Under <strong>macOS</strong> please use this issue for feedback: <a href="https://github.com/pbek/QOwnNotes/issues/102" target="_blank" rel="noopener noreferrer">Issue #102</a></p>
<p>Under <strong>Windows</strong> please use this issue for feedback: <a href="https://github.com/pbek/QOwnNotes/issues/376" target="_blank" rel="noopener noreferrer">Issue #376</a></p>
<p><img src="https://www.qownnotes.org/var/bekerle/storage/images/media/images/qownnotes-updater/4266-1-eng-GB/QOwnNotes-updater_reference.png" alt="QOwnNotes updater" title="QOwnNotes updater"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Debug-options_medium.png &quot;Debug options&quot;" type="image/"/>
    </item>
    <item>
      <title>Note encryption with keybase.io or directly with PGP</title>
      <link>https://www.qownnotes.org/blog/2016-10-02-Note-encryption-with-keybase.io-or-directly-with-PGP.html</link>
      <guid>https://www.qownnotes.org/blog/2016-10-02-Note-encryption-with-keybase.io-or-directly-with-PGP.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Note encryption with keybase.io or directly with PGP</source>
      <description>Note encryption with keybase.io or directly with PGP You now can use your custom method to encrypt and decrypt notes via the scripting engine (for Issue #334). you can use the n...</description>
      <pubDate>Sun, 02 Oct 2016 10:39:15 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You now can use your <strong>custom method</strong> to <strong>encrypt and decrypt notes</strong> via the scripting engine (for <a href="https://github.com/pbek/QOwnNotes/issues/334" target="_blank" rel="noopener noreferrer">Issue #334</a>).</p>
<ul>
<li>you can use the new scripting hook encryptionHook() do implement your own encryption</li>
<li>there are examples to encrypt notes with <strong><a href="https://keybase.io/" target="_blank" rel="noopener noreferrer">Keybase.io</a></strong> (<a href="https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-keybase.qml" target="_blank" rel="noopener noreferrer">encryption-keybase.qml</a>), <strong>PGP</strong> (<a href="https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-pgp.qml" target="_blank" rel="noopener noreferrer">encryption-pgp.qml</a>) or do a trivial &quot;encryption&quot; with ROT13 (<a href="https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-rot13.qml" target="_blank" rel="noopener noreferrer">encryption-rot13.qml</a>)</li>
<li>you can disable the password dialog with script.encryptionDisablePassword()</li>
<li>to start an external synchronous process you can usescript.startSynchronousProcess()</li>
<li>to check on which platform the script is running you can use script.platformIsLinux(), script.platformIsOSX() and script.platformIsWindows()</li>
<li>for more information on the new commands please take a look at the <a href="http://docs.qownnotes.org/en/develop/scripting/README.html" target="_blank" rel="noopener noreferrer">scripting documentation</a></li>
</ul>
<p><img src="/img/blog/keybase.io-logo_reference.png" alt="keybase.io logo" title="keybase.io logo"></p>
<p>(image by keybase.io)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/keybase.io-logo_reference.png &quot;keybase.io logo&quot;" type="image/"/>
    </item>
    <item>
      <title>Evernote import</title>
      <link>https://www.qownnotes.org/blog/2016-09-24-Evernote-import.html</link>
      <guid>https://www.qownnotes.org/blog/2016-09-24-Evernote-import.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Evernote import</source>
      <description>Evernote import You can now import your notes from Evernote. To do so you have to select all your notes and right click on them in your Evernote desktop client. Now select expor...</description>
      <pubDate>Sat, 24 Sep 2016 15:36:43 GMT</pubDate>
      <content:encoded><![CDATA[
<p>You can now <strong>import</strong> your <strong>notes</strong> from <strong>Evernote</strong>.</p>
<p>To do so you have to <strong>select all your notes</strong> and <strong>right click</strong> on them in your Evernote desktop client. Now select <strong><em>export notes</em></strong> and store them to an <em>enex</em> file.<br>
Then click <strong><em>Import / Import notes from Evernote</em></strong> in the QOwnNotes main menu and <strong>import</strong> the <em>enex</em> <strong>file</strong>.</p>
<p>Formattings like bold and italic will be converted to markdown, as are headlines and links. Images from your Evernote notes will be embedded in your QOwnNotes markdown notes.</p>
<p>You can <strong>download QOwnNotes</strong> on the <strong><a href="https://www.qownnotes.org/installation" target="_blank" rel="noopener noreferrer">installation page</a></strong>.</p>
<p><img src="/img/blog/Evernote-screenshot_reference.png" alt="Evernote screenshot" title="Evernote screenshot"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Evernote-screenshot_reference.png &quot;Evernote screenshot&quot;" type="image/"/>
    </item>
    <item>
      <title>Portable mode</title>
      <link>https://www.qownnotes.org/blog/2016-09-18-Portable-mode.html</link>
      <guid>https://www.qownnotes.org/blog/2016-09-18-Portable-mode.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Portable mode</source>
      <description>Portable mode There now is a portable mode for QOwnNotes, for example to carry around QOwnNotes on an USB stick. In portable mode the internal sqlite database and the settings w...</description>
      <pubDate>Sun, 18 Sep 2016 10:22:41 GMT</pubDate>
      <content:encoded><![CDATA[
<p>There now is a <strong>portable mode</strong> for <strong>QOwnNotes</strong>, for example to carry around QOwnNotes on an <strong>USB stick</strong>.</p>
<p>In portable mode</p>
<ul>
<li>the internal sqlite <strong>database</strong> and the <strong>settings</strong> will be stored inside a <strong><em>Data</em> folder</strong> at the binary's location</li>
<li>the settings will be stored in an <strong>ini file</strong></li>
<li>the <strong>note folders</strong> will be automatically stored relative to the <strong><em>Data</em> folder</strong> so that the correct note folders will be loaded regardless where your QOwnNotes installation is currently located</li>
</ul>
<p>It will be activated if you run QOwnNotes with the <strong>parameter <em>--portable</em></strong>.</p>
<p>On <strong>Windows</strong> there is a <strong><em>QOwnNotesPortable.bat</em></strong> in your release path to start QOwnNotes in <strong>portable mode</strong>.</p>
<p>Note: QOwnNotesPortable.exe was dropped because of anti virus false positives.</p>
<p><img src="/img/blog/Portable-mode_reference.png" alt="Portable mode for USB sticks" title="Portable mode for USB sticks"> <strong>Portable mode</strong> for USB sticks</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Portable-mode_reference.png &quot;Portable mode for USB sticks&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes on webupd8.org</title>
      <link>https://www.qownnotes.org/blog/2016-09-05-QOwnNotes-on-webupd8.org.html</link>
      <guid>https://www.qownnotes.org/blog/2016-09-05-QOwnNotes-on-webupd8.org.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes on webupd8.org</source>
      <description>QOwnNotes on webupd8.org QOwnNotes was reviewed on webupd8.org. You will find the article at: QOwnNotes Is A Note Taking And Todo List App That Integrates With ownCloud Thank yo...</description>
      <pubDate>Mon, 05 Sep 2016 14:29:49 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes was reviewed on webupd8.org. You will find the article at: <a href="http://www.webupd8.org/2016/09/qownnotes-is-note-taking-and-todo-list.html" target="_blank" rel="noopener noreferrer">QOwnNotes Is A Note Taking And Todo List App That Integrates With ownCloud</a></p>
<p>Thank you, Lionel R. for your interventions!</p>
<p><img src="/img/blog/QOwnNotes-on-webupd8.org_reference.png" alt="QOwnNotes on webupd8.org" title="QOwnNotes on webupd8.org"></p>
<p>(image by <a href="http://www.webupd8.org/" target="_blank" rel="noopener noreferrer">webupd8.org</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-on-webupd8.org_reference.png &quot;QOwnNotes on webupd8.org&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes featured on the Linux Voice Podcast</title>
      <link>https://www.qownnotes.org/blog/2016-07-12-QOwnNotes-featured-on-the-Linux-Voice-Podcast.html</link>
      <guid>https://www.qownnotes.org/blog/2016-07-12-QOwnNotes-featured-on-the-Linux-Voice-Podcast.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes featured on the Linux Voice Podcast</source>
      <description>QOwnNotes featured on the Linux Voice Podcast QOwnNotes was featured on the Linux Voice Podcast Season 4 Episode 10 (at minute 24:50). You can listen to the full episode here: L...</description>
      <pubDate>Tue, 12 Jul 2016 15:21:37 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>QOwnNotes</strong> was <strong>featured on</strong> the <strong>Linux Voice Podcast</strong> Season 4 Episode 10 (at minute 24:50).</p>
<p>You can listen to the full episode here: <a href="https://www.linuxvoice.com/podcast-season-4-episode-10/" target="_blank" rel="noopener noreferrer">Linux Voice Podcast - Season 4 Episode 10</a></p>
<p><a href="https://www.linuxvoice.com" target="_blank" rel="noopener noreferrer">Linux Voice</a> is really a great magazine (I subscribed to it a few month ago) and it's all about free software and free speech. You can download all back issues (Creative Commons BY-SA license) for free at <a href="https://www.linuxvoice.com/creative-commons-issues/" target="_blank" rel="noopener noreferrer">back issues</a>.</p>
<p><img src="/img/blog/linux-voice-podcast-logo_reference.png" alt="linux-voice-podcast-logo" title="linux-voice-podcast-logo"></p>
<p>(image by <a href="http://www.linuxvoice.com" target="_blank" rel="noopener noreferrer">www.linuxvoice.com</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/linux-voice-podcast-logo_reference.png &quot;linux-voice-podcast-logo&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes snap</title>
      <link>https://www.qownnotes.org/blog/2016-07-12-QOwnNotes-snap.html</link>
      <guid>https://www.qownnotes.org/blog/2016-07-12-QOwnNotes-snap.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes snap</source>
      <description>QOwnNotes snap Finally there also is a **snap** for QOwnNotes. You can visit the QOwnNotes uApp Explorer page to get more information. Please visit the QOwnNotes installation pa...</description>
      <pubDate>Tue, 12 Jul 2016 10:34:07 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Finally there also is a *<strong>*snap**</strong> for <strong>QOwnNotes</strong>.</p>
<p>You can visit the <a href="https://uappexplorer.com/app/qownnotes.pbek" target="_blank" rel="noopener noreferrer">QOwnNotes uApp Explorer page</a> to get more information.</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#snap" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for details on how to use it.</p>
<p><a href="http://snapcraft.io/" target="_blank" rel="noopener noreferrer">Snaps</a> are working on many Linux distributions like <strong>Arch Linux</strong>, <strong>Debian</strong>, <strong>Fedora</strong>, <strong>Gentoo Linux</strong> and <strong>Ubuntu</strong>.</p>
<p>Also see what the <a href="https://youtu.be/St46dvUruSg?t=3m27s" target="_blank" rel="noopener noreferrer">Ubuntu Community Q&amp;A</a> has to say about QOwnNotes.</p>
<p><img src="/img/blog/Snapcraft_reference.png" alt="Snapcraft" title="Snapcraft"></p>
<p>(image by <a href="http://snapcraft.io/" target="_blank" rel="noopener noreferrer">snapcraft.io</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Snapcraft_reference.png &quot;Snapcraft&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes review in British magazine Linux Format</title>
      <link>https://www.qownnotes.org/blog/2016-07-11-QOwnNotes-review-in-British-magazine-Linux-Format.html</link>
      <guid>https://www.qownnotes.org/blog/2016-07-11-QOwnNotes-review-in-British-magazine-Linux-Format.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes review in British magazine Linux Format</source>
      <description>QOwnNotes review in British magazine Linux Format QOwnNotes was reviewed in the popular British magazine Linux Format, issue 213 for August 2016! With friendly permission from N...</description>
      <pubDate>Mon, 11 Jul 2016 11:00:42 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>QOwnNotes</strong> was <strong>reviewed</strong> in the popular British magazine <strong><a href="http://www.linuxformat.com/" target="_blank" rel="noopener noreferrer"><strong>Linux Format</strong></a></strong>, issue 213 for August 2016!</p>
<p>With friendly permission from Neil from <em>Linux Format</em> you can <strong>download</strong> the article here:</p>
<p><a href="/media/blog/LXF213.hot.pdf">LXF213.hot.pdf</a> 376.23 kB You can also buy the full issue: <a href="https://www.myfavouritemagazines.co.uk/computer/linux-format-magazine-back-issues/Linux-Format-August-2016-Issue-213/" target="_blank" rel="noopener noreferrer">Buy Linux Format issue 213</a></p>
<p><img src="/img/blog/Linuf-Format-magazine_reference.png" alt="Linuf-Format-magazine" title="Linuf-Format-magazine"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Linuf-Format-magazine_reference.png &quot;Linuf-Format-magazine&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes Slackware Linux Repository</title>
      <link>https://www.qownnotes.org/blog/2016-06-27-QOwnNotes-Slackware-Linux-Repository.html</link>
      <guid>https://www.qownnotes.org/blog/2016-06-27-QOwnNotes-Slackware-Linux-Repository.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Slackware Linux Repository</source>
      <description>QOwnNotes Slackware Linux Repository Finally there also is a Slackware repository for QOwnNotes. Please visit the QOwnNotes installation page for details on how to use it. Slack...</description>
      <pubDate>Mon, 27 Jun 2016 14:33:04 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Finally there also is a <strong>Slackware repository</strong> for <strong>QOwnNotes</strong>.</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#Slackware" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for details on how to use it.</p>
<p><img src="/img/blog/Slackware-Logo_reference.png" alt="Slackware Logo" title="Slackware Logo"> (Slackware logo by <a href="http://www.unixstickers.com" target="_blank" rel="noopener noreferrer">www.unixstickers.com</a>)</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Slackware-Logo_reference.png &quot;Slackware Logo&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes review</title>
      <link>https://www.qownnotes.org/blog/2016-06-22-QOwnNotes-review.html</link>
      <guid>https://www.qownnotes.org/blog/2016-06-22-QOwnNotes-review.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes review</source>
      <description>QOwnNotes review I want to share a very comprehensive review of QOwnNotes by geckolinux. Review of QOwnNotes QOwnNotes review Hi, I just wanted to leave some general feedback on...</description>
      <pubDate>Wed, 22 Jun 2016 12:35:45 GMT</pubDate>
      <content:encoded><![CDATA[
<p>I want to share a very comprehensive review of QOwnNotes by <a href="https://github.com/geckolinux" target="_blank" rel="noopener noreferrer">geckolinux</a>.</p>
<h2>Review of QOwnNotes</h2>
<p><img src="/img/blog/QOwnNotes-review_medium.png" alt="QOwnNotes review" title="QOwnNotes review"></p>
<p>Hi, I just wanted to leave some general feedback on QOwnNotes and why I think it's one of the best in its class:</p>
<p>I've been extensively researching Markdown editors with live preview and export to a formatted file such as PDF. One of the finalists is QOwnNotes:</p>
<ul>
<li>Can work completely offline with a folder on the local filesystem that contains .md files, no xCloud integration required.</li>
<li>Automatic saves - a surprising number of similar tools require opening a document, and then saving changes before closing. If I wanted a workflow like that I would just use LibreOffice. But QOwnCloud simply saves all changes instantly, which allows me to quickly jot something down and then close it without worrying whether it was saved or not.</li>
<li>Search - Surprisingly, even some of the very full-featured Markdown editors don't have search across multiple documents. QOwnNotes has instant search/filtering of document titles and their content too, and even allows regexp.</li>
<li>Tag support - This is also a rare find in Markdown editors, and QOwnNotes even allows a tag hierarchy!</li>
<li>List of documents - Again, if I wanted to have to open and navigate to a markdown file on my filesystem I would just use LibreOffice. But QOwnNotes has a master Notes directory, and right in the main interface it shows the available document names, and even allows switching between different folders for organization freaks like myself.</li>
<li>
<ul>
<li>and * automatically appear with the key when working on outlines.</li>
</ul>
</li>
<li>Document navigator automatically creates an index based on your headings to navigate through long documents</li>
<li>Allows exporting the formatted document to HTML or PDF for printing.</li>
<li>Allows for linking to other document titles in QOwnNotes with note:///name-of-title</li>
<li>NOT Electron based! Lightweight, fast, and properly packaged for most distros.</li>
</ul>
<p>This is an extremely full-featured and well thought-out program. It definitely feels like a far better alternative to the likes of Haroopad. Thanks for creating it!</p>
<h2>Footnote</h2>
<p>You can see his original post at <a href="https://github.com/pbek/QOwnNotes/issues/225" target="_blank" rel="noopener noreferrer">GitHub</a> and another posting on <a href="https://www.reddit.com/r/LinuxActionShow/comments/4p6ibh/qownnotes_very_powerful_markdown_editor" target="_blank" rel="noopener noreferrer">Reddit</a>.</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-review_medium.png &quot;QOwnNotes review&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes IRC</title>
      <link>https://www.qownnotes.org/blog/2016-05-25-QOwnNotes-IRC.html</link>
      <guid>https://www.qownnotes.org/blog/2016-05-25-QOwnNotes-IRC.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes IRC</source>
      <description>QOwnNotes IRC QOwnNotes now has its own IRC channel #qownnotes at Freenode. Click at #qownnotes to open your IRC client or click on QOwnNotes Webchat for a web version. IRC Netw...</description>
      <pubDate>Wed, 25 May 2016 16:14:09 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes now has its own <strong>IRC channel</strong> <a href="irc://#qownnotes@freenode.net" target="_blank" rel="noopener noreferrer">#qownnotes</a> at Freenode.</p>
<p>Click at <a href="irc://#qownnotes@freenode.net" target="_blank" rel="noopener noreferrer">#qownnotes</a> to open your IRC client or click on <a href="http://webchat.freenode.net/?channels=qownnotes" target="_blank" rel="noopener noreferrer">QOwnNotes Webchat</a> for a web version.</p>
<p><a href="irc://#qownnotes@freenode.net" target="_blank" rel="noopener noreferrer"> <img src="/img/blog/IRC-Networking_reference.jpg" alt="IRC Networking" title="IRC Networking"> </a></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/IRC-Networking_reference.jpg &quot;IRC Networking&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes now has scripting support</title>
      <link>https://www.qownnotes.org/blog/2016-05-13-QOwnNotes-now-has-scripting-support.html</link>
      <guid>https://www.qownnotes.org/blog/2016-05-13-QOwnNotes-now-has-scripting-support.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes now has scripting support</source>
      <description>QOwnNotes now has scripting support QOwnNotes now has scripting support with QML and JavaScript! By using the power of the QQmlEngine and QML files with JavaScript you are now a...</description>
      <pubDate>Fri, 13 May 2016 08:53:44 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>QOwnNotes</strong> now has <strong>scripting support</strong> with <strong>QML</strong> and <strong>JavaScript</strong>!</p>
<p>By using the power of the QQmlEngine and QML files with JavaScript you are now able to <strong>script some new behavior</strong> into the application <strong>yourself</strong>.</p>
<p>You will find a new <strong>Scripting tab</strong> in the settings dialog, where you can <strong>add as many scripts</strong> to QOwnNotes <strong>as you like</strong> (you can also disable them temporarily).</p>
<p>Currently you may need to restart QOwnNotes to let changes in a script take action.</p>
<p>I prepared some <strong><a href="https://github.com/pbek/QOwnNotes/tree/main/doc/scripting" target="_blank" rel="noopener noreferrer">examples and documentation</a></strong> to play around with.</p>
<p>If you need access to a certain functionality in QOwnNotes or have <strong>questions or ideas</strong> please open an issue on the <a href="https://github.com/pbek/QOwnNotes/issues" target="_blank" rel="noopener noreferrer">QOwnNotes issue page</a>.</p>
<p><img src="/img/blog/QOwnNotes-scripting-with-QML-and-JavaScript_reference.png" alt="Scripting support with QML and JavaScript" title="Scripting support with QML and JavaScript"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-scripting-with-QML-and-JavaScript_reference.png &quot;Scripting support with QML and JavaScript&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes is the Desktop App Pick on the Linux Action Show</title>
      <link>https://www.qownnotes.org/blog/2016-03-28-QOwnNotes-is-the-Desktop-App-Pick-on-the-Linux-Action-Show.html</link>
      <guid>https://www.qownnotes.org/blog/2016-03-28-QOwnNotes-is-the-Desktop-App-Pick-on-the-Linux-Action-Show.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes is the Desktop App Pick on the Linux Action Show</source>
      <description>QOwnNotes is the Desktop App Pick on the Linux Action Show OwnCloud suddenly got a big thing again for Chris and the crew and so QOwnNotes was the Desktop App Pick on the Linux ...</description>
      <pubDate>Mon, 28 Mar 2016 14:33:59 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>OwnCloud</strong> suddenly got a big thing again for Chris and the crew and so <strong>QOwnNotes</strong> was the <strong>Desktop App Pick</strong> on the <strong><a href="http://www.jupiterbroadcasting.com/98121/floating-on-owncloud-9-las-410/" target="_blank" rel="noopener noreferrer">Linux Action Show 410</a></strong>.</p>
<p>Chris almost got all facts right, beside from that the QOwnNotes companion ownCloud app <a href="https://apps.owncloud.com/content/show.php/QOwnNotesAPI?content=173817" target="_blank" rel="noopener noreferrer"><strong>QOwnNotesAPI</strong></a> isn't needed for note syncing, but for accessing the <strong>note versions</strong> and <strong>trashed note</strong> on your <strong>ownCloud</strong> server. 😉</p>
<p>You can watch the part on <strong>YouTube</strong> at <a href="https://youtu.be/PAVL--BgA7E?t=11m16s" target="_blank" rel="noopener noreferrer">QOwnNotes at Linux Action Show 410</a>.</p>
<p><img src="/img/blog/QOwnNotes-on-LAS-410_reference.png" alt="QOwnNotes on LAS 410" title="QOwnNotes on LAS 410"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-on-LAS-410_reference.png &quot;QOwnNotes on LAS 410&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes got featured in Linux Voice 25</title>
      <link>https://www.qownnotes.org/blog/2016-03-25-QOwnNotes-got-featured-in-Linux-Voice-25.html</link>
      <guid>https://www.qownnotes.org/blog/2016-03-25-QOwnNotes-got-featured-in-Linux-Voice-25.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes got featured in Linux Voice 25</source>
      <description>QOwnNotes got featured in Linux Voice 25 QOwnNotes got featured in issue 25 of the very popular GNU/Linux and Free Software magazine Linux Voice. You can get issue 25 of Linux V...</description>
      <pubDate>Fri, 25 Mar 2016 06:46:50 GMT</pubDate>
      <content:encoded><![CDATA[
<p><strong>QOwnNotes</strong> got featured in issue 25 of the very popular <strong>GNU/Linux</strong> and <strong>Free Software</strong> magazine <a href="https://www.linuxvoice.com" target="_blank" rel="noopener noreferrer"><strong>Linux Voice</strong></a>.</p>
<p>You can get <strong><a href="http://shop.linuxvoice.com/products/single-issues" target="_blank" rel="noopener noreferrer">issue 25 of Linux Voice</a></strong> on their webpage.</p>
<p>Thanks a lot to <em>Graham</em> from <em>Linux Voice</em> to provide me with the article!</p>
<p>Now I know why lately more people are assuming that QOwnNotes is using the notes from <strong>OwnNote</strong>, which it doesn't. 😃</p>
<p><strong>QOwnNotes</strong> uses the same <strong>text files</strong> as the <strong>ownCloud notes</strong> app.<br>
OwnNote uses HTML in the database.</p>
<p>Please read <a href="https://www.qownnotes.org/Knowledge-base/Does-QOwnNotes-support-ownNote" target="_blank" rel="noopener noreferrer">Does QOwnNotes support ownNote</a> for more information.</p>
<p><img src="/img/blog/screenshot-linuxvoice25_reference.png" alt="screenshot-linuxvoice25" title="screenshot-linuxvoice25"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/screenshot-linuxvoice25_reference.png &quot;screenshot-linuxvoice25&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes Gentoo Linux Overlay</title>
      <link>https://www.qownnotes.org/blog/2016-03-01-QOwnNotes-Gentoo-Linux-Overlay.html</link>
      <guid>https://www.qownnotes.org/blog/2016-03-01-QOwnNotes-Gentoo-Linux-Overlay.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes Gentoo Linux Overlay</source>
      <description>QOwnNotes Gentoo Linux Overlay Finally QOwnNotes has an overlay for Gentoo Linux. Please visit the QOwnNotes installation page for details on how to use it. gentoo-linux</description>
      <pubDate>Tue, 01 Mar 2016 07:05:59 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Finally <strong>QOwnNotes</strong> has an overlay for <strong>Gentoo Linux</strong>.</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#Gentoo" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for details on how to use it.</p>
<p><img src="/img/blog/gentoo-linux_reference.jpg" alt="gentoo-linux" title="gentoo-linux"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/gentoo-linux_reference.jpg &quot;gentoo-linux&quot;" type="image/"/>
    </item>
    <item>
      <title>Translate QOwnNotes on Crowdin</title>
      <link>https://www.qownnotes.org/blog/2016-02-26-Translate-QOwnNotes-on-Crowdin.html</link>
      <guid>https://www.qownnotes.org/blog/2016-02-26-Translate-QOwnNotes-on-Crowdin.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Translate QOwnNotes on Crowdin</source>
      <description>Translate QOwnNotes on Crowdin QOwnNotes is now translatable on Crowdin! Join the fun at QOwnNotes on Crowdin and make it available in your favorite language! Crowdin</description>
      <pubDate>Fri, 26 Feb 2016 21:29:32 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes is now translatable on <strong>Crowdin</strong>! Join the fun at <a href="https://crowdin.com/project/qownnotes" target="_blank" rel="noopener noreferrer">QOwnNotes on Crowdin</a> and make it available in your favorite language!</p>
<p><img src="/img/blog/Crowdin_reference.png" alt="Crowdin" title="Crowdin"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Crowdin_reference.png &quot;Crowdin&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes 1.0 out now in 6 languages and with Freedesktop theme icons support</title>
      <link>https://www.qownnotes.org/blog/2016-02-14-QOwnNotes-1.0-out-now-in-6-languages-and-with-Freedesktop-theme-icons-support.html</link>
      <guid>https://www.qownnotes.org/blog/2016-02-14-QOwnNotes-1.0-out-now-in-6-languages-and-with-Freedesktop-theme-icons-support.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes 1.0 out now in 6 languages and with Freedesktop theme icons support</source>
      <description>QOwnNotes 1.0 out now in 6 languages and with Freedesktop theme icons support QOwnNotes has come a long way. 99 releases after the initial release QOwnNotes 1.0 is out now in 6 ...</description>
      <pubDate>Sun, 14 Feb 2016 18:09:21 GMT</pubDate>
      <content:encoded><![CDATA[
<p>QOwnNotes has come a long way.</p>
<p>99 releases after the initial release <strong>QOwnNotes 1.0</strong> is out now in <strong>6 languages**</strong>,** with <strong>Freedesktop <strong>theme</strong> icons</strong> support and with software repositories for <strong>Ubuntu</strong>, <strong>Arch</strong>, <strong>openSUSE</strong>, <strong>Fedora</strong> and <strong>Debian</strong> Linux, as well as packages for <strong>OS X</strong> and **Windows**.</p>
<p>Thank you for all the support in the last 16 months!</p>
<p>If you want to get involved with QOwnNotes read: <strong><a href="https://www.qownnotes.org/Knowledge-base/How-can-I-get-involved-with-QOwnNotes" target="_blank" rel="noopener noreferrer">Getting involved</a></strong></p>
<p><img src="/img/blog/QOwnNotes-translations_reference.png" alt="QOwnNotes is available in many different languages" title="QOwnNotes is available in many different languages"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-translations_reference.png &quot;QOwnNotes is available in many different languages&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes software repository for Debian Linux</title>
      <link>https://www.qownnotes.org/blog/2016-01-31-QOwnNotes-software-repository-for-Debian-Linux.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-31-QOwnNotes-software-repository-for-Debian-Linux.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes software repository for Debian Linux</source>
      <description>QOwnNotes software repository for Debian Linux Beside Linux software repositories for Arch, Ubuntu, Fedora and openSUSE we now also have a software repository for Debian Linux. ...</description>
      <pubDate>Sun, 31 Jan 2016 08:28:40 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Beside <strong>Linux</strong> software repositories for <strong>Arch</strong>, <strong>Ubuntu</strong>, <strong>Fedora</strong> and <strong>openSUSE</strong> we now also have a software repository for <strong>Debian Linux</strong>.</p>
<p>The repository also makes use of the wonderful openSUSE build service.</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#Debian" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for details on how to use it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>QOwnNotes package on the Arch User Repository</title>
      <link>https://www.qownnotes.org/blog/2016-01-30-QOwnNotes-package-on-the-Arch-User-Repository.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-30-QOwnNotes-package-on-the-Arch-User-Repository.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes package on the Arch User Repository</source>
      <description>QOwnNotes package on the Arch User Repository Beside the regular QOwnNotes software repository for Arch Linux there now also is an official package on the Arch User Repository c...</description>
      <pubDate>Sat, 30 Jan 2016 11:29:18 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Beside the regular <strong>QOwnNotes</strong> software repository for <strong>Arch Linux</strong> there now also is an official package on the <strong>Arch User Repository</strong> called <strong>qownnotes-pbek</strong>.</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#Arch" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for more details.</p>
<p><img src="/img/blog/arch-linux-logo_large.png" alt="arch-linux-logo" title="arch-linux-logo"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/arch-linux-logo_large.png &quot;arch-linux-logo&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes software repository for Arch Linux</title>
      <link>https://www.qownnotes.org/blog/2016-01-27-QOwnNotes-software-repository-for-Arch-Linux.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-27-QOwnNotes-software-repository-for-Arch-Linux.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes software repository for Arch Linux</source>
      <description>QOwnNotes software repository for Arch Linux Finally QOwnNotes has a software repository for Arch Linux and derivatives like Manjaro. The repository uses the openSUSE build serv...</description>
      <pubDate>Wed, 27 Jan 2016 13:26:59 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Finally <strong>QOwnNotes</strong> has a software repository for <strong>Arch Linux</strong> and derivatives like <strong>Manjaro</strong>.</p>
<p>The repository uses the openSUSE build service.</p>
<p>Please visit the <a href="https://www.qownnotes.org/installation#Arch" target="_blank" rel="noopener noreferrer">QOwnNotes installation page</a> for details on how to use it.</p>
<p><img src="/img/blog/arch-linux-logo_large.png" alt="arch-linux-logo" title="arch-linux-logo"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/arch-linux-logo_large.png &quot;arch-linux-logo&quot;" type="image/"/>
    </item>
    <item>
      <title>Webpage redesign</title>
      <link>https://www.qownnotes.org/blog/2016-01-26-Webpage-redesign.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-26-Webpage-redesign.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Webpage redesign</source>
      <description>Webpage redesign To get new users faster to the core information what QOwnNotes is all about and to let them download the app more quickly the front page and layout were a bit r...</description>
      <pubDate>Tue, 26 Jan 2016 18:37:45 GMT</pubDate>
      <content:encoded><![CDATA[
<p>To get new users faster to the core information what <strong>QOwnNotes</strong> is all about and to let them download the app more quickly the front page and layout were a bit redesigned.</p>
<p><img src="/img/blog/screenshot-qownnotes-webpage_large.jpg" alt="screenshot-qownnotes-webpage" title="screenshot-qownnotes-webpage"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/screenshot-qownnotes-webpage_large.jpg &quot;screenshot-qownnotes-webpage&quot;" type="image/"/>
    </item>
    <item>
      <title>Qt widget QMarkdownTextEdit now a separate project for developer&amp;apos;s pleasure</title>
      <link>https://www.qownnotes.org/blog/2016-01-13-Qt-widget-QMarkdownTextEdit-now-a-separate-project-for-developer&amp;apos;s-pleasure.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-13-Qt-widget-QMarkdownTextEdit-now-a-separate-project-for-developer&amp;apos;s-pleasure.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Qt widget QMarkdownTextEdit now a separate project for developer&amp;apos;s pleasure</source>
      <description>Qt widget QMarkdownTextEdit now a separate project for developer&amp;apos;s pleasure For the pleasure of you developers I extracted the markdown widget functionality out of QOwnNotes and...</description>
      <pubDate>Wed, 13 Jan 2016 16:53:12 GMT</pubDate>
      <content:encoded><![CDATA[
<p>For the pleasure of you developers I extracted the markdown widget functionality out of QOwnNotes and made it a separate Qt widget.</p>
<p>It's name is <strong>QMarkdownTextEdit</strong> and you'll find it on <strong><a href="https://github.com/pbek/qmarkdowntextedit/" target="_blank" rel="noopener noreferrer">QMarkdownTextEdit on GitHub</a></strong>.</p>
<p><img src="/img/blog/QMarkdownTextEdit-screenshot_large.png" alt="QMarkdownTextEdit screenshot" title="QMarkdownTextEdit screenshot"></p>
<h2>Current features</h2>
<ul>
<li>markdown highlighting</li>
<li>clickable links with Ctrl + Click</li>
<li>block indent with Tab and Shift + Tab</li>
<li>duplicate text with Ctrl + Alt + Down</li>
<li>searching of text with Ctrl + F
<ul>
<li>jump between search results with Up and Down</li>
<li>close search field with Escape</li>
</ul>
</li>
</ul>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QMarkdownTextEdit-screenshot_large.png &quot;QMarkdownTextEdit screenshot&quot;" type="image/"/>
    </item>
    <item>
      <title>New release version RSS feed</title>
      <link>https://www.qownnotes.org/blog/2016-01-09-New-release-version-RSS-feed.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-09-New-release-version-RSS-feed.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">New release version RSS feed</source>
      <description>New release version RSS feed If you don&amp;apos;t want to miss a single version of QOwnNotes you can subscribe to our QOwnNotes release version RSS feed. And if you don&amp;apos;t want to miss e...</description>
      <pubDate>Sat, 09 Jan 2016 12:37:47 GMT</pubDate>
      <content:encoded><![CDATA[
<p>If you don't want to miss a single version of QOwnNotes you can subscribe to our <strong><a href="https://www.qownnotes.org/rss/project_version/qownnotes.rss" target="_blank" rel="noopener noreferrer">QOwnNotes release version RSS feed</a></strong>.</p>
<p>And if you don't want to miss every source code commit there is the <a href="https://github.com/pbek/QOwnNotes/commits/develop.atom" target="_blank" rel="noopener noreferrer">QOwnNotes GitHub commit RSS feed</a>.</p>
<p>Of course there also is the <strong><a href="https://www.qownnotes.org/rss.xml" target="_blank" rel="noopener noreferrer">QOwnNotes blog RSS feed</a></strong>, if you want the <strong>latest news</strong> about the project.</p>
]]></content:encoded>
    </item>
    <item>
      <title>New Linux software repositories and todo list support</title>
      <link>https://www.qownnotes.org/blog/2016-01-07-New-Linux-software-repositories-and-todo-list-support.html</link>
      <guid>https://www.qownnotes.org/blog/2016-01-07-New-Linux-software-repositories-and-todo-list-support.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">New Linux software repositories and todo list support</source>
      <description>New Linux software repositories and todo list support A lot has happened the last weeks. For more convenience there are now software repositories for Ubuntu Linux, openSUSE Linu...</description>
      <pubDate>Thu, 07 Jan 2016 08:15:55 GMT</pubDate>
      <content:encoded><![CDATA[
<p>A lot has happened the last weeks.</p>
<p>For more convenience there are now <strong>software repositories</strong> for <strong>Ubuntu Linux</strong>, <strong>openSUSE Linux</strong> and <strong>Fedora Linux</strong>, done with Ubuntu Launchpad and the openSUSE build service.</p>
<p>You will <strong>not get any update notifications</strong> if you are using the software repositories, since your operating system is doing the updates, but you can always visit the <a href="https://www.qownnotes.org/changelog/QOwnNotes" target="_blank" rel="noopener noreferrer">changelog</a> to see what happened.</p>
<p>Visit the new <strong><a href="https://www.qownnotes.org/installation" target="_blank" rel="noopener noreferrer">installation page</a></strong> for instructions on how to use them. There you will also find installation instructions for the other supported operating systems, like <strong>OS X</strong> and <strong>Windows</strong> and instructions on how you can <strong>build QOwnNotes yourself</strong>.</p>
<p><img src="/img/blog/QOwnNotes-Todo-List_medium.png" alt="Manage your ownCloud or Calendar Plus todo lists" title="Manage your ownCloud or Calendar Plus todo lists"></p>
<p>Furthermore, QOwnNotes got support for <strong>managing your ownCloud todo lists</strong>!</p>
<p>To manage your todo lists you need <a href="https://apps.owncloud.com/content/show.php/Tasks?content=164356" target="_blank" rel="noopener noreferrer"><strong>ownCloud tasks</strong></a> or <strong><a href="https://apps.owncloud.com/content/show.php/Tasks+Plus?content=170561" target="_blank" rel="noopener noreferrer">Tasks++</a></strong> as backend, with which you also can manage your todo lists in the <strong>web</strong> and on your <strong>mobile devices</strong>.</p>
<p>Please be encouraged to report any troubles, wishes or ideas you have on the <a href="https://github.com/pbek/QOwnNotes/issues" target="_blank" rel="noopener noreferrer">QOwnNotes issues page</a>!</p>
<p>You may also want to <strong>subscribe</strong> to the <strong><a href="https://www.qownnotes.org/rss.xml" target="_blank" rel="noopener noreferrer">QOwnNotes RSS Feed</a></strong> to get the latest information about the project.</p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-Todo-List_medium.png &quot;Manage your ownCloud or Calendar Plus todo lists&quot;" type="image/"/>
    </item>
    <item>
      <title>QOwnNotes on Linux Unplugged</title>
      <link>https://www.qownnotes.org/blog/2015-11-04-QOwnNotes-on-Linux-Unplugged.html</link>
      <guid>https://www.qownnotes.org/blog/2015-11-04-QOwnNotes-on-Linux-Unplugged.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">QOwnNotes on Linux Unplugged</source>
      <description>QOwnNotes on Linux Unplugged QOwnNotes got featured on Linux Unplugged - Episode 117 (minute 19:56) by Jupiter Broadcasting, the largest GNU/Linux podcast network! You can also ...</description>
      <pubDate>Wed, 04 Nov 2015 17:34:36 GMT</pubDate>
      <content:encoded><![CDATA[
<p><a href="http://www.qownnotes.org/" target="_blank" rel="noopener noreferrer"><strong>QOwnNotes</strong></a> got featured on <a href="http://www.jupiterbroadcasting.com/90016/does-slack-mattermost-lup-117/" target="_blank" rel="noopener noreferrer"><strong>Linux Unplugged</strong> - Episode 117</a> (minute 19:56) by <strong><a href="http://www.jupiterbroadcasting.com/" target="_blank" rel="noopener noreferrer">Jupiter Broadcasting</a></strong>, the largest GNU/Linux podcast network!</p>
<p>You can also watch the part directly where it starts on <strong><a href="https://youtu.be/189EVbWmxYc?t=19m56s" target="_blank" rel="noopener noreferrer">YouTube</a></strong>.</p>
<p><a href="https://youtu.be/189EVbWmxYc?t=19m56s" target="_blank" rel="noopener noreferrer"><img src="/img/blog/Linux-Unplugged_articleimage.jpg" alt></a></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/Linux-Unplugged_articleimage.jpg" type="image/jpeg"/>
    </item>
    <item>
      <title>Build and release systems for QOwnNotes for Linux, macOS and Windows!</title>
      <link>https://www.qownnotes.org/blog/2015-07-27-Build-and-release-systems-for-QOwnNotes-for-Linux-Mac-OS-X-and-Windows.html</link>
      <guid>https://www.qownnotes.org/blog/2015-07-27-Build-and-release-systems-for-QOwnNotes-for-Linux-Mac-OS-X-and-Windows.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Build and release systems for QOwnNotes for Linux, macOS and Windows!</source>
      <description>Build and release systems for QOwnNotes for Linux, macOS and Windows! Finally all build and release systems for QOwnNotes for Linux, macOS and Windows are running well and you a...</description>
      <pubDate>Mon, 27 Jul 2015 06:53:06 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Finally all build and release systems for <strong><a href="http://www.qownnotes.org" target="_blank" rel="noopener noreferrer">QOwnNotes</a></strong> for Linux, macOS and Windows are running well and you always can download the latest release!</p>
<p>I'm using <strong>Travis CI</strong> for <strong>Ubuntu Linux</strong>, visit <strong><a href="https://travis-ci.org/pbek/QOwnNotes" target="_blank" rel="noopener noreferrer">QOwnNotes on Travis CI</a></strong>.</p>
<p><strong>GitLab CI</strong> is used for creating the <strong>macOS</strong> builds, visit <strong><a href="https://ci.gitlab.com/projects/5070?ref=develop" target="_blank" rel="noopener noreferrer">QOwnNotes on GitLab CI</a></strong>.</p>
<p>And <strong>AppVeyor</strong> is used for creating the builds for <strong>Microsoft Windows</strong>, visit <strong><a href="https://ci.appveyor.com/project/pbek/qownnotes" target="_blank" rel="noopener noreferrer">QOwnNotes on AppVeyor</a></strong>.</p>
<p>You will find all the <strong>new binaries</strong> in the <strong><a href="http://www.qownnotes.org/#downloads" target="_blank" rel="noopener noreferrer">download area of the project page</a></strong>.</p>
<p><img src="/img/blog/QOwnNotes-Main-Screen-Linux_reference.png" alt="Edit your notes with markdown highlighting, colored tags and subfolders" title="Edit your notes with markdown highlighting, colored tags and subfolders"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-Main-Screen-Linux_reference.png &quot;Edit your notes with markdown highlighting, colored tags and subfolders&quot;" type="image/"/>
    </item>
    <item>
      <title>Links to other notes or files are now possible in QOwnNotes</title>
      <link>https://www.qownnotes.org/blog/2015-03-23-Links-to-other-notes-or-files-are-now-possible-in-QOwnNotes.html</link>
      <guid>https://www.qownnotes.org/blog/2015-03-23-Links-to-other-notes-or-files-are-now-possible-in-QOwnNotes.html</guid>
      <source url="https://www.qownnotes.org/rss.xml">Links to other notes or files are now possible in QOwnNotes</source>
      <description>Links to other notes or files are now possible in QOwnNotes Build 25 of QOwnNotes brings better url handling in the markdown preview mode. Links to other notes or files are now ...</description>
      <pubDate>Mon, 23 Mar 2015 17:52:16 GMT</pubDate>
      <content:encoded><![CDATA[
<p>Build 25 of <strong>QOwnNotes</strong> brings better url handling in the <strong>markdown preview mode</strong>. <strong>Links</strong> to <strong>other notes</strong> or <strong>files</strong> are now possible!</p>
<p>Examples:<br>
- &lt;note://MyNote&gt; opens the note &quot;MyNote&quot;<br>
- &lt;note://my-note-with-spaces-in-the-name&gt; opens the note &quot;My Note with spaces in the name&quot;<br>
- &lt;http://www.bekerle.com/QOwnNotes&gt; opens the webpage<br>
- &lt;file:///path/to/my/file/QOwnNotes.pdf&gt; opens the file &quot;/path/to/my/file/QOwnNotes.pdf&quot; if the operating system supports that handler</p>
<p>You will find the <strong>new binaries</strong> in the <strong><a href="http://www.bekerle.com/QOwnNotes#downloads" target="_blank" rel="noopener noreferrer">download area of the project page</a></strong>.</p>
<p><img src="/img/blog/QOwnNotes-Main-Screen-Linux_reference.png" alt="Edit your notes with markdown highlighting, colored tags and subfolders" title="Edit your notes with markdown highlighting, colored tags and subfolders"></p>
]]></content:encoded>
      <enclosure url="https://www.qownnotes.org/img/blog/QOwnNotes-Main-Screen-Linux_reference.png &quot;Edit your notes with markdown highlighting, colored tags and subfolders&quot;" type="image/"/>
    </item>
  </channel>
</rss>