- Fix: cursor and clicks no longer drift by a line or two when working below a tall widget (e.g. arrow-up from a list under a
${query[[…]]}now advances exactly one line). Some other cursor preservation issues addressed as well. - Fix: arrow keys now reliably enter multi-line block widgets (queries, tables) line by line.
- Fix: Some finetuning of the markdown renderer.
- Fix: PWA boot no longer crashes silently when the server is unreachable and a boot-time file (e.g.
CONFIG.md) was previously 404 — the 404 result is now cached so subsequent offline boots succeed instead of throwing a rawTypeError: Failed to fetchthat the boot code swallowed. - New index.* query-collection helpers:
index.objects(the new alias forindex.tag), plusindex.pages,index.subPages,index.contentPages,index.metaPages,index.aspiringPages,index.tasks,index.headers,index.items,index.paragraphs,index.tables,index.documents,index.links, andindex.tags. Each type-specific helper takes an optional extra tag for filtering (exceptindex.subPages, which takes the parent page name, andindex.documents/index.links/index.tags, which take no arguments).