packages/foam-vscode/WHATS_NEW.md
Foam now ships a command-line interface — interact with your workspace from the terminal without opening VS Code.
# Run without installing
npx foam-cli <command> [options]
# Or install globally
npm install -g foam-cli
foam <command> [options]
Learn more about the command-line interface
The graph view has been significantly improved:
Learn more about the graph view
In case you missed it, some time ago we added full support for referencing and embedding blocks in the editor and the preview.
Embed dynamic, auto-updating note lists directly in the Markdown preview using foam-query code blocks:
```foam-query
filter: "#project"
sort: title ASC
select: [title, path]
```
Results render inline as a linked list of matching notes. The query updates automatically as your notes change.
Foam now supports footnotes with proper rendering and navigation in editor and the Markdown preview.
The Notes Explorer panel now supports filtering, making it easier to navigate large vaults.