From 5870e5cf03ceaff7080174b573618631a413110e Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 11 Sep 2025 17:13:17 +0200 Subject: Add tags and sections --- Info.plist | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist index 3b2b7fd..400b7ea 100644 --- a/Info.plist +++ b/Info.plist @@ -224,7 +224,7 @@ QSThingsPluginSource things.project QSThingsPluginSource - things.section + things.app-section QSThingsPluginSource things.tag QSThingsPluginSource @@ -246,6 +246,60 @@ QSPresetThingsGroup children + + ID + QSPresetThingsAppSections + enabled + + name + Things 3 (App Sections) + icon + com.culturedcode.ThingsMac + requiresBundle + com.culturedcode.ThingsMac + requiresSettingsPath + + settings + + fileContents + Things 3 App Sections + parser + QSThingsAppSectionsParser + path + ~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite + skipItem + 1 + + source + QSFileSystemObjectSource + + + ID + QSPresetThingsTags + enabled + + name + Things 3 (Tags) + icon + com.culturedcode.ThingsMac + requiresBundle + com.culturedcode.ThingsMac + requiresSettingsPath + + settings + + fileContents + Things 3 Tags + parser + QSThingsTagsParser + path + ~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite + skipItem + 1 + + source + QSFileSystemObjectSource + ID QSPresetThingsAreas -- cgit