<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in embed.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>fe2e68aefe193caee1b6bea7fdd1003584a67a55 - Simplify extraction of title in embedded syntax</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#fe2e68aefe193caee1b6bea7fdd1003584a67a55</link>
        <description>Simplify extraction of title in embedded syntax

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Wed, 30 Aug 2023 12:26:02 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>20761fcf3f1fcd57efaa7d19e2cab0a62c285345 - Embedded: prevent title interfering with alignment</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#20761fcf3f1fcd57efaa7d19e2cab0a62c285345</link>
        <description>Embedded: prevent title interfering with alignment

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Wed, 30 Aug 2023 09:44:24 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>44b3af047f3968d6462bc1e2ab63b998e09b5eef - Use title as alternative text for a diagram</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#44b3af047f3968d6462bc1e2ab63b998e09b5eef</link>
        <description>Use title as alternative text for a diagram

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Tue, 29 Aug 2023 08:52:20 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>750b9665a1856796bc8e19823dff00ffb1c5a8ed - Fix embedded diagrams in old page revisions</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#750b9665a1856796bc8e19823dff00ffb1c5a8ed</link>
        <description>Fix embedded diagrams in old page revisions

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 27 Jul 2023 09:03:16 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>98c895367a8704e5b3f852bd663a8fa13dafbe9e - Only use data-uri in preview. Partially fixes #40</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#98c895367a8704e5b3f852bd663a8fa13dafbe9e</link>
        <description>Only use data-uri in preview. Partially fixes #40Because data-uris are cross origin, our link fixing JS does not apply.This uses data uris only in preview, fixing links for normal display.We could think about fixing targets when saving already...

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Mon, 19 Jun 2023 14:02:25 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa4335d54333a6ce998c788e418576adca3450f - use data url instead of export to display embedded diagrams</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#2aa4335d54333a6ce998c788e418576adca3450f</link>
        <description>use data url instead of export to display embedded diagramsThis fixes displaying diagrams during preview

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Wed, 24 May 2023 12:12:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>046ca1447d01a47b6caa55952ebefa80c90967a9 - Remove the SVG Sanitizer again in favor of CSP headers</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#046ca1447d01a47b6caa55952ebefa80c90967a9</link>
        <description>Remove the SVG Sanitizer again in favor of CSP headersThis introduces a renderer that allows us to call each embedded SVG as aseparate URL with added CSP headers. This way we rely on the same safetyfeature as with media file based diagrams.

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 20 Apr 2023 14:54:33 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>baa9055857863042da405f8d3fc376b222987786 - Fix too greedy regex</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#baa9055857863042da405f8d3fc376b222987786</link>
        <description>Fix too greedy regexOtherwise multiple diagrams on the same page match

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 20 Apr 2023 13:56:42 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>59e7180efcc3e125683f24f98a466ef29145cfce - refactored action components</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#59e7180efcc3e125683f24f98a466ef29145cfce</link>
        <description>refactored action componentsmore strict separation of modes

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Mon, 17 Apr 2023 14:45:41 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>317bdfc2bd4bf051cf5d349bd5d8d27dc2a0b6c5 - Editing embedded diagrams now works</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#317bdfc2bd4bf051cf5d349bd5d8d27dc2a0b6c5</link>
        <description>Editing embedded diagrams now works

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Mon, 17 Apr 2023 10:02:41 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>95ed8ca06adb5fd6c820ea6e5ad119eac0d9199e - more checks on the embedded SVG</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#95ed8ca06adb5fd6c820ea6e5ad119eac0d9199e</link>
        <description>more checks on the embedded SVGwe only want to work with diagrams.net created SVGs

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 13 Apr 2023 12:37:36 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>100ff2a580b24246da13dcd8d3762378908acd3a - sanitize inlined SVGs</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#100ff2a580b24246da13dcd8d3762378908acd3a</link>
        <description>sanitize inlined SVGs

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 13 Apr 2023 10:13:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>bc39777fa364696c1e0053573aadb2d26ce57bd2 - add configuration option to enable/disable embed mode</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#bc39777fa364696c1e0053573aadb2d26ce57bd2</link>
        <description>add configuration option to enable/disable embed mode

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 13 Apr 2023 09:45:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8c8c70074e1156a58dbfd89fe9e41e3dd346fb54 - Add ajax backends for loading/saving embedded SVGs</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#8c8c70074e1156a58dbfd89fe9e41e3dd346fb54</link>
        <description>Add ajax backends for loading/saving embedded SVGsThis also renames the syntax classes to be easier to distinguish

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Thu, 13 Apr 2023 09:29:00 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8a822cc12734665f79c7f3c1c11f25e562ce668b - added inline display mechanism</title>
        <link>http://127.0.0.1:8080/history/plugin/diagrams/syntax/embed.php#8a822cc12734665f79c7f3c1c11f25e562ce668b</link>
        <description>added inline display mechanism

            List of files:
            /plugin/diagrams/syntax/embed.php</description>
        <pubDate>Wed, 12 Apr 2023 09:53:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
