-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
kepano-obsidian/Templates/Bases/Related.base
Lines 1 to 40 in c08ea0d
| filters: | |
| and: | |
| - file.path != this.file.path | |
| formulas: | |
| LinksOverlap: formula.Related.length | |
| Related: list(this.file.links).filter(list(file.links).containsAny(value)).unique() | |
| BacklinksCount: file.backlinks.length | |
| TagsOverlap: list(this.file.tags).filter(list(file.tags).containsAny(value)).unique().length | |
| properties: | |
| formula.LinksOverlap: | |
| displayName: Links overlap | |
| file.name: | |
| displayName: Name | |
| formula.BacklinksCount: | |
| displayName: Backlinks count | |
| formula.TagsOverlap: | |
| displayName: Tags overlap | |
| formula.Related: | |
| displayName: Links | |
| views: | |
| - type: table | |
| name: Related | |
| filters: | |
| or: | |
| - formula.LinksOverlap > 2 | |
| - file.hasLink(this) | |
| - this.file.hasLink(file) | |
| order: | |
| - file.name | |
| - formula.Related | |
| sort: | |
| - property: formula.LinksOverlap | |
| direction: DESC | |
| - property: formula.TagsOverlap | |
| direction: DESC | |
| - property: formula.BacklinksCount | |
| direction: DESC | |
| limit: 20 | |
| columnSize: | |
| file.name: 220 |
This base, if I put it in a file that contains links to headers in that same file, it sometimes puts it in the Links column of this base. I tried figuring it out when and when not, but there doesn't seem to be much rhyme or reason to it.
I thought I'd let this know.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels