What I’m trying to do
I have a set up a base called Database.base in my Vault, and I am trying to use it for my Index notes.
Currently I use dataview for this purpose with a query like:
List file.inlinks
where file.name = this.file.name
I basically want to, on my Index notes, display every linked note in a list. Base’s table view seems like it would be a much powerful version of this.
Things I have tried
I have embedded my Base to a few Index notes, and have added different views with filters that reference the linked notes.
However, it does not seem to preserve the view in the note and always defaults to the first view in the list of view.
If I change from one note to another note, and both notes have the embedded base, they will both show the first view.
I want each note to show the view I have made for that note, and “remember” this setting and never reset the view when hopping from note to note.
Is it possible to achieve this with Bases? I don’t want to have to create a new Base per Index note.
Maybe some syntax like ![[Database.base.ViewName]] could be made available?
