siina.monster/notes/2024-02-17.txt

27 lines
1.0 KiB
Plaintext

<p>This is the first thing written by using a modified version of <a
href="https://k0.tel/">koutsie</a>'s <a
href="https://code.criminallycute.fi/siina/noter">noter</a> script.</p>
<p>So far I really like it, though there's a lot more to be done to it before I
am happy with how editable the html and things are. It's been a great
launching point for me and I appreciate the inspiration that it has given
me.</p>
<p>I just keep forgetting I have to add in paragraph tags and the like... too
used to hugo doing all the work for me. :')</p>
<p>Over the next few days I hope to get even more stuff done with it! I
already have ideas of writing a script that'll append stuff to this so I can
take small notes throughout the day. Something like
<pre>
$ noter "I think I did the thing today, yay!"
</pre>
appending
<pre>
&lt;p&gt;I think I did the thing today, yay!&lt;/p&gt;
</pre>
to the txt file and running make to update and publish the text. 🤔</p>
<p>(Helps to use pre instead of code tags)</p>
<p><b>19.01.12</b>: This is a test from the cli :D</p>