What I’m trying to do
I’m trying to create an Index page (MOC/TOC) that includes links to all of my bases, including their views. Something like:
Contacts.base
- friends & family
- social media
- business
I would like it to update automatically.
Things I have tried
manually embed:
[[Contact Base.base]]
- [[Contact Base.base#Friends and Family]]
- [[Contact Base.base#social media]]
- [[Contact Base.base#Business Contacts]]
works, but I need something automatic that updates.
search/query
I can get search/query results for the main base name but not views:
path: .base
→ main base file
file: .base#
→ no results
`file: Contact base.base#Business → no results
Which leads to a 2nd question:
How to search for a view under a base?
For example, how can I search for my “social media” view in general, especially if I don’t know which base it is in?