Core extensions bundled with Voiden.
HTTP/REST API testing blocks and slash commands.
Basic markdown formatting blocks.
import { RestAPIPlugin } from '@voiden/core-extensions/rest-api';
// Use in your app
const plugin = RestAPIPlugin(context);
plugin.onload(context);This package contains the core extensions that ship with Voiden. These are built using @voiden/sdk but are bundled with the app rather than loaded dynamically.