I implemented my own notion clone that saves my notes to txt files and I version control them on github. I plan to implement a static site generator to generate my blog out of them.
Wikipedia has a page on single-user personal wikis that are great for organizing your notes[0].<p>If you're looking for something simple and unixy, Zim is a pretty good choice[1]. It's an offline GTK-based GUI application for creating personal wikis that saves all the wiki pages as Markdown files and can export your wiki as HTML using various templates. Zim has been available in many linux package repos for over a decade and is GPL-2.0 licensed.<p>[0] <a href="https://en.wikipedia.org/wiki/Personal_wiki?useskin=vector#Single-user_wiki_software" rel="nofollow">https://en.wikipedia.org/wiki/Personal_wiki?useskin=vector#S...</a><p>[1] <a href="https://zim-wiki.org/" rel="nofollow">https://zim-wiki.org/</a>
Start with <a href="https://en.wikipedia.org/wiki/Knowledge_management_software" rel="nofollow">https://en.wikipedia.org/wiki/Knowledge_management_software</a><p>Usually you end with wiki or plain text files.<p>Some popular offers:<p>* <a href="https://roamresearch.com/" rel="nofollow">https://roamresearch.com/</a>
* <a href="https://www.orgroam.com/" rel="nofollow">https://www.orgroam.com/</a>
I just write markdown documents and push it to github.<p>There's also a URL with a textbox that can save small snippets of text. No auth needed to save, but auth needed to retrieve the saved contents. This helps when I'm on the road and need to quickly save something.