update noteboard. AGAIN.

This commit is contained in:
Lazy Hippopotamus
2024-03-11 20:50:33 -04:00
parent 4472bc77e0
commit 657782db6a
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<div class="text">
<ul>
<li>Markdown support with an @-directive</li>
<li>Code cleaning (need to fix memory management especially)</li>
<li>Code cleaning (use smart pointers and std::strings as much as possible rather than... <i>this</i>)</li>
<li>Make config less hack (move from \[i config] to \[i exists], and create empty objects on global with -c)</li>
<li>Add an unpack/ghost operator so setting objects to other objects works (something like \[=ghostingName-] \[%ghostedObject] \[/])</li>
<li>Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.</li>