<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>501’s Blog_</title>
        <link>https://en.501story.blog/</link>
        <description>This blog captures my journey in entrepreneurship and development. As a programmer who loves automation, I’m gaining diverse development experience while using Notion to work more efficiently.</description>
        <lastBuildDate>Tue, 28 Jan 2025 07:28:16 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en-US</language>
        <copyright>All rights reserved 2025, 501</copyright>
        <item>
            <title><![CDATA[Tips for Creating Various Charts and Diagrams in Notion (with AI, Mermaid.js)]]></title>
            <link>https://en.501story.blog/article/notion-chart-tips-ai-mermaid-js</link>
            <guid>https://en.501story.blog/article/notion-chart-tips-ai-mermaid-js</guid>
            <pubDate>Sun, 20 Oct 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Unlock the potential of your data with powerful charts in Notion! Discover how to create stunning visualizations effortlessly using Mermaid.js and Notion AI to elevate your projects.]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-1252f044e4fa804b957ec27165ceaf94"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-24b9026665be4ef1866a86a2ad3c0fb8" data-id="24b9026665be4ef1866a86a2ad3c0fb8"><span><div id="24b9026665be4ef1866a86a2ad3c0fb8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#24b9026665be4ef1866a86a2ad3c0fb8" title="Notion Chat and Diagram"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Notion Chat and Diagram</span></span></h2><div class="notion-text notion-block-66047b7ec27e47d0ba2ae5e05cc7f72a">In Notion, you can create text-based charts and diagrams using <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://mermaid.js.org/">Mermaid.js</a>.</div><div class="notion-text notion-block-22774e7764f44f388503aac54a6f6eb5">And don&#x27;t worry if you&#x27;re not familiar with Mermaid.js syntax. If you want to create a chart right away, you can utilize Notion AI.</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-a849018f94ca43e4859b4fc1f7c20272" data-id="a849018f94ca43e4859b4fc1f7c20272"><span><div id="a849018f94ca43e4859b4fc1f7c20272" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a849018f94ca43e4859b4fc1f7c20272" title="Types of Charts"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Types of Charts</span></span></h3><ul class="notion-list notion-list-disc notion-block-adff7d5fb45e4110a64cf3222c18bc52"><li><b>Basic Flowchart</b>: The most common form, showing a process from start to finish sequentially.</li></ul><ul class="notion-list notion-list-disc notion-block-7f221b25ef67477385c89efee1c9f4fe"><li>State Diagram: Represents various states of a system and transitions between states.</li></ul><ul class="notion-list notion-list-disc notion-block-50fe1eb2081a481993fe135577de8a4d"><li>Sequence Diagram: Shows interactions between objects in chronological order.</li></ul><ul class="notion-list notion-list-disc notion-block-77e53ca33b104442a0e0a9499d90ecf6"><li>Gantt Chart: Displays project schedules and task progress in chronological order. It&#x27;s useful for project management as it shows the start and end times, and duration of each task at a glance.</li></ul><ul class="notion-list notion-list-disc notion-block-884bb2d493c94f7db3236244682a2cb6"><li>... and more. Notion, using Mermaid.js, supports various flowcharts. Reference: <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://en.501story.blog/article/notion-chart-tips-ai-mermaid-js#1252f044e4fa80668a26de4f9e27fd9d">Other Various Charts</a></li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e037043284e14030b9f1ee3aa2c7da57" data-id="e037043284e14030b9f1ee3aa2c7da57"><span><div id="e037043284e14030b9f1ee3aa2c7da57" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e037043284e14030b9f1ee3aa2c7da57" title="How to Use Mermaid in Notion"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">How to Use Mermaid in Notion</span></span></h2><ol start="1" class="notion-list notion-list-numbered notion-block-c57fd570a3cb4cd3bdc3b81f38f76378"><li>Insert a code block: Create a new block and enter the &#x27;/&#x27; command, then select &#x27;Code&#x27;.</li><ol class="notion-list notion-list-numbered notion-block-c57fd570a3cb4cd3bdc3b81f38f76378"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa80d3b0bdccfee866d498"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:340px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2F69c5a591-79cc-41dc-85cd-ca4f1e12fb7a%2Fimage.png?table=block&amp;id=1252f044-e4fa-80d3-b0bd-ccfee866d498&amp;t=1252f044-e4fa-80d3-b0bd-ccfee866d498&amp;width=340&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3f1d15bf620e44cf8f630620f0254a53"><li>Select language: Choose &#x27;Mermaid&#x27; from the top left of the code block.</li><ol class="notion-list notion-list-numbered notion-block-3f1d15bf620e44cf8f630620f0254a53"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa805fbafadf95c368376c"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:320px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2F83b2c60b-3468-4e44-bd09-69988f117b0b%2FScreenshot_2024-10-20_at_5.03.07_PM.png?table=block&amp;id=1252f044-e4fa-805f-bafa-df95c368376c&amp;t=1252f044-e4fa-805f-bafa-df95c368376c&amp;width=320&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-c2618e877d394cf588e47ec2f193e02b"><li>Write flowchart code: Write the flowchart code according to Mermaid syntax.</li></ol><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-704764df7d6a4669903d974a3de40672" data-id="704764df7d6a4669903d974a3de40672"><span><div id="704764df7d6a4669903d974a3de40672" class="notion-header-anchor"></div><a class="notion-hash-link" href="#704764df7d6a4669903d974a3de40672" title="Simple Mermaid Syntax"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Simple Mermaid Syntax</span></span></h3><div class="notion-text notion-block-391fe433c72e424aa782f806616a27b2">Mermaid syntax is intuitive and easy to learn. Here&#x27;s a simple example of creating a basic flowchart:</div><div class="notion-text notion-block-107ddc4a1c4541cbba26065d2387392a">This code generates a simple flowchart including a start node, a decision node, two process nodes, and an end node. Arrows indicate the flow of the process.</div><div class="notion-text notion-block-c97ae578a7784adca75a82bca97dcbcc">For detailed syntax, please refer to the <b><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://mermaid.js.org/syntax/flowchart.html">official documentation</a></b>.</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-5e7502a34c4846e5a26b5193ae77ea5c" data-id="5e7502a34c4846e5a26b5193ae77ea5c"><span><div id="5e7502a34c4846e5a26b5193ae77ea5c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5e7502a34c4846e5a26b5193ae77ea5c" title="Drawing with Notion AI"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Drawing with Notion AI</span></span></h2><ol start="1" class="notion-list notion-list-numbered notion-block-c70443d102f543bdbc3c350be09f7ff7"><li>AI Flowchart Generation: You can automatically generate flowcharts using Notion AI. <b>Activate AI input</b> by pressing <code class="notion-inline-code">space twice</code> on the page.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-5affdbce28eb4a49bffc426b19769358"><li>Content Creation: Select <code class="notion-inline-code">Make a flowchart</code> and enter the content you want to create.Prompt: <code class="notion-inline-code">Draw a flowchart for the current page</code>You can also directly ask AI to create a flowchart without selecting <code class="notion-inline-code">Make a flowchart</code></li><ol class="notion-list notion-list-numbered notion-block-5affdbce28eb4a49bffc426b19769358"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa802db538dbaaae903919"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:330px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fc0e32599-6994-4e06-8cbd-668c96d90f52%2FScreenshot_2024-10-20_at_5.12.17_PM.png?table=block&amp;id=1252f044-e4fa-802d-b538-dbaaae903919&amp;t=1252f044-e4fa-802d-b538-dbaaae903919&amp;width=330&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa80689363fa993aba3c50"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:679px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fae5d1a7c-8583-48ae-822b-89b470bcb4e8%2Fimage.png?table=block&amp;id=1252f044-e4fa-8068-9363-fa993aba3c50&amp;t=1252f044-e4fa-8068-9363-fa993aba3c50&amp;width=679&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-392f6f6e35ed451d8f0d9ef4a455d2d2"><li>Review and Modify Results: Review the flowchart generated by AI and manually modify if necessary. You can directly edit the Mermaid code or give additional instructions to AI.</li></ol><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-5f716c149447497587b6021123a40885" data-id="5f716c149447497587b6021123a40885"><span><div id="5f716c149447497587b6021123a40885" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5f716c149447497587b6021123a40885" title="Other Various Charts"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Other Various Charts</span></span></h3><div class="notion-text notion-block-c56d4013a37d4664859b1092ff287b8c">Mermaid.js allows you to create various charts besides flowcharts. <!-- -->‣</div><div class="notion-text notion-block-7710edd6cf264306988cde71e769d62e">In Notion, you can easily create various charts using tables and AI.</div><div class="notion-text notion-block-1252f044e4fa809eb769d05c9f5f8dd6"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://mermaid.js.org/intro/">Official Document</a></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa8030a878ffd620ddf367"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:233px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fe8de65f8-b895-4278-820f-a004b8277b5f%2Fimage.png?table=block&amp;id=1252f044-e4fa-8030-a878-ffd620ddf367&amp;t=1252f044-e4fa-8030-a878-ffd620ddf367&amp;width=233&amp;cache=v2" alt="Types of Charts Supported by Mermaid.js" loading="lazy" decoding="async"/><figcaption class="notion-asset-caption">Types of Charts Supported by Mermaid.js</figcaption></div></figure><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-f4c4c179fe77435b8f4ceeb89a4ad17a" data-id="f4c4c179fe77435b8f4ceeb89a4ad17a"><span><div id="f4c4c179fe77435b8f4ceeb89a4ad17a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f4c4c179fe77435b8f4ceeb89a4ad17a" title="Gantt Chart"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Gantt Chart</span></span></h4><div class="notion-text notion-block-52d025c01225434fa058f73e6e5f74c3">Gantt charts visually represent table data, allowing you to see the duration of each task and the overall project schedule at a glance.</div><div class="notion-text notion-block-dcd0156032ae4b3c9986ca9014020de8">When you have a table like the following, you can ask AI to create a chart based on it.</div><details class="notion-toggle notion-block-e6835c6ab77c444dbcd1dbae7da75159"><summary>Example Table</summary><div><table class="notion-simple-table notion-block-b7b9522d592947a3b427a7f393c339b1"><tbody><tr class="notion-simple-table-row notion-block-e21db909101e44f09efd49819bd73c32"><td class="" style="width:120px"><div class="notion-simple-table-cell">Task</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Start Date</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">End Date</div></td></tr><tr class="notion-simple-table-row notion-block-1ee9a83197d447d6a3469b051845a5b3"><td class="" style="width:120px"><div class="notion-simple-table-cell">Project Planning</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-01-01</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-01-15</div></td></tr><tr class="notion-simple-table-row notion-block-3e828ebef05042c88ecacb127acc9d65"><td class="" style="width:120px"><div class="notion-simple-table-cell">Requirements Analysis</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-01-16</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-01-31</div></td></tr><tr class="notion-simple-table-row notion-block-833e7a684cf54d4597d07529036105d9"><td class="" style="width:120px"><div class="notion-simple-table-cell">Design</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-02-01</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-02-29</div></td></tr><tr class="notion-simple-table-row notion-block-e1c0129eb4d746909bd0b7da14331690"><td class="" style="width:120px"><div class="notion-simple-table-cell">Development</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-03-01</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-04-30</div></td></tr><tr class="notion-simple-table-row notion-block-48684ec899b5446e85de415aa0074669"><td class="" style="width:120px"><div class="notion-simple-table-cell">Testing</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-05-01</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-05-15</div></td></tr><tr class="notion-simple-table-row notion-block-209f7dff4612460ca656279ed2595408"><td class="" style="width:120px"><div class="notion-simple-table-cell">Deployment</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-05-16</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024-05-31</div></td></tr></tbody></table></div></details><div class="notion-text notion-block-639c1de656e1454698b92c7e6423ea40">For databases, you can copy and convert to a table before making the request.</div><ol start="1" class="notion-list notion-list-numbered notion-block-557e16623a3349e88d7ca616c4162012"><li>Request to AI: <code class="notion-inline-code">Draw a Gantt chart</code></li><ol class="notion-list notion-list-numbered notion-block-557e16623a3349e88d7ca616c4162012"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa8015b929e78e6785241a"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:422px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fffaee4a6-b157-4ad5-85f1-c9904dc80937%2Fimage.png?table=block&amp;id=1252f044-e4fa-8015-b929-e78e6785241a&amp;t=1252f044-e4fa-8015-b929-e78e6785241a&amp;width=422&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-a2df153d73ce4fdd92650dd779b09d0f"><li>Result</li><ol class="notion-list notion-list-numbered notion-block-a2df153d73ce4fdd92650dd779b09d0f"></ol></ol><div class="notion-text notion-block-a2af804cd1e54b1e9e001ca5524df6a6">This code generates a Gantt chart based on the data from the above table. It specifies the start date and duration (in days) for each task to compose the chart.</div><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-b896bbec7f0e4bc5a783a241ceca9868" data-id="b896bbec7f0e4bc5a783a241ceca9868"><span><div id="b896bbec7f0e4bc5a783a241ceca9868" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b896bbec7f0e4bc5a783a241ceca9868" title="Drawing Pie Charts"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Drawing Pie Charts</span></span></h4><div class="notion-text notion-block-382f59a49ab045e1be7c5b9c617f345c">Pie charts are effective visualization tools that show the ratio of parts to the whole in a circular form, intuitively displaying the composition of data.</div><div class="notion-text notion-block-529dee2758914c1cbc1ddff2555d82af">Like Gantt charts, you can easily create them by requesting AI.</div><details class="notion-toggle notion-block-7146c29156af401d8db7746b60f99da7"><summary>Example Table</summary><div><table class="notion-simple-table notion-block-a73c35d72a174f5fa3b1d302ba44dad7"><tbody><tr class="notion-simple-table-row notion-block-f06e3ab195b845a58b7759904bc9eba4"><td class="" style="width:120px"><div class="notion-simple-table-cell">Category</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Value</div></td></tr><tr class="notion-simple-table-row notion-block-c320896b95dd484184bc00bd087772be"><td class="" style="width:120px"><div class="notion-simple-table-cell">A</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">30</div></td></tr><tr class="notion-simple-table-row notion-block-cb1b1cedd2fe4220aaa5df7c22897a1f"><td class="" style="width:120px"><div class="notion-simple-table-cell">B</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">50</div></td></tr><tr class="notion-simple-table-row notion-block-f34af9b1b06d4bb7a971c3ad8e3f5805"><td class="" style="width:120px"><div class="notion-simple-table-cell">C</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">20</div></td></tr><tr class="notion-simple-table-row notion-block-62d23b4f20684c678cc800447ba6478b"><td class="" style="width:120px"><div class="notion-simple-table-cell">D</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">40</div></td></tr><tr class="notion-simple-table-row notion-block-a32bbf684c424f7b8466465d03f39bc0"><td class="" style="width:120px"><div class="notion-simple-table-cell">E</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">10</div></td></tr></tbody></table></div></details><ol start="1" class="notion-list notion-list-numbered notion-block-3095fb0848504b4f8c998426db11509b"><li>Request: <code class="notion-inline-code">Draw a pie chart</code></li><ol class="notion-list notion-list-numbered notion-block-3095fb0848504b4f8c998426db11509b"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa80dc919bc1e5cea7dd85"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:265px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2F888b5dc7-55b5-4e8b-b857-38e6a3529af5%2Fimage.png?table=block&amp;id=1252f044-e4fa-80dc-919b-c1e5cea7dd85&amp;t=1252f044-e4fa-80dc-919b-c1e5cea7dd85&amp;width=265&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-eb05771982e745a19c4cf8f35de7244c"><li>Result</li><ol class="notion-list notion-list-numbered notion-block-eb05771982e745a19c4cf8f35de7244c"></ol></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-b46e2eee2b4a4f7a96fbe3baf5fb12eb" data-id="b46e2eee2b4a4f7a96fbe3baf5fb12eb"><span><div id="b46e2eee2b4a4f7a96fbe3baf5fb12eb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b46e2eee2b4a4f7a96fbe3baf5fb12eb" title="Tips"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Tips</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-c89fcf0fa82e4bfaa751fa76309fe8d3" data-id="c89fcf0fa82e4bfaa751fa76309fe8d3"><span><div id="c89fcf0fa82e4bfaa751fa76309fe8d3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c89fcf0fa82e4bfaa751fa76309fe8d3" title="Using Colors"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Using Colors</span></span></h3><div class="notion-text notion-block-b21ed38384e247c48a04e5341d89779d">You can add various colors to charts using Notion AI.</div><ol start="1" class="notion-list notion-list-numbered notion-block-ce5419a6feca4d82939455f8e15db9c5"><li>Click the <code class="notion-inline-code">Ask AI</code> button on the left of the flowchart.</li><ol class="notion-list notion-list-numbered notion-block-ce5419a6feca4d82939455f8e15db9c5"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa8048b8ebe9a57dc90ba9"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:262px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2F7aa48016-9288-445d-a364-5c32e479b23b%2Fimage.png?table=block&amp;id=1252f044-e4fa-8048-b8eb-e9a57dc90ba9&amp;t=1252f044-e4fa-8048-b8eb-e9a57dc90ba9&amp;width=262&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-7ec214d04af24c28bab4ef7678597416"><li>Add a prompt and generate.Prompt: <code class="notion-inline-code">Add colorful colors</code></li><ol class="notion-list notion-list-numbered notion-block-7ec214d04af24c28bab4ef7678597416"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa80cb9522eced7df40044"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2F33e9790f-24f1-440c-a071-26737431aaef%2Fimage.png?table=block&amp;id=1252f044-e4fa-80cb-9522-eced7df40044&amp;t=1252f044-e4fa-80cb-9522-eced7df40044&amp;width=679.96875&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-403737fb8f564d4b86f5422568d288d6"><li>Result</li><ol class="notion-list notion-list-numbered notion-block-403737fb8f564d4b86f5422568d288d6"></ol></ol><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-5e847e19d0ab42b49bd5f3b24e2235a0" data-id="5e847e19d0ab42b49bd5f3b24e2235a0"><span><div id="5e847e19d0ab42b49bd5f3b24e2235a0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5e847e19d0ab42b49bd5f3b24e2235a0" title="Code-Preview-Split View"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Code-Preview-Split View</span></span></h3><div class="notion-text notion-block-c99429cb6f894a6b82a96fed4de043db">The <code class="notion-inline-code">Code</code>, <code class="notion-inline-code">Preview</code>, and <code class="notion-inline-code">Split View</code> options in the top left are useful features that allow you to work more efficiently with charts in Notion.</div><div class="notion-text notion-block-3c3a50f904ae4436af5356c05bc069a9">Using these features, you can simultaneously view the chart&#x27;s code and the actual rendered result, allowing you to check and modify changes in real-time.</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1252f044e4fa80568e8cf024b739dced"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:224px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fed8d0649-16c4-4e3c-822c-606acc915a46%2Fimage.png?table=block&amp;id=1252f044-e4fa-8056-8e8c-f024b739dced&amp;t=1252f044-e4fa-8056-8e8c-f024b739dced&amp;width=224&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-1252f044e4fa80c4b944dece1e6f3d40"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Random Sorting in Notion Database]]></title>
            <link>https://en.501story.blog/article/random-notion-database</link>
            <guid>https://en.501story.blog/article/random-notion-database</guid>
            <pubDate>Mon, 14 Oct 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Discover how to implement a random sorting feature in your Notion database! This simple trick can transform the way you organize and access your content, making your workflow more dynamic and engaging.]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-11f2f044e4fa806887dbf4dd7fe2166d"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-11f2f044e4fa80bfb45ac90b8732f46e"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😃">😃</span></div><div class="notion-callout-text"><div class="notion-text notion-block-11f2f044e4fa80a9bf3dc84a81fa4ae7">I store English example sentences in a Notion database and sort them randomly for memorization.
