Ask HN: How do you share/organize knowledge at work and life?
221–230 of 304 posts
Re: Ask HN: How do you share/organize knowledge at work and life?
#222TiddlyWiki: https://tiddlywiki.com/
Can you edit and save the notes in markdown? I’ve got a bunch of notes in this format and ideally would like to keep them that way if I move them to a new platform like Tiddlywiki
Re: Ask HN: How do you share/organize knowledge at work and life?
#223Re: Ask HN: How do you share/organize knowledge at work and life?
#224For teams I've used Raneto[0] in the past. I use Notable[1] and MkDocs[2] for personal notes and technical documentation respectively. All three are markdown powered of course. Raneto and MkDocs can use a Git repo with your preferred build pipeline and the HTML can be hosted internally or on Netlify, etc. Works well for teams. With Notable I use Syncthing to keep notes synced, but that's a personal use case. For team…
Re: Ask HN: How do you share/organize knowledge at work and life?
#225Re: Ask HN: How do you share/organize knowledge at work and life?
#226Re: Ask HN: How do you share/organize knowledge at work and life?
#227Re: Ask HN: How do you share/organize knowledge at work and life?
#228Earlier quoted context omitted.
what makes you think Emacs has a high learning curve?
You can't use Emacs as notepad.exe, and comparing it with vim shows how low you're setting the bar. Out of the box it doesn't even have standard ctl-zxcv shortcuts. The keybindings it does have are terrible and give RSI, and crucially because there's a whole ecosystem of addons that try not to collide, they can never be changed , which is why CUA mode isn't default. Some of us just don't want to 'invest' in tools tha…
Everything you are claiming is wrong. I came to Emacs from the Apple HIG shortcut world (which btw, Apple copied from PARC), and I think the keyboard shortcuts Emacs comes with are better thought out and more ergonomic to use. That is why they are the default (Emacs users prefer them), instead of cua-mode, which comes with Emacs and is easily activated.
Emacs key bindings are also far easier to change that in any other application, because Emacs keymaps are first-class objects with inheritance and are separate from commands. That is why Emacs can easily support not just completely different keyboard shortcuts, but completely different input methods such as modal editing.
Re: Ask HN: How do you share/organize knowledge at work and life?
#229I have a personal "knowledge base" that is publicly available at https://maxmasnick.com/kb/ . This is partially inspired by Chris Albon's excellent data science technical notes: http://chrisalbon.com . I find it very helpful to have this kind of information on a public website. It's easy to search myself, quick to edit[^1], and helpful for sharing with others when someone asks me a question. For notes I don't want to…
Re: Ask HN: How do you share/organize knowledge at work and life?
#230It essentially is markdown files in the fixed directory structure, searchable and simple.