[[ナレッジスタック全記事のjsonデータ]]
直近の配信と配信予定
```base
filters:
and:
- project == "ks"
properties:
note.date_published:
displayName: 配信日
views:
- type: table
name: Table
filters:
and:
- or:
- date_published > today()
order:
- date_published
- file.name
sort:
- property: date_published
direction: DESC
limit: 10
columnSize:
note.done: 43
note.date_published: 149
- type: table
name: やったもの
filters:
and:
- "date_published > today() "
order:
- done
- date_published
- file.name
sort:
- property: date_published
direction: ASC
columnSize:
note.done: 43
```
```base
filters:
and:
- project == "ks"
views:
- type: table
name: Table
filters:
and:
- date_published <= today()
order:
- date_published
- file.name
sort:
- property: date_published
direction: DESC
limit: 20
columnSize:
note.date_published: 151
```