0.6.1 "Shujimi"
Yamlink 0.6.1 — Hotfix
Quick fixes tu natural language queries, which returned empty results on every vault since 0.6.0.
What Was Wrong
Yamlink: Query in Plain English generated syntactically invalid !view blocks.
Every pattern produced:
!view where type = character
But the query parser reads the first word after !view as the type name, so it saw where as the type and matched nothing.
What's Fixed
All 16 query patterns now generate correct syntax:
!view character
where status = active
instead of the broken single-line form.
Every natural language pattern was affected:
- bare type queries
- status filters
- date filters
- field filters
- grouping
- relation queries
How To Verify
- Open the command palette.
- Run Yamlink: Query in Plain English.
- Type:
show me all [your type]
- Confirm that the generated query now reads:
!view <type>
- Run it and verify that it returns results.
Full release notes for 0.6.0 Shujimi are in the previous release: