mewfree's recent activity
-
Comment on How do you manage your digital notes? in ~life
-
Comment on How do you manage your digital notes? in ~life
mewfree I'm an org-mode user myself and I've found that the best way to use org-mode on my phone was to... use Emacs! On my Android device, I've downloaded Termux, ran pkg install emacs on it, used git...I'm an org-mode user myself and I've found that the best way to use org-mode on my phone was to... use Emacs!
On my Android device, I've downloaded Termux, ran
pkg install emacs
on it, usedgit clone
andstow
to set up the same config I have on my desktop and voilĂ !I use git (via Magit) as a syncing solution between my devices.
It works great! Emacs is surprisingly usable on mobile!
Oh and for the web part, I host my
git
repo on GitHub and they can render.org
files the same way they render Markdown so that's sufficient for me.