<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: HellterEnjoy</title>
    <description>The latest articles on DEV Community by HellterEnjoy (@hellterenjoy).</description>
    <link>https://dev.to/hellterenjoy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079598%2F6a7f7c9f-4a8f-4ca0-8d03-c647a0e6c598.png</url>
      <title>DEV Community: HellterEnjoy</title>
      <link>https://dev.to/hellterenjoy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hellterenjoy"/>
    <language>en</language>
    <item>
      <title>I built Lilo: quick notes when you need them, a full workspace when you don’t</title>
      <dc:creator>HellterEnjoy</dc:creator>
      <pubDate>Fri, 28 Aug 2026 00:42:38 +0000</pubDate>
      <link>https://dev.to/hellterenjoy/i-built-lilo-quick-notes-when-you-need-them-a-full-workspace-when-you-dont-8le</link>
      <guid>https://dev.to/hellterenjoy/i-built-lilo-quick-notes-when-you-need-them-a-full-workspace-when-you-dont-8le</guid>
      <description>&lt;p&gt;I wanted a notes app that did not make every small thought feel like opening an entire workspace.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Lilo&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It starts as a compact, always-on-top window where I can capture something quickly. When I need more context, it expands into a complete Markdown workspace with folders, daily notes, backlinks, tags, attachments, templates, search, and a knowledge graph.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqb4y1o3mo4tp8k78f7cd.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqb4y1o3mo4tp8k78f7cd.gif" alt="Lilo demo" width="384" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The important part for me is that the notes remain ordinary local Markdown files. There is no account, proprietary database, or required cloud service.&lt;/p&gt;

&lt;p&gt;Version &lt;strong&gt;0.2.0&lt;/strong&gt; is now available for Windows, Ubuntu 22.04+, and Arch Linux.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/HellterEnjoy/Lilo" rel="noopener noreferrer"&gt;View Lilo on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lilo is built with Rust and egui. It is still young, so feedback about the workflow and interface would be genuinely useful.&lt;/p&gt;

</description>
      <category>desktop</category>
      <category>productivity</category>
      <category>rust</category>
      <category>markdown</category>
    </item>
    <item>
      <title>So I built Lilo — a compact Markdown widget.</title>
      <dc:creator>HellterEnjoy</dc:creator>
      <pubDate>Tue, 18 Aug 2026 18:30:48 +0000</pubDate>
      <link>https://dev.to/hellterenjoy/so-i-built-lilo-a-compact-markdown-widget-316k</link>
      <guid>https://dev.to/hellterenjoy/so-i-built-lilo-a-compact-markdown-widget-316k</guid>
      <description>&lt;p&gt;I got tired of having to choose between launching heavy note-taking apps just to write down two sentences and using dumb scratchpads with zero structure.&lt;/p&gt;

&lt;p&gt;So I built Lilo — a compact Markdown widget.&lt;/p&gt;

&lt;p&gt;The main idea was to have something always within reach that opens instantly and builds a connected knowledge graph between ideas without hogging system memory. Built it entirely in Rust, so it runs fast and lightweight, while your notes simply stay as local .md files.&lt;/p&gt;

&lt;p&gt;Decided to open-source it in case anyone else finds it useful:&lt;/p&gt;

&lt;p&gt;github.com/HellterEnjoy/Lilo&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>rust</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Lilo 0.1.9 — Daily Workflow Preview</title>
      <dc:creator>HellterEnjoy</dc:creator>
      <pubDate>Tue, 18 Aug 2026 07:39:54 +0000</pubDate>
      <link>https://dev.to/hellterenjoy/lilo-019-daily-workflow-preview-1caa</link>
      <guid>https://dev.to/hellterenjoy/lilo-019-daily-workflow-preview-1caa</guid>
      <description>&lt;p&gt;I’ve just released &lt;strong&gt;Lilo 0.1.9&lt;/strong&gt;, focused on making everyday note-taking faster without moving away from plain Markdown files.&lt;/p&gt;

&lt;p&gt;This update adds:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📅 Daily Notes with custom folders and date formats&lt;/li&gt;
&lt;li&gt;⚡ Quick Capture to Daily Notes, Inbox, or timestamped notes&lt;/li&gt;
&lt;li&gt;📝 Reusable Markdown templates with variables like &lt;code&gt;{{date}}&lt;/code&gt;, &lt;code&gt;{{title}}&lt;/code&gt; and &lt;code&gt;{{cursor}}&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;⌨️ A keyboard-first Command Palette&lt;/li&gt;
&lt;li&gt;🔎 Structured search by tags, folders, links and titles&lt;/li&gt;
&lt;li&gt;🧘 Zen mode, editor zoom and collapsible sidebars&lt;/li&gt;
&lt;li&gt;📑 Heading outline, word/character counts and improved editor spacing&lt;/li&gt;
&lt;li&gt;🎨 Native application branding&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The existing Markdown vault structure stays untouched, so upgrading doesn’t require migrating your notes.&lt;/p&gt;

&lt;p&gt;Lilo is built with &lt;strong&gt;Rust + egui&lt;/strong&gt; and runs on Windows and Linux.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/HellterEnjoy/Lilo" rel="noopener noreferrer"&gt;https://github.com/HellterEnjoy/Lilo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>rust</category>
      <category>showdev</category>
      <category>tools</category>
    </item>
    <item>
      <title>I built a compact Markdown notes app in Rust</title>
      <dc:creator>HellterEnjoy</dc:creator>
      <pubDate>Sun, 16 Aug 2026 02:32:53 +0000</pubDate>
      <link>https://dev.to/hellterenjoy/i-built-a-compact-markdown-notes-app-in-rust-2hob</link>
      <guid>https://dev.to/hellterenjoy/i-built-a-compact-markdown-notes-app-in-rust-2hob</guid>
      <description>&lt;p&gt;I've been building Lilo — a small desktop notes app built with Rust + egui.&lt;/p&gt;

&lt;p&gt;It stores notes as regular Markdown files and adds &lt;code&gt;[[wiki links]]&lt;/code&gt;, backlinks, search, and a visual knowledge graph. It also has an always-on-top mode, so I can keep it around while coding.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fecik79kobs1308xdpxgn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fecik79kobs1308xdpxgn.gif" alt=" " width="384" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Windows and Linux builds are available.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/HellterEnjoy/Lilo" rel="noopener noreferrer"&gt;https://github.com/HellterEnjoy/Lilo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's still an early project, so feedback is very welcome.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>rust</category>
      <category>markdown</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
