↑: "[[mlxのnormから除外する方法]]"
- [[shell]]コマンドの一つ
- 与えられた入力に対して指定する文字列を含む行をピックアップする
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID
file.link as child,
aliases[0] as alias
from "zk/core"
where meta(up).path = this.file.path
SORT file.mtime ASC
```
%%
| child | alias |
| ----- | ----- |
%% DATAVIEW_PUBLISHER: end %%