I’m a huge fan of Obsidian as my primary note taking and productivity app.
But, sometimes I do get bored and want to use a CLI to deal with markdown.
You could use Neovim: sudo apt install neovim
The folks at charm_ do make fantastic CLI tools, namely glow. This gives a semi similar experience to Neovim but tailored to markdown; beautiful.
Don’t forget to change your default editor in your ~/.bashrc: export EDITOR="nvim"
