|
| 1 | +[ |
| 2 | + { |
| 3 | + "title": "Hello World!", |
| 4 | + "description": "A simple example to create a new markdown file that installs and runs the dancing-bear with npm, run it in the notebook UX, and then use the `runme` CLI to parse and run the dancing bear in the terminal.", |
| 5 | + "slug": "hello-world", |
| 6 | + "tags": ["notebook", "cli", "hello world"], |
| 7 | + "runme": "https://runme.dev/api/runme?repository=https%3A%2F%2Fgithub.com%2Fsourishkrout%2Floon.git&fileToOpen=AI.md", |
| 8 | + "repo": "https://github.com/stateful/vscode-runme/blob/main/examples/README.md", |
| 9 | + "docs": "https://docs.runme.dev/install", |
| 10 | + "img": "/graphics/hello-world.gif" |
| 11 | + }, |
| 12 | + { |
| 13 | + "title": "Image rendering in notebook cells with OpenAI (image MIME type)", |
| 14 | + "description": "Changing the mimeType in the notebook cell configuration (image/png) let's you specify how you want the output rendered, in this case the image binary generated by OpenAI.", |
| 15 | + "webm": "https://media.graphassets.com/XfI7g2nYTgmwSGg75CDc", |
| 16 | + "mp4": "https://media.graphassets.com/N4iyhZ7S8WmssHAAQnbA", |
| 17 | + "slug": "rendering-an-image-openai", |
| 18 | + "tags": ["notebook", "render", "openai", "mime", "jpg", "image", "output"], |
| 19 | + "runme": "https://runme.dev/api/runme?repository=https%253A%252F%252Fgithub.com%252Fstateful%252Fvscode-runme.git%2526fileToOpen%253D%252Fexamples%252FREADME.md", |
| 20 | + "repo": "https://github.com/sourishkrout/loon", |
| 21 | + "docs": "https://docs.runme.dev/configuration#supported-mime-types" |
| 22 | + }, |
| 23 | + { |
| 24 | + "title": "Integration testing a markdown in Github Actions", |
| 25 | + "description": "Avoid having to maintain multiple workflows for building, testing and deploying your application and instead, document them in markdown and have them used by your contributors and CI/CD. Find out in this example how we manage workflows in our `stateful/runmejs` project using Runme.", |
| 26 | + "img": "/graphics/runme-in-ci.png", |
| 27 | + "slug": "integration-testing-markdown-gh-action", |
| 28 | + "runme": "https://runme.dev/api/runme?repository=https%3A%2F%2Fgithub.com%2Fstateful%2Frunmejs.git&fileToOpen=CONTRIBUTING.md", |
| 29 | + "repo": "https://github.com/stateful/runmejs", |
| 30 | + "docs": "https://docs.runme.dev/integrations#github-action", |
| 31 | + "tags": ["cli", "testing", "markdown", "github", "action", "ci/cd", "terminal"] |
| 32 | + }, |
| 33 | + { |
| 34 | + "title": "Hardening Ubuntu server", |
| 35 | + "description": "Enhances the server's overall security posture, encourages continuous improvement, and safeguards against future attacks,", |
| 36 | + "mp4": "https://media.graphassets.com/RiKBWblNSbSR86ZcAVTa", |
| 37 | + "webm": "https://media.graphassets.com/NPgIDIcrRaiDt6prS8VD", |
| 38 | + "slug": "Hardening-Ubuntu-server", |
| 39 | + "runme": "https://runme.dev/api/runme?repository=https%3A%2F%2Fgithub.com%2Fstateful%2Fhardening-ubuntu-server%2Fblob%2Fmain%2FREADME.md", |
| 40 | + "repo": "https://github.com/stateful/hardening-ubuntu-server", |
| 41 | + "docs": "https://docs.runme.dev/architecture", |
| 42 | + "tags": ["cli", "markdown", "ci/cd", "terminal", "ubuntu", "security"] |
| 43 | + }, |
| 44 | + { |
| 45 | + "title": "Explore large JSON files interactively with antonmedv/fx", |
| 46 | + "description": "Create interactive workflows that allow your contributor to inspect their environment using popular terminal tools right within VS Code.", |
| 47 | + "img": "/graphics/fx-demo.gif", |
| 48 | + "slug": "explore-json-fx", |
| 49 | + "runme": "https://runme.dev/api/runme?repository=https%253A%252F%252Fgithub.com%252Fstateful%252Fvscode-runme.git%2526fileToOpen%253D%252Fexamples%252FREADME.md", |
| 50 | + "tags": ["notebook", "fx", "json", "render"] |
| 51 | + }, |
| 52 | + { |
| 53 | + "title": "Launching a Runme notebook with a web link", |
| 54 | + "description": "With Runme you can bootstrap the onboarding of your contributors interactively through a notebook. With the Runme link you can save developers time having to manually clone the repository and direct them to the right document that help them to get productive quickly.", |
| 55 | + "img": "/graphics/runme-link-demo.gif", |
| 56 | + "slug": "launch-notebook-web-link", |
| 57 | + "runme": "https://runme.dev/api/runme?repository=https%3A%2F%2Fgithub.com%2Fstateful%2Frunmejs.git&fileToOpen=CONTRIBUTING.md", |
| 58 | + "docs": "https://docs.runme.dev/features#run-with-runme-deep-linking", |
| 59 | + "tags": ["notebook", "web", "education", "tutorial", "onboarding"] |
| 60 | + }, |
| 61 | + { |
| 62 | + "title": "Render notebook cell output as a table (csv MIME type)", |
| 63 | + "description": "If you want to render a sortable table instead of comma delimited text with your cell output, it's as simple as going into the cell configuration and changing the mimetype to `text/csv` then re-running the cell. This is one of many super useful available MIME types you can take advantage of in your Runme notebook.", |
| 64 | + "img": "/graphics/mime-type-demo.gif", |
| 65 | + "slug": "custom-renderer-table-mime", |
| 66 | + "docs": "https://docs.runme.dev/configuration#supported-mime-types", |
| 67 | + "tags": ["notebook", "mime", "render", "output", "table"] |
| 68 | + }, |
| 69 | + { |
| 70 | + "title": "Chaining output between markdown commands", |
| 71 | + "description": "With the `$__` parameter you can transfer the stdout result of a previous cell into your next execution.", |
| 72 | + "img": "/graphics/chaining-demo.gif", |
| 73 | + "slug": "chain-output-between-commands", |
| 74 | + "docs": "https://docs.runme.dev/features#chain-cell-output", |
| 75 | + "tags": ["notebook", "cli", "output", "chaining", "markdown", "workflow", "terminal"] |
| 76 | + }, |
| 77 | + { |
| 78 | + "title": "Vercel deployment workflow in a notebook", |
| 79 | + "description": "Runme integrates with cloud services such as Vercel or Deno cloud to make deploying on the edge interactive and fun!", |
| 80 | + "img": "/graphics/integrations.gif", |
| 81 | + "slug": "vercel-deploy-in-notebook", |
| 82 | + "docs": "https://docs.runme.dev/integrations#nextjs-app-on-vercel", |
| 83 | + "tags": ["notebook", "vercel", "integration", "deploy"] |
| 84 | + }, |
| 85 | + { |
| 86 | + "title": "Running Docker commands from markdown with our CLI", |
| 87 | + "description": "Runme can share the same terminal session across CLI and notebook allowing you to run flexible Docker workflows between VS Code and your terminal.", |
| 88 | + "img": "/graphics/docker-demo.gif", |
| 89 | + "slug": "running-docker-markdown-cli", |
| 90 | + "tags": ["notebook", "markdown", "docker"] |
| 91 | + }, |
| 92 | + { |
| 93 | + "title": "Notebook LSP Support", |
| 94 | + "description": "Runme notebooks come with support of multiple script and declaritive languages, e.g. YAML, providing you text highlighting and auto-completion feature.", |
| 95 | + "img": "/graphics/lsp-demo.gif", |
| 96 | + "slug": "lsp-support", |
| 97 | + "tags": ["notebook", "lsp", "language"] |
| 98 | + }, |
| 99 | + { |
| 100 | + "title": "Consistant Environment State", |
| 101 | + "description": "Execute markdown cells in VS Code and keep environment variables persistent. This allows you to create a click to play notebook experience for running your markdown in the browser, or VS Code with Runme.", |
| 102 | + "img": "/graphics/notebook-transparent.gif", |
| 103 | + "slug": "environment-state", |
| 104 | + "tags": ["environment", "workflow", "state"] |
| 105 | + }, |
| 106 | + { |
| 107 | + "title": "Runme in DevContainer", |
| 108 | + "description": "The VS Code window attaches to an instance of the container image and transparently mounts the file system so changes are reflected locally.", |
| 109 | + "mp4": "/videos/devcontainer.mp4", |
| 110 | + "webm": "/videos/devcontainer.webm", |
| 111 | + "runme": "https://runme.dev/api/runme?repository=https%253A%252F%252Fgithub.com%252Fstateful%252Fblog-examples.git%2526fileToOpen%253D%252Fdevcontainer%252Fsandbox.md", |
| 112 | + "slug": "devcontainer", |
| 113 | + "tags": ["devcontainer", "workspace", "ephemeral"] |
| 114 | + } |
| 115 | +] |
0 commit comments