Listing all nodes in a folder recursively at note list

I am using Joplin 1.1.4 in Linux Mint.

Is there a way to list all the notes contained in the folder note list ( i.e. the ones from sub folders as well) ? Using the screenshot shown below as an example, I would want to see all 11 notes listed instead of just the file located in that main directory.

image

1 Like

If you have programming experience, you can use joplin's api to operate it (be careful of any non-search operations)

Did you ever figure out how to do this?