extratone / i

All of my iOS/iPhone-related documentation, files, media, etc.
The Unlicense
44 stars 0 forks source link

Things Jar Shortcut #292

Open extratone opened 1 year ago

extratone commented 1 year ago

Updated 12232022-055241


Social


Backup your entire Things database as JSON with Data Jar.

Things Jar Shortcut Result

Please note: at the time of release, this Shortcut requires a beta build of Things 3.

This shortcut uses Things' upcoming Find Items action to JSONify all available data for every To-Do in one's account in Data Jar.

By default, the information will be stored in things.[id] as demonstrated in the live example below.

Example

"391LYnn34cuZf4NhUinQ2z": {
    "checklist": "- [ ] **118** - Rachel Kinney\n- [ ] **115** - Lindsay Robb\n- [ ] Change Pad!\n- [ ] **113** - Sara Dexheimer\n- [ ] **112** - L. Hoell\n- [ ] **110** - Stephanie McCune\n- [ ] 110R\n- [ ] **109** - Samantha Garrett\n- [ ] 109R",
    "completiondate": 11172022,
    "creationdate": 10122022,
    "deadline": 0,
    "evening": false,
    "heading": "West Wall",
    "inbox": false,
    "islogged": true,
    "modificaiondate": 11172022,
    "notes": "",
    "parent": "Fairview Night Run 2022-11-11",
    "reminderdate": 0,
    "start": false,
    "startdate": 0,
    "status": "",
    "tags": "West Classroom Primaries",
    "title": "West Classroom Primaries",
    "url": "things:///show?id=391LYnn34cuZf4NhUinQ2z"
}
extratone commented 1 year ago

Example

"391LYnn34cuZf4NhUinQ2z": {
    "checklist": "- [ ] **118** - Rachel Kinney\n- [ ] **115** - Lindsay Robb\n- [ ] Change Pad!\n- [ ] **113** - Sara Dexheimer\n- [ ] **112** - L. Hoell\n- [ ] **110** - Stephanie McCune\n- [ ] 110R\n- [ ] **109** - Samantha Garrett\n- [ ] 109R",
    "completiondate": 11172022,
    "creationdate": 10122022,
    "deadline": 0,
    "evening": false,
    "heading": "West Wall",
    "inbox": false,
    "islogged": true,
    "modificaiondate": 11172022,
    "notes": "",
    "parent": "Fairview Night Run 2022-11-11",
    "reminderdate": 0,
    "start": false,
    "startdate": 0,
    "status": "",
    "tags": "West Classroom Primaries",
    "title": "West Classroom Primaries",
    "url": "things:///show?id=391LYnn34cuZf4NhUinQ2z"
}
extratone commented 1 year ago

Things Jar Shortcut Result