MCPcopy
hub / github.com/hakimel/reveal.js / NotesPlugin

Interface NotesPlugin

plugin/notes/index.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import NotesImplementation from './plugin.js';
5
6export interface NotesPlugin extends RevealPlugin {
7 id: 'notes';
8 open(): void;
9}
10
11const Notes = NotesImplementation as () => NotesPlugin;
12

Callers 3

loadExternalMarkdownFunction · 0.65
openSpeakerWindowFunction · 0.65
plugin-imports.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…