I expected to base my search on joplin ls -l
but I meet another behavior .
Is there a way to do it ?
Or do I have to make an ugly tweak like
curl https://127.0.0.1/folders
with the folders list, returned by the previous line, reading each folder, simulate an access the folder and then do joplin ls -l ?
The better would be to be able to do
joplin ls -l my_folder
instead of
joplin use my_folder
joplin ls -l
Thus I could start to play with the export of the last notes of my_folder
and build a blog post for a blog engine on my choice