diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-03 16:11:49 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-03 16:11:49 +0200 |
commit | 57ff943843831fbe041ec2e2a923fa70a2f805f3 (patch) | |
tree | 4b26429e343d3c6ef5df977b27367bd6ed3eb904 /components/config.ts | |
parent | a0f0e5aabee5b3bad68afb7eab092b684275e6fa (diff) |
feature: tagwhitelist + better compatibility with existing filters
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts index 0544b58..0bc2c29 100644 --- a/components/config.ts +++ b/components/config.ts @@ -34,7 +34,8 @@ export const initialPhysics = { export const initialFilter = { orphans: false, parents: true, - tags: [], + tagsBlacklist: [], + tagsWhitelist: [], nodes: [], links: [], date: [], |