So, I’m fully anticipating using Dendron as my pri...
# questions
r
So, I’m fully anticipating using Dendron as my primary note taking solution on PC. But I’m still trying to solve how I’ll handle quick notes while on the go (iPhone). I don’t need it to fully support Dendron editing at the drop of a hat (I can sit down and VNC into my machine if I need full access), but I’d like to be able to quickly add a scratch note at least, at a moments notice (and maybe get a bit more elaborate later if possible). My initial thoughts are to use iOS Shortcuts to send an SSH command to my PC, which fires up a Dendron CLI command to add a note with the passed in string (I guess I’d have to create a .md file actually… hm…). My guess is that is what the ImportPod command does? It also looks like I can even tell it to submit the added note to Git as well, which is awesome!