Change URLs of edc4it's plugins to codeberg
5122551
Destroyed https: github.com hakimel reveal.js.wiki.git (markdown)
6a2c925
Destroyed Terry (markdown)
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)
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)
112933c
Adding gist-reveal to the list of tools
ryanj
committed
Nov 30, 2024
ea427dd
Update reference to slidesdown
jceb
committed
Oct 9, 2024
9061745
Update plugin description
8436626
Add tldreveal to list of plugins
e208979
added reveal.js-external-code plugin
03772c5
Destroyed _Footer (markdown)
b9f48c8
wiki - added joycon plugin to plugins list
871d567
Updated Plugins, Tools and Hardware (markdown)
7640b13
Streamlit is a very popular data dashboarding framework. I found the need to create a custom streamlit component that allows users to generate slides using markdown and markup (which are used to add content elsewhere in Streamlit apps as well), embed the slideshows in the apps, and control slideshows programmatically. This component has been added to Streamlit's official community tracker
72f0305
Revert 3da5f0e5285e3d7d839fd8a134b6a17c2185ecd7...dc883a506c4089fd3def983a2423340850d76327 on Changelog
4146e92
Created Changelog (markdown)
dc883a5
Add slidesdown presentation tool.
jceb
committed
Feb 7, 2023
89de453
Updated Plugins, Tools and Hardware (markdown)
57022b2
Updated Plugins, Tools and Hardware (markdown)
14f92bc
Updated Plugins, Tools and Hardware (markdown)
2f46ee6
Updated Plugins, Tools and Hardware (markdown)
56d2f85
Added OneTimer plugin link.
b16c4a6
Updated Plugins, Tools and Hardware (markdown)
53595b1