Skip to content

History

Revisions

  • Updated Plugins, Tools and Hardware (markdown)

    @FlorianLoyns FlorianLoyns committed Jul 30, 2026
    21f3a57
  • add a new plugin by me :D

    @rkaufman13 rkaufman13 committed Jul 29, 2026
    26499c0
  • Add "Plugins for teaching" section (7 plugins)

    @FlorianLoyns FlorianLoyns committed Jul 27, 2026
    170605e
  • Add reveal.js-touchcontrols to the plugins list

    @FlorianLoyns FlorianLoyns committed Jul 23, 2026
    3f5e58a
  • Updated Plugins, Tools and Hardware (markdown)

    @wyllianbs wyllianbs committed Jul 17, 2026
    66780f1
  • Updated Plugins, Tools and Hardware (markdown)

    @wyllianbs wyllianbs committed Jul 17, 2026
    0986e71
  • Updated Plugins, Tools and Hardware (markdown)

    @wyllianbs wyllianbs committed Jul 17, 2026
    4ffb05a
  • Updated Plugins, Tools and Hardware (markdown)

    @wyllianbs wyllianbs committed Jul 17, 2026
    9a1f9ae
  • Updated Plugins, Tools and Hardware (markdown)

    @wyllianbs wyllianbs committed Jul 17, 2026
    eda3905
  • Updated Plugins, Tools and Hardware (markdown)

    @maciejdzierzek maciejdzierzek committed Apr 9, 2026
    4cd41a1
  • Change URLs of edc4it's plugins to codeberg

    @rparree rparree committed Jan 7, 2026
    5122551
  • Destroyed https: github.com hakimel reveal.js.wiki.git (markdown)

    @ISSOtm ISSOtm committed Nov 28, 2025
    6a2c925
  • Destroyed Terry (markdown)

    @ISSOtm ISSOtm committed Nov 28, 2025
    876ffbd
  • Destroyed import { Server } from "@modelcontextprotocol sdk server index.js"; import { StdioServerTransport } from "@modelcontextprotocol sdk server stdio.js"; import { ListPromptsRequestSchema, GetPromptRequestSchema } from "@modelcontextprotocol sdk types.js"; const server = new Server( { name: "example‐server", version: "1.0.0" }, { capabilities: { prompts: {} } } ); server.setRequestHandler(ListPromptsRequestSchema, async () = { return { prompts: [{ name: "example‐prompt", description: "An example prompt template", arguments: [{ name: "arg1", description: "Example argument", required: true }] }] }; }); server.setRequestHandler(GetPromptRequestSchema, async (request) = { if (request.params.name !== "example‐prompt") { throw new Error("Unknown prompt"); } return { description: "Example prompt", messages: [{ role: "user", content: { type: "text", text: "Example prompt text" } }] }; }); const transport = new StdioServerTransport(); await server.connect(transport); (markdown)

    @ISSOtm ISSOtm committed Nov 28, 2025
    b2740c8
  • Created import { Server } from "@modelcontextprotocol/sdk/server/index.js"; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { ListPromptsRequestSchema, GetPromptRequestSchema } from "@modelcontextprotocol/sdk/types.js"; const server = new Server( { name: "example-server", version: "1.0.0" }, { capabilities: { prompts: {} } } ); server.setRequestHandler(ListPromptsRequestSchema, async () => { return { prompts: [{ name: "example-prompt", description: "An example prompt template", arguments: [{ name: "arg1", description: "Example argument", required: true }] }] }; }); server.setRequestHandler(GetPromptRequestSchema, async (request) => { if (request.params.name !== "example-prompt") { throw new Error("Unknown prompt"); } return { description: "Example prompt", messages: [{ role: "user", content: { type: "text", text: "Example prompt text" } }] }; }); const transport = new StdioServerTransport(); await server.connect(transport); (markdown)

    @Dustin4444 Dustin4444 committed Jul 10, 2025
    112933c
  • علی برزگر

    @ali198942 ali198942 committed Jul 4, 2025
    c81ab26
  • Funky you

    @TERRYBARNES8 TERRYBARNES8 committed Apr 10, 2025
    d1c1dbf
  • fixing typo

    @ryanj ryanj committed Nov 30, 2024
    f5fa239
  • Adding gist-reveal to the list of tools

    @ryanj ryanj committed Nov 30, 2024
    ea427dd
  • Update reference to slidesdown

    @jceb jceb committed Oct 9, 2024
    9061745
  • Added MkSlides

    @MartenBE MartenBE committed Sep 30, 2024
    7215b24
  • Update plugin description

    @Martinomagnifico Martinomagnifico committed Jun 14, 2024
    8436626
  • Add tldreveal to list of plugins

    @arthurrump arthurrump committed May 13, 2024
    e208979
  • Add Multimodal link

    @Martinomagnifico Martinomagnifico committed Apr 12, 2024
    8d2df40
  • added reveal.js-external-code plugin

    @rparree rparree committed Apr 2, 2024
    03772c5
  • Added two plugins

    @rparree rparree committed Mar 28, 2024
    13609f6
  • Fixing some links

    @Martinomagnifico Martinomagnifico committed Mar 1, 2024
    6deca28
  • Destroyed _Footer (markdown)

    @riezebosch riezebosch committed Feb 15, 2024
    b9f48c8
  • wiki - added joycon plugin to plugins list

    @Firnael Firnael committed Nov 7, 2023
    871d567
  • Updated Plugins, Tools and Hardware (markdown)

    @rajgoel rajgoel committed Sep 14, 2023
    7640b13