Notes without folders

Operating system

Linux

Joplin version

3.0.8

Desktop version info

joplin 3.0.8 (prod, linux)

Client ID: 31a65565d08c44a6beabd6fb2e6b47a9
Sync Version: 3
Profile Version: 47
Keychain Supported: No

Revision: 6fc9b856f (convert-file-urls)

Admonition markdown extension: 1.1.0
Backup: 1.4.1
Combine notes: 1.2.2
Convert Text To New Note: 1.5.1
Create and go to tags and @notebooks: 1.3.7
Life Calendar: 1.4.1
Math Mode: 0.6.2
Note Tabs: 1.4.0
Quick Links: 1.3.2
Slash Commands: Datetime & More: 1.3.2
Templates: 2.4.0
Text Colorize: 1.2.5
turnToChart: 1.9.3

What issue do you have?

I have some notes that aren't assigned to any folder, I can search for them but they seem to be in some kind of a purgatory, I can also find them using

SELECT * FROM notes WHERE parent_id NOT IN (SELECT id FROM folders f) 

and I have 17 of them

Also I have 3 folders in that purgatory and those folders even have their notes

SELECT * FROM folders WHERE parent_id NOT IN (SELECT id FROM folders f) 
1 Like

This sounds almost identical to what happened to me! In my case, the master folder that contained them disappeared.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.