IA writer got this right, but it's too local and doesn't have colab or better online sync features. Shameless plug – I'm building https://kraa.io/about that's trying to be a writing app with a minimal, yet feature-rich, UI. (better offline and local-files functionality planned)
I don't see how one follows from the other, the vast majority of people use tools to deliver value without really caring whether they're self hosted or not
We do everything in Notion. Book time off, HR policies, run books, playbooks, knowledge dumps, project management, sprint management. Search is a lot better so it really opens up the use cases.
Imo, if you're building a company with the goal of selling it you should use Notion. Get your team to use it, and capture everything about your business. When you go to sell it you have the whole business packaged up in a searchable, interactive knowledge base.
Yeah, thanks, I’m good. Obsidian it is then.
# Copy-Paste re-implementation for Mac Keyboard
set $mod Mod4
bindsym --to-code $mod+z exec wtype -P XF86Undo
bindsym --to-code $mod+Shift+z exec wtype -P XF86Redo
bindsym --to-code $mod+x exec wtype -P XF86Cut
bindsym --to-code $mod+c exec wtype -P XF86Copy
bindsym --to-code $mod+v exec wtype -P XF86Paste