← Back to context

Comment by submeta

16 hours ago

There‘s text based and there‘s text based.

I keep my tasks in textfiles (markdown) as well. Not one, but several, for all kinds of projects. And I view my files in Obsidian, although I open them in neovim as well, searching via ripgrep, finding via fd, fzf, viewing via bat. All in terminal.

Textfiles are great.

Emacs + orgmode is also an excellent choice, but that’s all tied to Emacs. And Orgmode files do not render nicely in other editors/viewers. Besides it‘s overkill. Trying to do everything in one app. I prefer the Unix way. Do one thing and do it good.