<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>ldstephens - notes</title>
        <link>https://ldstephens.net/notes/</link>
        <description>My notes</description>
        <atom:link
            href="https://ldstephens.net/notes-feed.xml"
            rel="self"
            type="application/rss+xml"
        />
        <image>
            <url>https://ldstephens.net/favicon.png</url>
            <title>ldstephens - notes</title>
            <link>https://ldstephens.net/notes/</link>
        </image>

        <item>
            <title>September 12, 2026, at 2:53:26 PM</title>
            <link>https://ldstephens.net/notes/</link>
            <guid isPermaLink="false">https://ldstephens.net/notes/#2026-09-12T14:55:19</guid>
            <description>
            <![CDATA[
            <p>Today I created a custom Published action for Dropzone 5 to simplify moving finished Markdown files into my Published folder.</p>

			<p>The action reads the first line of the markdown file and uses it as the filename, removing the markdown heading characters. It adds the current date to the beginning of the filename and preserves the <code>.md</code> extension. For example:</p>
			
			<pre><code class="text"># Brain Fart
			</code></pre>
			
			<p>becomes:</p>
			
			<pre><code class="text">2026-09-12_Brain Fart.md
			</code></pre>
			
			<p>The file is then moved automatically to my <code>iCloud Drive/Writing/Published</code> folder. The action also checks for an existing file with the same name so it won't accidentally overwrite something already published. I created the action using Dropzone's Develop Action and a Python script.</p>
			
			<p>Now I can drag a finished markdown file onto Published in Dropzone, and it is renamed and moved to the proper folder automatically.</p>
            ]]>
             </description>
            <pubDate>Sat, 12 Sep 2026 14:56:42 -0500</pubDate>
        </item>
    </channel>
</rss>
