<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Notulee</title><link>https://notulee.com/</link><description>Recent content on Notulee</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://notulee.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started</title><link>https://notulee.com/docs/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/docs/getting-started/</guid><description>&lt;h2 id="what-notulee-is">What Notulee is&lt;/h2>
&lt;p>Notulee is an &lt;strong>ephemeral scratchpad&lt;/strong>. You open it, you type, and the smart features come to you — you never leave the text. It&amp;rsquo;s deliberately not a filing cabinet: notes are meant to be quick, reorderable and disposable.&lt;/p>
&lt;p>What makes it different from a plain text box is that parts of a note can become &lt;strong>regions&lt;/strong> with special behaviour: a math region calculates, a checklist region tracks progress, and so on. The text stays plain; the powers are layered on top.&lt;/p></description></item><item><title>Math, units &amp; currency</title><link>https://notulee.com/docs/math-and-units/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/docs/math-and-units/</guid><description>&lt;p>A math region is a calculator that reads prose. Write numbers the way you&amp;rsquo;d say them — names, units and currencies included — and the answers appear inline.&lt;/p>
&lt;h2 id="arithmetic">Arithmetic&lt;/h2>
&lt;p>Standard arithmetic works as you&amp;rsquo;d expect, including parentheses, powers and functions:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-text" data-lang="text">&lt;span class="line">&lt;span class="cl">team : 7
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">pizzas : ceil(team / 2)
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">slices : pizzas * 8
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">slices / team = 4.57
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">2 ^ 16 = 65,536
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="percentages">Percentages&lt;/h2>
&lt;p>Percentages are written the natural way:&lt;/p></description></item><item><title>Reactive variables</title><link>https://notulee.com/docs/variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/docs/variables/</guid><description>&lt;p>Variables live inside &lt;a href="https://notulee.com/docs/math-and-units/">math regions&lt;/a> — they&amp;rsquo;re what turn a note into a tiny, living model. Assign a value once and reference it from your maths; change the source and every dependent result recalculates.&lt;/p>
&lt;blockquote>
&lt;p>Assignments (and the expressions that use them) only evaluate &lt;strong>inside a math region&lt;/strong>. On a plain line they&amp;rsquo;re just text — add a region with &lt;code>/&lt;/code> → &lt;strong>Math&lt;/strong>.&lt;/p>&lt;/blockquote>
&lt;h2 id="assigning-a-value">Assigning a value&lt;/h2>
&lt;p>Use &lt;code>name : value&lt;/code>:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-text" data-lang="text">&lt;span class="line">&lt;span class="cl">coffee : 4.50
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">workdays : 21
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">people : 3
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="using-it">Using it&lt;/h2>
&lt;p>Reference the name in any expression in the same note:&lt;/p></description></item><item><title>Checklists &amp; lists</title><link>https://notulee.com/docs/checklists-and-lists/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/docs/checklists-and-lists/</guid><description>&lt;p>A checklist region turns a list into something you can tick off, with a running tally of progress — no separate task app required.&lt;/p>
&lt;h2 id="checklists">Checklists&lt;/h2>
&lt;p>Add a checklist region and write one item per line. Toggle an item to mark it done; completed items strike through, and Notulee keeps a live count:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-text" data-lang="text">&lt;span class="line">&lt;span class="cl">☐ benchmark a wide aggregation
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">☑ verify the DuckDB extension loads
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">☐ write up the findings 1 / 3 done
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The &lt;code>1 / 3 done&lt;/code> indicator updates as you check items off, so a glance tells you what&amp;rsquo;s left.&lt;/p></description></item><item><title>Search &amp; export</title><link>https://notulee.com/docs/search-and-export/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/docs/search-and-export/</guid><description>&lt;h2 id="full-text-search">Full-text search&lt;/h2>
&lt;p>Notulee searches across &lt;strong>all&lt;/strong> your notes at once, and stays fast even with thousands of notes. Search offers several matching modes:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Contains&lt;/strong> — the default substring match&lt;/li>
&lt;li>&lt;strong>Word&lt;/strong> — whole-word matching&lt;/li>
&lt;li>&lt;strong>Anchored&lt;/strong> — matches from the start&lt;/li>
&lt;li>&lt;strong>Regex&lt;/strong> — full regular-expression matching for precise queries&lt;/li>
&lt;/ul>
&lt;p>There&amp;rsquo;s no index to build or maintain — search just works.&lt;/p>
&lt;h2 id="find--replace">Find &amp;amp; replace&lt;/h2>
&lt;p>Within a single note, find-and-replace supports the same family of modes — plain contains, whole-word, anchored and regex — so you can make surgical edits or sweeping changes with confidence.&lt;/p></description></item><item><title>Keyboard &amp; desktop</title><link>https://notulee.com/docs/keyboard-shortcuts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/docs/keyboard-shortcuts/</guid><description>&lt;p>Notulee is designed to be summoned, used and dismissed without reaching for the mouse. The native desktop app adds a few window behaviours on top of the editor.&lt;/p>
&lt;h2 id="summon-from-anywhere">Summon from anywhere&lt;/h2>
&lt;p>A global hotkey toggles the Notulee window from any application:&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Shortcut&lt;/th>
 &lt;th>Action&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Alt&lt;/kbd>+&lt;kbd>N&lt;/kbd>&lt;/td>
 &lt;td>Show / hide Notulee (global)&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>Because it&amp;rsquo;s global, you can capture a thought mid-task and get back to what you were doing in a couple of keystrokes.&lt;/p></description></item><item><title>Privacy</title><link>https://notulee.com/privacy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://notulee.com/privacy/</guid><description>&lt;p>Notulee was built around a simple promise: &lt;strong>your notes are yours, and they stay on your machine.&lt;/strong> This page explains, plainly, how that works — and the one small exception.&lt;/p>
&lt;h2 id="where-your-notes-live">Where your notes live&lt;/h2>
&lt;p>Every note is stored on your own device. There is no registration and no sign-in. We never see your notes, because they are never sent anywhere.&lt;/p>
&lt;h2 id="every-smart-feature-is-on-device">Every smart feature is on-device&lt;/h2>
&lt;p>The &amp;ldquo;superpowers&amp;rdquo; — math, unit and currency conversion, reactive variables, checklists, sums, readability scoring and search — all run locally, and always give the same result for the same input. They&amp;rsquo;re deterministic, not predictive, so nothing about what you type is sent anywhere to be evaluated.&lt;/p></description></item></channel></rss>