Notion doesn&#x27;t provide a random sorting feature by default, but we can implement it using a small trick.</div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-1cdf8e4a0fed44a9be9251d4d793765f" data-id="1cdf8e4a0fed44a9be9251d4d793765f"><span><div id="1cdf8e4a0fed44a9be9251d4d793765f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1cdf8e4a0fed44a9be9251d4d793765f" title="When You Need Random Sorting in Notion"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">When You Need Random Sorting in Notion</span></span></h2><div class="notion-text notion-block-7c48b759ce0941f8bcde2d6e92e9a774">There can be various reasons why you might need a random sorting feature in Notion:</div><ul class="notion-list notion-list-disc notion-block-70c6114461554c0496d74c3d0f40512d"><li>When you need to display items randomly from a database</li></ul><ul class="notion-list notion-list-disc notion-block-282ee38606d14784a10744c5ba0a8b27"><li>When you want to fairly distribute work order in team projects</li></ul><ul class="notion-list notion-list-disc notion-block-84c1a7dd80244c1984459a94f3ca323c"><li>When you want to shuffle the order of study materials or quiz questions to enhance learning effectiveness</li></ul><ul class="notion-list notion-list-disc notion-block-13706fd1f3804a6f91ae9f77c57df9ee"><li>When you want to randomly select and fairly analyze customer reviews or feedback</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-56f34d14cbce457cbf10682ec6a0d46b" data-id="56f34d14cbce457cbf10682ec6a0d46b"><span><div id="56f34d14cbce457cbf10682ec6a0d46b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#56f34d14cbce457cbf10682ec6a0d46b" title="Method for Random Sorting"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Method for Random Sorting</span></span></h2><ol start="1" class="notion-list notion-list-numbered notion-block-17cd29612b0847408a28604099ec0fb8"><li><b>Create a New &#x27;Random&#x27; Property</b>: Add a new property to your database. Set this property type to &#x27;Formula&#x27;.</li><ol class="notion-list notion-list-numbered notion-block-17cd29612b0847408a28604099ec0fb8"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-11f2f044e4fa8048ad86efadf53874a8"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:344.96875px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fab63d040-02a9-4bba-808b-02f72d536e89%2Fimage.png?table=block&amp;id=11f2f044-e4fa-8048-ad86-efadf53874a8&amp;t=11f2f044-e4fa-8048-ad86-efadf53874a8&amp;width=344.96875&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-4c88e72f656e4b23a9d4c871b98292af"><li>Enter the Random Value Generation Formula: In the formula field of the newly created property, enter the following formula: <code class="notion-inline-code">(((((timestamp(prop(&quot;Created Time&quot;)) * 100011979) + 500067713) % 900066731) * (((timestamp(now()) * 800067089) + 800068411) % 800053967)) + 900067309) % 900066571</code></li><ol class="notion-list notion-list-numbered notion-block-4c88e72f656e4b23a9d4c871b98292af"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-11f2f044e4fa8064a588f9636cebd7d2"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2Fc92cf92c-23ca-4f3a-b878-2c9a3b97e691%2Fimage.png?table=block&amp;id=11f2f044-e4fa-8064-a588-f9636cebd7d2&amp;t=11f2f044-e4fa-8064-a588-f9636cebd7d2&amp;width=1113.953125&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-124186aee6bf4b6da8ffd72c334617ff"><li>Sort by the Random Property: In the database view, sort by the newly created &#x27;Random&#x27; property. This way, <span class="notion-red"><b>the items in the database will be randomly rearranged every time you refresh the page every minute</b></span>. (This doesn&#x27;t work within the blog and link)</li><ol class="notion-list notion-list-numbered notion-block-124186aee6bf4b6da8ffd72c334617ff"><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-11f2f044e4fa80f395e5f9cf3c2ef138"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F383952b9-ad73-4e5e-9cca-475c0e1297de%2F6ef4ff3d-a999-4de5-86c7-398ba4c8fdb3%2Fimage.png?table=block&amp;id=11f2f044-e4fa-80f3-95e5-f9cf3c2ef138&amp;t=11f2f044-e4fa-80f3-95e5-f9cf3c2ef138&amp;width=679.96875&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></ol></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-9fb4dd7a232347e38dd1051d77f8a19c" data-id="9fb4dd7a232347e38dd1051d77f8a19c"><span><div id="9fb4dd7a232347e38dd1051d77f8a19c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9fb4dd7a232347e38dd1051d77f8a19c" title="Example"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Example</span></span></h2><div class="notion-text notion-block-18012b324a3b42e0a944cadfe8ddd302">Feel free to copy and use this database if you need it</div><div class="notion-text notion-block-7175baf12caf4b04aeb626bf8c254e02"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://bit.ly/3zZGLlm">Click here for the database link</a></div><div><div></div><div class="notion-collection-header"><div class="notion-collection-header-title">Random DB</div></div></div><div class="notion-collection notion-block-11f2f044e4fa809cbc9bfb977e97de09"><div class="notion-table" style="width:1024px;max-width:1024px"><div class="notion-table-view" style="padding-left:96px;padding-right:96px"><div class="notion-table-header"><div class="notion-table-header-inner"><div class="notion-table-th"><div class="notion-table-view-header-cell" style="width:100px"><div class="notion-table-view-header-cell-inner"><div class="notion-collection-column-title"><svg viewBox="0 0 14 14" class="notion-collection-column-title-icon"><path d="M7.74 8.697a.81.81 0 01.073.308.894.894 0 01-.9.888.867.867 0 01-.825-.592l-.333-.961H2.058l-.333.961a.882.882 0 01-.838.592A.884.884 0 010 9.005c0-.11.025-.222.062-.308l2.403-6.211c.222-.58.776-.986 1.442-.986.653 0 1.22.407 1.442.986l2.39 6.211zM2.6 6.824h2.613L3.907 3.102 2.6 6.824zm8.8-3.118c1.355 0 2.6.542 2.6 2.255V9.08a.8.8 0 01-.789.814.797.797 0 01-.788-.703c-.395.468-1.097.764-1.874.764-.949 0-2.07-.64-2.07-1.972 0-1.392 1.121-1.897 2.07-1.897.789 0 1.491.246 1.886.727v-.826c0-.604-.518-.998-1.306-.998-.469 0-.888.123-1.32.394a.64.64 0 01-.307.086.602.602 0 01-.592-.604c0-.221.123-.419.284-.517a3.963 3.963 0 012.206-.641zm-.222 5.188c.505 0 .998-.172 1.257-.517v-.74c-.259-.345-.752-.517-1.257-.517-.616 0-1.122.332-1.122.9 0 .554.506.874 1.122.874zM.656 11.125h12.688a.656.656 0 110 1.313H.656a.656.656 0 110-1.313z"></path></svg><div class="notion-collection-column-title-body">Name</div></div></div></div></div><div class="notion-table-th"><div class="notion-table-view-header-cell" style="width:110px"><div class="notion-table-view-header-cell-inner"><div class="notion-collection-column-title"><svg viewBox="0 0 14 14" class="notion-collection-column-title-icon"><path d="M7.779 7.063l-3.157 4.224a.49.49 0 00-.072.218.35.35 0 00.346.357h6.242c.476 0 .862.398.862.889v.36c0 .491-.386.889-.862.889H1.862A.876.876 0 011 13.111v-.425a.82.82 0 01.177-.54L4.393 7.8a1.367 1.367 0 00-.006-1.625L1.4 2.194a.822.822 0 01-.18-.544V.89C1.22.398 1.604 0 2.08 0h8.838c.476 0 .861.398.861.889v.36c0 .491-.385.89-.86.89H5.135c-.19 0-.345.159-.345.356a.489.489 0 00.07.216l2.92 3.975c.049.062.063.107.06.188a.246.246 0 01-.062.189z"></path></svg><div class="notion-collection-column-title-body">Random</div></div></div></div></div></div></div><div class="notion-table-header-placeholder"></div><div class="notion-table-body"><div class="notion-table-row"><div class="notion-table-cell notion-table-cell-title" style="width:100px"><span class="notion-property notion-property-title"><a class="notion-page-link" href="/0061057b649b4cd9bf394bb33418915a"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="1" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text"><span class="notion-yellow">1</span></span></span></a></span></div><div class="notion-table-cell notion-table-cell-formula" style="width:110px"><span class="notion-property notion-property-formula"></span></div></div><div class="notion-table-row"><div class="notion-table-cell notion-table-cell-title" style="width:100px"><span class="notion-property notion-property-title"><a class="notion-page-link" href="/11f2f044e4fa80b1bc03da4d52c6fda9"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="2" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text"><span class="notion-yellow">2</span></span></span></a></span></div><div class="notion-table-cell notion-table-cell-formula" style="width:110px"><span class="notion-property notion-property-formula"></span></div></div><div class="notion-table-row"><div class="notion-table-cell notion-table-cell-title" style="width:100px"><span class="notion-property notion-property-title"><a class="notion-page-link" href="/11f2f044e4fa803bbf66cb75204d75aa"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="3" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text"><span class="notion-yellow">3</span></span></span></a></span></div><div class="notion-table-cell notion-table-cell-formula" style="width:110px"><span class="notion-property notion-property-formula"></span></div></div><div class="notion-table-row"><div class="notion-table-cell notion-table-cell-title" style="width:100px"><span class="notion-property notion-property-title"><a class="notion-page-link" href="/11f2f044e4fa8078b816f00d0b68d8bd"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="4" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text"><span class="notion-yellow">4</span></span></span></a></span></div><div class="notion-table-cell notion-table-cell-formula" style="width:110px"><span class="notion-property notion-property-formula"></span></div></div></div></div></div></div><hr class="notion-hr notion-block-c0ce1b233ef04e258d19bf9bfaccd01a"/><div class="notion-text notion-block-fd1652a2788a43afb6a3d2ac71c55416">Reference: <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.reddit.com/r/Notion/comments/i8cuk3/random_shuffle_a_list_table/">https://www.reddit.com/r/Notion/comments/i8cuk3/random_shuffle_a_list_table/</a></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Comparison of Design AI Tools]]></title>
            <link>https://en.501story.blog/article/compare-ai-design-tool</link>
            <guid>https://en.501story.blog/article/compare-ai-design-tool</guid>
            <pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[In the rapidly evolving landscape of design, AI tools are becoming indispensable allies for creators. This post delves into the unique features of various design AI tools, helping you navigate the best options for your specific needs.]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-11e2f044e4fa802c982afc015802ff95"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-11e2f044e4fa80698f4ece52402772d1"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😃">😃</span></div><div class="notion-callout-text"><div class="notion-text notion-block-11e2f044e4fa80f8b357e1f3d5ce96f8">While preparing for business and development, I often needed to create UI designs. Design AI tools have been quite helpful in this regard. However, each tool offers different features and requirements, so I&#x27;ve briefly summarized them here.

