Print a notebooks notes/todo to standard output in a terminal

I have been trying to figure out how to do this because I use joplin for all my notes / todos and I was trying to figure out how to make a simple bash script to view all my todos. I couldn’t see a way from the documentation to print out the titles of a specific notebook. Specifically I have a notebook called TODO where I should all my todos in I’d like to just run a command and see all of them without having to get into the app. if this is already a feature then I apologize. any tips / tricks would be appreciated. (also I love joplin v much my thanks go out to the devs.)

joplin ls should do that. Use joplin use before that to select the notebook.

1 Like

Thank You! that works perfectly I didn’t realize there was an ls command!