{
  "version": "https://jsonfeed.org/version/1",
  "title": "Screencasts on Leon Mika",
  "icon": "https://avatars.micro.blog/avatars/2024/15/55331.jpg",
  "home_page_url": "https://lmika.org/",
  "feed_url": "https://lmika.org/feed.json",
  "items": [
      {
        "id": "http://lmika.micro.blog/2026/09/16/new-web-tool-queued-pastes.html",
        "title": "New Web Tool: Queued Pastes",
        "content_html": "<p>Added a new tool to my collection of online tools called <a href=\"https://tools.lmika.app/queued-pastes/\">Queued Paste</a>. It&rsquo;s a small utility that will copy the contents of a text area one line at a time, with or without new-lines.</p>\n<p><video src=\"https://cdn.uploads.micro.mov/25293/2026/queued-pastes-screencast/playlist.m3u8\" poster=\"https://cdn.uploads.micro.blog/25293/2026/frames/1858892-0-41c118.jpg\" width=\"1280\" height=\"720\" controls=\"controls\" preload=\"metadata\"></video></p>\n<p>I got the idea while I was setting up Stripe web-hook events. I would have a list of events to enable in a text file, but the Stripe&rsquo;s dashboard only accepted a single event in their filter. So I had to go back and forth between my editor and Stripe, selecting a line, copying it, and pasting it in the filter.</p>\n<p>While this tool won&rsquo;t get rid of the app switching, I no longer need to select and copy each individual line manually anymore. I can copy the entire block into the text-area, and when I enable &ldquo;Copy lines&rdquo;, the first line will be copied to the pasteboard. After pasting it, I can click &ldquo;Advance&rdquo; to copy the next line.  If &ldquo;Advance on focus&rdquo; is enabled, I don&rsquo;t even need to do that; simply switching to the browser should copy the next line.</p>\n<p>It&rsquo;s not perfect: command-tabbing seems to cause the browser to loose paste permissions. And it would&rsquo;ve been nice if I could just listen to paste events and advance to the next line without switching. Arguably, a proper app would be better for this. It doesn&rsquo;t seem large enough to justify one, though. Maybe as a feature for an existing clipboard manager.</p>\n<p>Either way, I look forward to trying it out next time I&rsquo;m dealing with web-hook events.</p>\n",
        "date_published": "2026-09-16T22:42:22+10:00",
        "url": "https://lmika.org/2026/09/16/new-web-tool-queued-pastes.html",
        "tags": ["Long Form Posts","Devlog","Stripe","Screencasts"]
      }
  ]
}
