From c2b219c06a6bf37d35f6eac7879e04d04bd5d023 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 2 Aug 2021 19:04:10 +0200 Subject: feature: rudimentary tag filtering in place --- api.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api.d.ts') diff --git a/api.d.ts b/api.d.ts index 72f1c47..bd3cd65 100644 --- a/api.d.ts +++ b/api.d.ts @@ -12,6 +12,7 @@ export type OrgRoamNode = { properties: { [key: string]: string | number } + tags: string[] } export type OrgRoamLink = { -- cgit v1.2.3