robinrheem / thehodl

Hold crypto forever.
MIT License
1 stars 1 forks source link

How to manage our knowledge base #3

Open robinrheem opened 2 years ago

robinrheem commented 2 years ago

I've always had this problem. There's not a silver bullet-like tool or some sort of giant's shoulder for managing knowledge bases. There are tools like Confluence, Notion, Clickup, or anything else, but they all feel like fashion instead of something that solved this problem.

The solution that I want is:

  1. Decent editor that lets you edit LaTeX, Markdown, org-mode, etc.
  2. Sync with Git.
  3. Organize with graphs like Roam Research.
  4. Publish to a nice branded website.
robinrheem commented 2 years ago

Athens Research seem to be doing a really good job.

jhhuh commented 2 years ago

Is this for internal use? Then, why don't you just use org-mode?

robinrheem commented 2 years ago

org-mode is pretty nice when you use it with Emacs and when you're coding alone. But it doesn't seem to fit as a universal markup language for an organization. The tooling for org-mode is always partially/not implemented in most IDEs and it's hard for non-programmers/non-emacs users to have a go on it. Plus it's not easy to fulfill all the number points in the description in a seamless way. If you have a nice example stack of org-mode use in an organization, I would love to hear the use-case, infrastructure, and the usual workflow.