Read OpenAPI/Swagger specs and render a knife4j-style documentation view with request debugging.
An Obsidian plugin that reads OpenAPI/Swagger specifications and renders them as a knife4j-style documentation view — with both browsing and debugging (send real requests) support.
.json / .yaml / .yml) or remote URLs — each source renders as an independent collapsible document menu$ref resolution (OpenAPI 3.x components + Swagger 2.0 definitions)requestUrl, no CORS issues) and inspect status / headers / body{{key}} substitution in URL / headers / body with global and per-document scopes (document scope wins)From this repository's releases:
main.js, manifest.json, styles.css<vault>/.obsidian/plugins/materin-view/npm install
npm run dev # watch build
npm run build # type-check + production build -> main.js
npm test # unit tests (vitest)