I'm a Joplin user that joined around 6 months ago. I'm extremely happy with this software. Kudos to all the makers and community.
With all said I humbly come here with a request for help.
This is my environment:
Joplin 1.7.11
I'm syncing with dropbox
I'm using Ubuntu 20.04
My problem is that for some reason Joplin is not showing a note that seems to exist on the sync destination. I don't really know how I got to this situation, but I'd really, really like to recover that note.
I've checked with some greps the destination directory and found that the markdown is indeed there, but it is split amongst several files (which I assume are revisions).
My question is: is there any way to import all those files into a properly formatted note?
If you have the ID of the note you can update the modification time of the note which should force Joplin to pull it from the sync target.
An easy way to do this is with the touch command.
Within your Joplin directory (in the Dropbox folder) you can run
It looks like you don't have encryption enabled, this means that you should actually be able to open ```
ac8520394a9e4885b607bab9581fbb14.md and directly read the note contents. There is some additional meta-data but if you scroll through you should be able to recognize your note pretty quickly.
Unfortunately I don't have an example of what it will look like, but I think you should get it easily.