Skip to content

pantoken / demo

demo

Beta

@pantoken/typedoc-plugin-demo — sebuah plugin TypeDoc untuk tag blok @demo.

Authors attach a live, embeddable demo to any symbol with @demo <spec>, where <spec> is either a bare URL or a <provider>:<ref> pair (for example stackblitz:abc123, codesandbox:xy12z, wp-playground:https://…/blueprint.json, or self:button). This plugin registers nothing about providers itself — it stays deliberately dumb and reusable: it moves each @demo tag's spec into a fenced demo block appended to the symbol's summary, and your docs renderer decides how to turn a spec into an iframe. (See @pantoken/demo for a renderer that resolves the providers.)

Pagar melewati markdown tanpa diubah — termasuk pipeline terjemahan apa pun yang mempertahankan blok kode — sehingga demo tetap utuh saat dilokalisasi.

Setup: tambahkan "@demo" ke opsi blockTags TypeDoc. Parser komentar membaca daftar itu sebelum plugin dimuat, jadi sebuah plugin tidak dapat mendaftarkan tag tersebut terlambat sehingga menekan peringatan "tag blok tidak dikenal" ; tag itu harus ada di typedoc.json Anda.

Contoh

jsonc
// typedoc.json
{
  "plugin": ["typedoc-plugin-markdown", "@pantoken/typedoc-plugin-demo"],
  "blockTags": ["@param", "@returns", "@example", "@demo"]
}

Variabel

Fungsi