<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>D2 on namaraii.com</title><link>https://namaraii.com/tags/d2/</link><description>Recent content in D2 on namaraii.com</description><generator>Hugo -- gohugo.io</generator><language>ja</language><managingEditor>hitoshi@namaraii.com (竹内 仁 (TAKEUCHI Hitoshi))</managingEditor><webMaster>hitoshi@namaraii.com (竹内 仁 (TAKEUCHI Hitoshi))</webMaster><copyright>© 2026 TAKEUCHI Hitoshi, All Rights Reserved.</copyright><lastBuildDate>Thu, 12 Jan 2023 00:00:00 +0900</lastBuildDate><atom:link href="https://namaraii.com/tags/d2/index.xml" rel="self" type="application/rss+xml"/><item><title>D2 Declarative Diagramming</title><link>https://namaraii.com/posts/d2/</link><pubDate>Thu, 12 Jan 2023 00:00:00 +0900</pubDate><author>hitoshi@namaraii.com (竹内 仁 (TAKEUCHI Hitoshi))</author><guid>https://namaraii.com/posts/d2/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/terrastruct/d2" target="_blank" rel="noreferrer"&gt;terrastruct/d2: D2 is a modern diagram scripting language that turns text to diagrams.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;テキストからダイアグラムを生成するツール。類似のツールとしてはMermaid、GraphViz、PlantUMLなどがあり、以下のサイトでこれらのツールで同じダイアグラムを書く場合の比較が可能。このサイトはD2開発元によるものらしい。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://text-to-diagram.com/" target="_blank" rel="noreferrer"&gt;Text to diagram&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;テキストと出力の例
 &lt;div id="テキストと出力の例" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e3%83%86%e3%82%ad%e3%82%b9%e3%83%88%e3%81%a8%e5%87%ba%e5%8a%9b%e3%81%ae%e4%be%8b" aria-label="アンカー"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;公式サイトからの引用&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;pre tabindex="0"&gt;&lt;code class="language-d2" data-lang="d2"&gt;# Actors
hans: Hans Niemann

defendants: {
 mc: Magnus Carlsen
 playmagnus: Play Magnus Group
 chesscom: Chess.com
 naka: Hikaru Nakamura

 mc -&amp;gt; playmagnus: Owns majority
 playmagnus &amp;lt;-&amp;gt; chesscom: Merger talks
 chesscom -&amp;gt; naka: Sponsoring
}

# Accusations
hans -&amp;gt; defendants: &amp;#39;sueing for $100M&amp;#39;

# Offense
defendants.naka -&amp;gt; hans: Accused of cheating on his stream
defendants.mc -&amp;gt; hans: Lost then withdrew with accusations
defendants.chesscom -&amp;gt; hans: 72 page report of cheating&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="auto"
 alt="image"
 width="954"
 height="1216"
 src="https://namaraii.com/images/d2-001_hu_856d3ce5ae0943f7.png"
 srcset="https://namaraii.com/images/d2-001_hu_856d3ce5ae0943f7.png 800w, https://namaraii.com/images/d2-001.png 1280w"
 sizes="(min-width: 768px) 50vw, 65vw"
 data-zoom-src="https://namaraii.com/images/d2-001.png"&gt;&lt;/figure&gt;

&lt;h2 class="relative group"&gt;インストール
 &lt;div id="インストール" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab" aria-label="アンカー"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/terrastruct/d2/blob/master/docs/INSTALL.md" target="_blank" rel="noreferrer"&gt;d2/INSTALL.md at master · terrastruct/d2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Macの場合は&lt;code&gt;brew install d2&lt;/code&gt;でOK&lt;/p&gt;</description></item></channel></rss>