Please note that this information may not be entirely accurate as I haven&#x27;t used these tools extensively. Also, the AI tools may have been updated since this comparison was made.</div></div></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-6df010be2f414a898a5aee9638bfc47f" data-id="6df010be2f414a898a5aee9638bfc47f"><span><div id="6df010be2f414a898a5aee9638bfc47f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6df010be2f414a898a5aee9638bfc47f" title="Visily"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.visily.ai/">Visily</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-f48819bf4bd24c9db3ff962cf0233b0c"><li>Supports Lo-fi, Hi-fi, and Diagram functionalities</li></ul><ul class="notion-list notion-list-disc notion-block-dd12fbf095b7434ba6df3faadefb1db5"><li>Seems to provide AI features for flowchart and UI development</li></ul><ul class="notion-list notion-list-disc notion-block-894bf428c89a4edc8800140c4804463a"><li>Doesn&#x27;t appear to generate UI all at once based on the flow</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2b9a99f08a694115a8b27e28f2dab9ff" data-id="2b9a99f08a694115a8b27e28f2dab9ff"><span><div id="2b9a99f08a694115a8b27e28f2dab9ff" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2b9a99f08a694115a8b27e28f2dab9ff" title="Creatie"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://creatie.ai/">Creatie</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-39520193464443648972e5dc9b86bc5b"><li>Not a generative AI, but seems to use a method of easily importing numerous pre-defined components</li></ul><ul class="notion-list notion-list-disc notion-block-e601e0b1a43f4465a36f11490788e30e"><li>Offers various basic functions</li></ul><ul class="notion-list notion-list-disc notion-block-b7a1d9cffa364fffb26eb2795a221376"><li>Can import files defined in Figma and imports them relatively well</li><ul class="notion-list notion-list-disc notion-block-b7a1d9cffa364fffb26eb2795a221376"><li>Of course, the import is not perfect</li></ul></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-bb647f35a56a4599ab199cd4f2cee0d8" data-id="bb647f35a56a4599ab199cd4f2cee0d8"><span><div id="bb647f35a56a4599ab199cd4f2cee0d8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bb647f35a56a4599ab199cd4f2cee0d8" title="Wegic"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://wegic.ai/">Wegic</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-edcf05e11d9943478fce159883cdc643"><li>Chat-based design interface</li></ul><ul class="notion-list notion-list-disc notion-block-74f2673906f846a4a80c5d9858c98039"><li>Has limitations in importing code</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-66d1602fe2264e42afe0cc3a9bb89f41" data-id="66d1602fe2264e42afe0cc3a9bb89f41"><span><div id="66d1602fe2264e42afe0cc3a9bb89f41" class="notion-header-anchor"></div><a class="notion-hash-link" href="#66d1602fe2264e42afe0cc3a9bb89f41" title="Use Galileo"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.usegalileo.ai/">Use Galileo</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-29f57902b0a64a61b9e62956e9c05b35"><li>Most outputs tend to look similar</li></ul><ul class="notion-list notion-list-disc notion-block-7889f11665054ec3a85b44c4ab1dd156"><li>The ability to directly copy results to Figma is a big advantage</li><ul class="notion-list notion-list-disc notion-block-7889f11665054ec3a85b44c4ab1dd156"><li>I subscribed for two months because of this feature</li><li>However, the elements copied to Figma have inconsistent hierarchy and lack coherence</li></ul></ul><ul class="notion-list notion-list-disc notion-block-5d71c778d73345d09b9b0b8ab47f3cf7"><li>Personally, I found it difficult to use even half of the credits when I subscribed</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-4d05ffdd739349d6a63c6afe0e543501" data-id="4d05ffdd739349d6a63c6afe0e543501"><span><div id="4d05ffdd739349d6a63c6afe0e543501" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4d05ffdd739349d6a63c6afe0e543501" title="Uizard"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://uizard.io/">Uizard</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-954295dd0deb47ec98804c9acae25667"><li>Creates the entire flow with AI, useful for overall flow design</li><ul class="notion-list notion-list-disc notion-block-954295dd0deb47ec98804c9acae25667"><li>However, only about 30% seemed actually usable</li><li>Still, I subscribed for three months because of this feature</li></ul></ul><ul class="notion-list notion-list-disc notion-block-96be06a05ef5438f99361be5fedd3201"><li>Provides a method to import Figma components</li><ul class="notion-list notion-list-disc notion-block-96be06a05ef5438f99361be5fedd3201"><li>Large and complex components don&#x27;t seem to import well</li></ul></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-8faf017d2e244196b3dff375b59533d9" data-id="8faf017d2e244196b3dff375b59533d9"><span><div id="8faf017d2e244196b3dff375b59533d9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8faf017d2e244196b3dff375b59533d9" title="CraftUI"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://craftui.studio/">CraftUI</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-b64a58a57be9466485f8b2e9d9534876"><li>Haven&#x27;t used it</li></ul><ul class="notion-list notion-list-disc notion-block-73db4e13255743f8be7a12f719e7d31b"><li>Offers intuitive interface and AI-based insights</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-bb31def862684844a06aaf79e672289e" data-id="bb31def862684844a06aaf79e672289e"><span><div id="bb31def862684844a06aaf79e672289e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bb31def862684844a06aaf79e672289e" title="Webcrumbs"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.webcrumbs.org/frontend-ai">Webcrumbs</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-30fff3b5363b4cf1ad9d19c791d06c44"><li>Haven&#x27;t used it</li></ul><ul class="notion-list notion-list-disc notion-block-90a989b3026340eb8ad16b206db7cd59"><li>Can generate components from images and text</li></ul><ul class="notion-list notion-list-disc notion-block-83639c80e15e4bcbb114182420b7cef8"><li>Planning to provide an open-source JavaScript plugin builder</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-1550cf2c576443e39a39d93eecabc350" data-id="1550cf2c576443e39a39d93eecabc350"><span><div id="1550cf2c576443e39a39d93eecabc350" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1550cf2c576443e39a39d93eecabc350" title="Motiff"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://motiff.com/">Motiff</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-838db23d09bd41b9aaff97d6f287afb5"><li>Can be used to some extent for free</li></ul><ul class="notion-list notion-list-disc notion-block-5223a3a07e0e4f4b89d2784bc021a8bc"><li>Heard from others that the results were satisfactory</li></ul><ul class="notion-list notion-list-disc notion-block-c36ce4ef4edc457481861749c814ac32"><li>Haven&#x27;t used it personally</li></ul><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-a87f610eec494582bd0023203cc8b48d" data-id="a87f610eec494582bd0023203cc8b48d"><span><div id="a87f610eec494582bd0023203cc8b48d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a87f610eec494582bd0023203cc8b48d" title="Figma"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.figma.com/">Figma</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-a7f0c7e721954feca2e675c0d64d914b"><li>Industry-standard design tool, gradually integrating AI features</li></ul><ul class="notion-list notion-list-disc notion-block-db1ce7c9209c430aa48b624778f0fd1d"><li>Currently doesn&#x27;t create the entire workflow at once</li></ul><ul class="notion-list notion-list-disc notion-block-7845f0c035074c45a3acf4b61637ffd2"><li>Seems usable as a Figma design support concept</li></ul><ul class="notion-list notion-list-disc notion-block-8a07c6265b84449e8f8cfed7b5f44295"><li>The <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.figma.com/community/plugin/842128343887142055/figma-to-code-html-tailwind-flutter-swiftui">Figma to Code</a> plugin that generates Flutter code makes it difficult to replace with other tools</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-9d41121b4ee143ceba78d988aa4c78c4" data-id="9d41121b4ee143ceba78d988aa4c78c4"><span><div id="9d41121b4ee143ceba78d988aa4c78c4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9d41121b4ee143ceba78d988aa4c78c4" title="Conclusion"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Conclusion</span></span></h2><div class="notion-text notion-block-eea79dc35e704ab899ec31b443b65938">Each design AI tool has its own characteristics, so it&#x27;s best to choose based on your needs.</div><div class="notion-text notion-block-518a18d44fc147c38ab78140e664b7be">Tools like Visily or Uizard are helpful for establishing overall flow, while Galileo or Figma seem more useful for actual design work.</div><div class="notion-text notion-block-b3dd2a2107824a6a8422413d546ee284">Ultimately, it seems effective to choose tools that fit your work style or project, and mix and match them if necessary.</div><div class="notion-text notion-block-f849332c34944e87b22d3ff8faf764d8">I haven&#x27;t settled on just one tool yet.</div><div class="notion-text notion-block-b15d31d8b8fe4d5583995c3dbefbf693">Even if generation is done with other tools, it seems difficult to move away from Figma for actual development.</div><div class="notion-blank notion-block-11f2f044e4fa800da87ffab1e99988c8"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Free Blog Based on Notion]]></title>
            <link>https://en.501story.blog/article/notion-blog</link>
            <guid>https://en.501story.blog/article/notion-blog</guid>
            <pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[In an age where blogging has taken on new dimensions, I explored the exciting possibilities of using Notion as a free blogging platform. Join me as I dive into various open-source projects that harness the power of Notion's database for dynamic and engaging blogging experiences!]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-11e2f044e4fa805e9330d870f6f4f1ef"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-11e2f044e4fa8043b1bbee9826abf01c"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😃">😃</span></div><div class="notion-callout-text"><div class="notion-text notion-block-11e2f044e4fa8076b472caf1db408ed0">I briefly summarized my research on the possibility of free blogging using Notion&#x27;s database. I looked for actively maintained open-source projects based on Next.js that support SSR and SSG.</div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-40b0202fda254d87a80bf23971e21cf8" data-id="40b0202fda254d87a80bf23971e21cf8"><span><div id="40b0202fda254d87a80bf23971e21cf8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#40b0202fda254d87a80bf23971e21cf8" title="Comparison of Notion-based Blog (Site Generation) Open Source Projects"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Comparison of Notion-based Blog (Site Generation) Open Source Projects</span></span></h2><div class="notion-text notion-block-63657fda4e944d709bc0838c1ba6c31d">Here&#x27;s a brief summary of the pros and cons of each solution:</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-6c97b1fbcc084ec3b3f468b96bd8e24d" data-id="6c97b1fbcc084ec3b3f468b96bd8e24d"><span><div id="6c97b1fbcc084ec3b3f468b96bd8e24d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6c97b1fbcc084ec3b3f468b96bd8e24d" title="nextjs-notion-starter-kit"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/transitive-bullshit/nextjs-notion-starter-kit">nextjs-notion-starter-kit</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-cac96229c52245caa7328f088d24376c"><li>Seems to be the most widely used</li></ul><ul class="notion-list notion-list-disc notion-block-7479c9fbd45d41c8a493540314062eaf"><li>Development and issue resolution appear to be slow</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-50ca726df5764d8f81ca881a355edc6e" data-id="50ca726df5764d8f81ca881a355edc6e"><span><div id="50ca726df5764d8f81ca881a355edc6e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#50ca726df5764d8f81ca881a355edc6e" title="rotion"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/linyows/rotion">rotion</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-44601aa31f954c7c9e6f9bec1a4f1619"><li>Appears to display Notion content as-is</li></ul><ul class="notion-list notion-list-disc notion-block-a1b4b6d76b0040a991f7c6f2db7697f4"><li>Currently unable to access content within databases</li></ul><ul class="notion-list notion-list-disc notion-block-c13bb679c8244e0586be647208950a3f"><li>Seems to be under active development</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-90494cb62c094f31b32c80dd680c154a" data-id="90494cb62c094f31b32c80dd680c154a"><span><div id="90494cb62c094f31b32c80dd680c154a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#90494cb62c094f31b32c80dd680c154a" title="morethan-log"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/morethanmin/morethan-log">morethan-log</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-b794253a51804c5abfbf1ffc65f6d37e"><li>Popular in Korea</li></ul><ul class="notion-list notion-list-disc notion-block-1f9ff7827e584a15b3d43b3c4cc18dc1"><li>Many features, including some Korea-specific ones</li></ul><ul class="notion-list notion-list-disc notion-block-c19e2029a1624ee58b8b36f927188b87"><li>Unable to access basic Notion templates 😢</li><ul class="notion-list notion-list-disc notion-block-c19e2029a1624ee58b8b36f927188b87"><li>No related issues, and overall issue management seems poor</li></ul></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-74fc08fd0d054daa9bc745619ad12f66" data-id="74fc08fd0d054daa9bc745619ad12f66"><span><div id="74fc08fd0d054daa9bc745619ad12f66" class="notion-header-anchor"></div><a class="notion-hash-link" href="#74fc08fd0d054daa9bc745619ad12f66" title="notion-blog"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/ijjk/notion-blog">notion-blog</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-b71d28ef184f4d9a865b2c90253d5ed6"><li>Last updated 3 years ago</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-8810ac98c6cd42b5ad724a1ccdb11438" data-id="8810ac98c6cd42b5ad724a1ccdb11438"><span><div id="8810ac98c6cd42b5ad724a1ccdb11438" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8810ac98c6cd42b5ad724a1ccdb11438" title="notion-api-worker"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/splitbee/notion-api-worker">notion-api-worker</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-6d6b71f285144ae48637a4f53966aeea"><li>Not for site generation, but can retrieve public access Notion data via API</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-099f1097bc07465b96da21bd6b4a7271" data-id="099f1097bc07465b96da21bd6b4a7271"><span><div id="099f1097bc07465b96da21bd6b4a7271" class="notion-header-anchor"></div><a class="notion-hash-link" href="#099f1097bc07465b96da21bd6b4a7271" title="notablog"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/dragonman225/notablog">notablog</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-7b39ec6e1cdb4ac0acef36e946d334d7"><li>Excellent, but not Next.js</li></ul><ul class="notion-list notion-list-disc notion-block-c7ac1567ce5c438ba163200b183b8640"><li>Items within databases redirect to Notion</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-77d96a9e64464d61ba14502568209538" data-id="77d96a9e64464d61ba14502568209538"><span><div id="77d96a9e64464d61ba14502568209538" class="notion-header-anchor"></div><a class="notion-hash-link" href="#77d96a9e64464d61ba14502568209538" title="jarocki.me"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/BartoszJarocki/jarocki.me">jarocki.me</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-6953d40baaa6481fab05d3761d9ab1a1"><li>Generally appealing, but lacks search functionality</li></ul><ul class="notion-list notion-list-disc notion-block-b714a3f219c9410e89e3aa04c4a6603b"><li>Contains useful content for OG and SEO</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-b29e487e592d43c88028576f6c09cb84" data-id="b29e487e592d43c88028576f6c09cb84"><span><div id="b29e487e592d43c88028576f6c09cb84" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b29e487e592d43c88028576f6c09cb84" title="NotionNext"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/tangly1024/NotionNext">NotionNext</a></span></span></h3><ul class="notion-list notion-list-disc notion-block-41b82e4725d840aab219df6f80730005"><li>Written in JavaScript but uses <code class="notion-inline-code">next.js</code></li></ul><ul class="notion-list notion-list-disc notion-block-33d454e5046e46b0a2b0421f8554e825"><li>Appears to be actively updated and managed</li></ul><ul class="notion-list notion-list-disc notion-block-aadf87ef7ef14ae8a2247537b32d188c"><li>In Chinese, and examples are somewhat disorganized</li></ul><ul class="notion-list notion-list-disc notion-block-2542c0c378824500ac7466bb5c5900f2"><li>Diverse features and themes</li></ul><ul class="notion-list notion-list-disc notion-block-c6668a0a3f15483b94c253f83c844c69"><li>No Korean language support</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-b3427107edb84a5ca9f6c98437b1a09f" data-id="b3427107edb84a5ca9f6c98437b1a09f"><span><div id="b3427107edb84a5ca9f6c98437b1a09f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b3427107edb84a5ca9f6c98437b1a09f" title="Conclusion"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Conclusion</span></span></h2><div class="notion-text notion-block-5844bb4bc394427caceea3084cc5bd1e">I chose <code class="notion-inline-code">NotionNext</code>.</div><div class="notion-text notion-block-fc1eff7ce85f4450bb38ed2fde9f204a">It supports various features like OG, search, SSG, SSR, and offers diverse themes.</div><div class="notion-text notion-block-7232bd8a7cf34fff9758bf4076e11d60">It seems sufficient to customize the necessary features as needed.</div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>