I am using Standard Notes currently but I don’t want to pay 10$/month anymore.

  • Seirdy
    link
    fedilink
    5
    edit-2
    3 years ago
    mkdir ~/Documents/Notes
    cd ~/Documents/Notes
    $EDITOR name_of_note.txt
    

    For lecture notes, I do this:

    $EDITOR "$(date +'%Y-%m-%dT%H:%M:%S%:z').md"
    

    I don’t actually type out commands like these; I have alises for them. I sync my notes with git, so I don’t have to learn another tool just for notes.