docs
Advanced Usage
Advanced pages explain the boundaries you may need when configuring, integrating, or troubleshooting Flavor Grenade.
Where to go next
These pages are for readers who need more than the happy path: Configuration model details, Vault mode and single-file mode, Indexing and performance, Unsupported URI schemes, Opaque regions, and direct language-server integration.
Each article explains the boundary in plain English first, then gives a small example you can check in a vault.
Current behavior and planned behavior
Current behavior is strongest in the VS Code extension and local language server. The extension ships a bundled JavaScript server module, opens local file-system workspaces, and sends the server the active Markdown flavor state. Auto Detect uses project configuration first, then vault markers, then syntax and context inference, then CommonMark fallback.
When a page describes direct LSP clients, read it as integration guidance. The server speaks LSP over stdio, but non-VS-Code clients still own launch, root selection, transport, configuration payloads, and file watching.
- Current behavior: VS Code extension, direct server use, vault-aware Markdown features, flavor-aware parsing, path and URI confinement, and CommonMark fallback for generic Markdown.
- Planned behavior: deeper public docs and website publishing automation, including S3/OIDC-backed delivery where the project uses it.