--- title: Robodog Markdown Snippets layout: example type: examples order: 6 --- {% blockquote %} This is a demo app that works a bit like Github Gists or Pastebin. You can add markdown snippets, and add file attachments to each snippet by clicking “Upload an attachment”. {% endblockquote %}
Uppy Robodog (using Transloadit internally) generates an inline preview image for images, videos, and audio files. You can view the Assembly Template here.
⚠️ For this demo, snippets are stored locally in your browser. Attachments are stored in Transloadit’s temporary storage and expire after about 24 hours. In a real app, you can easily export files to a permanent storage solution, like Amazon S3 or Google Cloud.
<% include app.html %>
Console output (latest logs are at the top):
On this page we're using the following HTML snippet:
{% include_code lang:html markdown-snippets/app.html %}Along with this JavaScript:
{% include_code lang:js markdown-snippets/app.es6 %}