HACKER Q&A
📣 Throwawayh89

How do you document/index random thoughts, observations, & learnings?


How do you document/index random thoughts, observations, & learnings?


  👤 billconan Accepted Answer ✓
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.

👤 anthonyhn
Wikipedia has a page on single-user personal wikis that are great for organizing your notes[0].

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.

[0] https://en.wikipedia.org/wiki/Personal_wiki?useskin=vector#S...

[1] https://zim-wiki.org/


👤 gavenkoa
Start with https://en.wikipedia.org/wiki/Knowledge_management_software

Usually you end with wiki or plain text files.

Some popular offers:

* https://roamresearch.com/ * https://www.orgroam.com/


👤 hnfong
I just write markdown documents and push it to github.

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.