Skip to content
Discussion options

You must be logged in to vote

Not a dumb question at all, and you already nailed the key part: this works. 🎉

When Fileclass builds the candidate list for a link field, it runs the bound Base view with the note you're editing as the view's context — so inside the view's filters/formulas this resolves to that note, including its frontmatter properties via this.<PropertyName> (not just this.file). One base is enough; no need to spam one base per Domain value.

For your Domain → Type case, assuming each Type note carries a Domain property, add a formula + a view to the base bound to the Type field:

formulas:
  # true when this candidate's Domain equals the edited note's Domain
  sameDomain: Domain.isTruthy() && this.Domain…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mdelobelle
Comment options

You must be logged in to vote
1 reply
@Azmoinal
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants