[
    {
        "created": "20191208160505919",
        "text": "* region: {{!!region}}\n* state: {{!!state}}",
        "title": "Washington",
        "tags": "msort",
        "modified": "20191208162346241",
        "state": "100",
        "region": "32"
    },
    {
        "created": "20191208160620950",
        "text": "* region: {{!!region}}\n* state: {{!!state}}",
        "title": "Alberta",
        "tags": "msort",
        "modified": "20191208162338769",
        "state": "100",
        "region": "30"
    },
    {
        "created": "20191208160422178",
        "text": "\\define show()\n<tr>\n<td>{{!!state}}</td>\n<td>{{!!region}}</td>\n<td>{{!!title}}</td>\n</tr>\n\\end\n\n\nGives a list sorted by state then region then tiddler title\n\n<table>\n<tr><th>state</th><th>region</th><th>title</th></tr>\n<$list filter=\"[all[tiddlers]each[state]get[state]sort[]]\" variable=state>\n   <$list filter=\"[all[tiddlers]state<state>each[region]get[region]sort[]]\" variable=region>\n       <$list filter=\"[all[tiddlers]state<state>region<region>sort[]]\">\n           <<show>>\n       </$list>\n   </$list>\n</$list>\n</table>",
        "title": "Sorted",
        "tags": "msort",
        "modified": "20191208162316921"
    },
    {
        "created": "20191208160841674",
        "text": "* region: {{!!region}}\n* state: {{!!state}}",
        "title": "California",
        "tags": "msort",
        "modified": "20191208162331817",
        "state": "200",
        "region": "41"
    },
    {
        "created": "20191208161348769",
        "text": "* region: {{!!region}}\n* state: {{!!state}}",
        "title": "New Jersy",
        "tags": "msort",
        "modified": "20191208162324890",
        "state": "200",
        "region": "48"
    }
]