{"id":12222,"date":"2025-12-25T11:44:00","date_gmt":"2025-12-25T02:44:00","guid":{"rendered":"https:\/\/rakkoserver.com\/plus\/?p=12222"},"modified":"2026-01-30T10:55:23","modified_gmt":"2026-01-30T01:55:23","slug":"tool-mermaid-editor","status":"publish","type":"post","link":"https:\/\/rakkoserver.com\/plus\/tool-mermaid-editor\/","title":{"rendered":"Mermaid\u8a18\u6cd5\u30a8\u30c7\u30a3\u30bf"},"content":{"rendered":"\n<!-- Mermaid\u8a18\u6cd5\u30a8\u30c7\u30a3\u30bf -->\n<div id=\"mermaidEditorContainer\">\n  <style>\n    \/* \u30d9\u30fc\u30b9\u30b9\u30bf\u30a4\u30eb *\/\n    #mermaidEditorContainer * {\n      box-sizing: border-box;\n    }\n    \n    #mermaidEditorContainer {\n      width: 100%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      font-size: 14px;\n      line-height: 1.6;\n      color: #333;\n    }\n    \n    .mermaid-editor-wrapper {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n    \n    \/* \u30d8\u30c3\u30c0\u30fc *\/\n    .mermaid-editor-header {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      align-items: center;\n    }\n    \n    .mermaid-editor-select-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      flex: 1;\n      min-width: 200px;\n    }\n    \n    .mermaid-editor-select-wrapper {\n      flex: 1;\n      min-width: 150px;\n    }\n    \n    .mermaid-editor-label {\n      display: block;\n      font-size: 12px;\n      color: #666;\n      margin-bottom: 4px;\n      font-weight: 500;\n    }\n    \n    .mermaid-editor-select {\n      width: 100%;\n      padding: 8px 12px;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      background: white;\n      font-size: 14px;\n      cursor: pointer;\n    }\n    \n    .mermaid-editor-select:focus {\n      outline: none;\n      border-color: #13284B;\n    }\n    \n    \/* \u30e1\u30a4\u30f3\u30b3\u30f3\u30c6\u30f3\u30c4 *\/\n    .mermaid-editor-content {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n      align-items: stretch;\n    }\n    \n    .mermaid-editor-input-section {\n      flex: 0 0 35%;\n      min-width: 250px;\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n    \n    .mermaid-editor-preview-section {\n      flex: 1;\n      min-width: 400px;\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n    \n    .mermaid-editor-section-title {\n      font-size: 16px;\n      font-weight: 600;\n      color: #333;\n      margin: 0;\n    }\n    \n    .mermaid-editor-char-count {\n      font-size: 11px;\n      color: #999;\n      text-align: right;\n    }\n    \n    .mermaid-editor-char-count.warning {\n      color: #c33;\n      font-weight: 600;\n    }\n    \n    .mermaid-editor-textarea {\n      width: 100%;\n      flex: 1;\n      min-height: 600px;\n      padding: 12px;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      font-family: \"Courier New\", Courier, monospace;\n      font-size: 13px;\n      line-height: 1.5;\n      resize: vertical;\n      background: #fafafa;\n    }\n    \n    .mermaid-editor-textarea:focus {\n      outline: none;\n      border-color: #13284B;\n      background: white;\n    }\n    \n    .mermaid-editor-preview-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    \n    .mermaid-editor-preview-hint {\n      font-size: 11px;\n      color: #999;\n    }\n    \n    .mermaid-editor-preview-container {\n      position: relative;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      flex: 1;\n      min-height: 600px;\n      background: white;\n      overflow: hidden;\n      cursor: grab;\n    }\n    \n    .mermaid-editor-preview-container.dragging {\n      cursor: grabbing;\n    }\n    \n    .mermaid-editor-preview-container.mermaid-theme-dark {\n      background: #1e1e1e;\n    }\n    \n    .mermaid-editor-preview-wrapper {\n      padding: 20px;\n      overflow: hidden;\n      max-height: 800px;\n      height: 100%;\n      position: relative;\n    }\n    \n    .mermaid-editor-preview {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      min-height: 560px;\n      transform-origin: center center;\n      transition: transform 0.1s ease-out;\n    }\n    \n    \/* \u30ed\u30fc\u30c7\u30a3\u30f3\u30b0\u8868\u793a *\/\n    .mermaid-editor-loading {\n      display: none;\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      color: #666;\n      font-size: 14px;\n      z-index: 5;\n    }\n    \n    .mermaid-editor-loading.show {\n      display: block;\n    }\n    \n    \/* \u30a8\u30e9\u30fc\u8868\u793a *\/\n    .mermaid-editor-error {\n      display: none;\n      padding: 12px;\n      background: #fee;\n      border: 1px solid #fcc;\n      border-radius: 4px;\n      color: #c33;\n      font-size: 13px;\n      margin-top: 8px;\n      white-space: pre-wrap;\n      word-break: break-word;\n    }\n    \n    .mermaid-editor-error.show {\n      display: block;\n    }\n    \n    \/* \u30ba\u30fc\u30e0\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb *\/\n    .mermaid-editor-zoom-controls {\n      position: absolute;\n      top: 12px;\n      right: 12px;\n      display: flex;\n      gap: 4px;\n      background: rgba(255, 255, 255, 0.95);\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      padding: 4px;\n      z-index: 10;\n    }\n    \n    .mermaid-editor-zoom-btn {\n      width: 32px;\n      height: 32px;\n      border: none;\n      background: white;\n      cursor: pointer;\n      font-size: 16px;\n      font-weight: bold;\n      color: #666;\n      border-radius: 2px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    \n    .mermaid-editor-zoom-btn:hover {\n      background: #f5f5f5;\n      color: #333;\n    }\n    \n    .mermaid-editor-zoom-btn:active {\n      background: #eee;\n    }\n    \n    .mermaid-editor-zoom-btn:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    \/* \u30a2\u30af\u30b7\u30e7\u30f3\u30dc\u30bf\u30f3 *\/\n    .mermaid-editor-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n    \n    .mermaid-editor-btn {\n      padding: 0 20px;\n      height: 42px;\n      border: none;\n      border-radius: 4px;\n      background: #13284B;\n      color: white;\n      font-size: 14px;\n      font-weight: 500;\n      cursor: pointer;\n      transition: background 0.2s;\n    }\n    \n    .mermaid-editor-btn:hover {\n      background: #1a3560;\n    }\n    \n    .mermaid-editor-btn:active {\n      background: #0f1f3a;\n    }\n    \n    .mermaid-editor-btn:disabled {\n      background: #ccc;\n      cursor: not-allowed;\n    }\n    \n    .mermaid-editor-btn:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    .mermaid-editor-btn-secondary {\n      background: #666;\n    }\n    \n    .mermaid-editor-btn-secondary:hover {\n      background: #555;\n    }\n    \n    .mermaid-editor-btn-secondary:active {\n      background: #444;\n    }\n    \n    \/* \u30c8\u30fc\u30b9\u30c8\u901a\u77e5 *\/\n    .mermaid-editor-toast {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      padding: 12px 20px;\n      background: #333;\n      color: white;\n      border-radius: 4px;\n      font-size: 14px;\n      opacity: 0;\n      transition: opacity 0.3s;\n      pointer-events: none;\n      z-index: 10000;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.3);\n    }\n    \n    .mermaid-editor-toast.show {\n      opacity: 0.95;\n    }\n    \n    \/* \u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u5bfe\u5fdc *\/\n    @media (max-width: 768px) {\n      .mermaid-editor-content {\n        flex-direction: column;\n      }\n      \n      .mermaid-editor-input-section,\n      .mermaid-editor-preview-section {\n        flex: 1;\n        min-width: 100%;\n        width: 100%;\n      }\n      \n      .mermaid-editor-textarea {\n        min-height: 300px;\n      }\n      \n      .mermaid-editor-preview-container {\n        min-height: 400px;\n      }\n      \n      .mermaid-editor-preview-wrapper {\n        max-height: 600px;\n      }\n      \n      .mermaid-editor-actions {\n        flex-direction: column;\n      }\n      \n      .mermaid-editor-btn {\n        width: 100%;\n      }\n      \n      .mermaid-editor-preview-hint {\n        display: none;\n      }\n    }\n  <\/style>\n  \n  <div class=\"mermaid-editor-wrapper\">\n    <!-- \u30d8\u30c3\u30c0\u30fc: \u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30fb\u30c6\u30fc\u30de\u9078\u629e -->\n    <div class=\"mermaid-editor-header\">\n      <div class=\"mermaid-editor-select-group\">\n        <div class=\"mermaid-editor-select-wrapper\">\n          <label class=\"mermaid-editor-label\" for=\"mermaidEditorTemplate\">\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8<\/label>\n          <select id=\"mermaidEditorTemplate\" class=\"mermaid-editor-select\" aria-label=\"\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u9078\u629e\">\n            <option value=\"flowchart\">\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8<\/option>\n            <option value=\"sequence\">\u30b7\u30fc\u30b1\u30f3\u30b9\u56f3<\/option>\n            <option value=\"class\">\u30af\u30e9\u30b9\u56f3<\/option>\n            <option value=\"state\">\u72b6\u614b\u9077\u79fb\u56f3<\/option>\n            <option value=\"er\">ER\u56f3<\/option>\n            <option value=\"gantt\">\u30ac\u30f3\u30c8\u30c1\u30e3\u30fc\u30c8<\/option>\n            <option value=\"pie\">\u5186\u30b0\u30e9\u30d5<\/option>\n            <option value=\"journey\">\u30e6\u30fc\u30b6\u30fc\u30b8\u30e3\u30fc\u30cb\u30fc<\/option>\n            <option value=\"git\">Git\u30b0\u30e9\u30d5<\/option>\n          <\/select>\n        <\/div>\n        \n        <div class=\"mermaid-editor-select-wrapper\">\n          <label class=\"mermaid-editor-label\" for=\"mermaidEditorTheme\">\u914d\u8272\u30c6\u30fc\u30de<\/label>\n          <select id=\"mermaidEditorTheme\" class=\"mermaid-editor-select\" aria-label=\"\u914d\u8272\u30c6\u30fc\u30de\u9078\u629e\">\n            <option value=\"default\">\u30c7\u30d5\u30a9\u30eb\u30c8<\/option>\n            <option value=\"forest\">\u30d5\u30a9\u30ec\u30b9\u30c8<\/option>\n            <option value=\"dark\">\u30c0\u30fc\u30af<\/option>\n            <option value=\"neutral\">\u30cb\u30e5\u30fc\u30c8\u30e9\u30eb<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- \u30e1\u30a4\u30f3\u30b3\u30f3\u30c6\u30f3\u30c4 -->\n    <div class=\"mermaid-editor-content\">\n      <!-- \u5165\u529b\u30a8\u30ea\u30a2 -->\n      <div class=\"mermaid-editor-input-section\">\n        <p class=\"mermaid-editor-section-title\">Mermaid\u30b3\u30fc\u30c9\u5165\u529b<\/p>\n        <div class=\"mermaid-editor-char-count\" id=\"mermaidEditorCharCount\">0 \/ 50,000 \u6587\u5b57<\/div>\n        <textarea id=\"mermaidEditorInput\" class=\"mermaid-editor-textarea\" spellcheck=\"false\" maxlength=\"50000\" aria-label=\"Mermaid\u30b3\u30fc\u30c9\u5165\u529b\u30a8\u30ea\u30a2\" placeholder=\"Mermaid\u8a18\u6cd5\u306e\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044...\"><\/textarea>\n      <\/div>\n      \n      <!-- \u30d7\u30ec\u30d3\u30e5\u30fc\u30a8\u30ea\u30a2 -->\n      <div class=\"mermaid-editor-preview-section\">\n        <div class=\"mermaid-editor-preview-header\">\n          <p class=\"mermaid-editor-section-title\">\u30d7\u30ec\u30d3\u30e5\u30fc<\/p>\n          <p class=\"mermaid-editor-preview-hint\">\u30c9\u30e9\u30c3\u30b0\/\u30b9\u30ef\u30a4\u30d7\u3067\u79fb\u52d5 | Ctrl+\u30db\u30a4\u30fc\u30eb\u3067\u30ba\u30fc\u30e0 | \u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067\u30d5\u30a3\u30c3\u30c8<\/p>\n        <\/div>\n        <div id=\"mermaidEditorPreviewContainer\" class=\"mermaid-editor-preview-container\">\n          <div class=\"mermaid-editor-zoom-controls\">\n            <button class=\"mermaid-editor-zoom-btn\" id=\"mermaidEditorZoomIn\" title=\"\u62e1\u5927(Ctrl + \u30db\u30a4\u30fc\u30eb\u4e0a)\" aria-label=\"\u62e1\u5927\">+<\/button>\n            <button class=\"mermaid-editor-zoom-btn\" id=\"mermaidEditorZoomOut\" title=\"\u7e2e\u5c0f(Ctrl + \u30db\u30a4\u30fc\u30eb\u4e0b)\" aria-label=\"\u7e2e\u5c0f\">\u2013<\/button>\n          <\/div>\n          <div class=\"mermaid-editor-loading\" id=\"mermaidEditorLoading\">\u8aad\u307f\u8fbc\u307f\u4e2d\u2026<\/div>\n          <div id=\"mermaidEditorPreviewWrapper\" class=\"mermaid-editor-preview-wrapper\">\n            <div id=\"mermaidEditorPreview\" class=\"mermaid-editor-preview\"><\/div>\n          <\/div>\n        <\/div>\n        <div id=\"mermaidEditorError\" class=\"mermaid-editor-error\" role=\"alert\"><\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- \u30a2\u30af\u30b7\u30e7\u30f3\u30dc\u30bf\u30f3 -->\n    <div class=\"mermaid-editor-actions\">\n      <button id=\"mermaidEditorExportPNG\" class=\"mermaid-editor-btn\">PNG\u753b\u50cf\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/button>\n      <button id=\"mermaidEditorCopyCode\" class=\"mermaid-editor-btn mermaid-editor-btn-secondary\">\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc<\/button>\n      <button id=\"mermaidEditorCopyMarkdown\" class=\"mermaid-editor-btn mermaid-editor-btn-secondary\">Markdown\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc<\/button>\n    <\/div>\n  <\/div>\n  \n  <!-- \u30c8\u30fc\u30b9\u30c8\u901a\u77e5 -->\n  <div id=\"mermaidEditorToast\" class=\"mermaid-editor-toast\" role=\"status\" aria-live=\"polite\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/media-api.qcdgv19414.rakkoserver.net\/lib\/mermaid.min.js\"><\/script>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u30c6\u30ad\u30b9\u30c8\u5f62\u5f0f\u3067\u56f3\u3092\u63cf\u3051\u308b\u300cMermaid\uff08\u30de\u30fc\u30e1\u30a4\u30c9\uff09\u8a18\u6cd5\u300d\u3092\u30d6\u30e9\u30a6\u30b6\u4e0a\u3067\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u306b\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u3001\u753b\u50cf\u3068\u3057\u3066\u4fdd\u5b58\u3067\u304d\u308b\u7121\u6599\u306e\u30a8\u30c7\u30a3\u30bf\u3067\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-0\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u30d7\u30ec\u30d3\u30e5\u30fc<\/strong>: \u5165\u529b\u3057\u305fMermaid\u8a18\u6cd5\u306e\u5185\u5bb9\u304c\u5373\u5ea7\u306b\u56f3\u3068\u3057\u3066\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u8c4a\u5bcc\u306a\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8<\/strong>: \u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u3001\u30b7\u30fc\u30b1\u30f3\u30b9\u56f3\u3001\u30ac\u30f3\u30c8\u30c1\u30e3\u30fc\u30c8\u306a\u3069\u306e\u96db\u5f62\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u547c\u3073\u51fa\u305b\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u753b\u50cf\u66f8\u304d\u51fa\u3057\uff08PNG\uff09<\/strong>: \u4f5c\u6210\u3057\u305f\u56f3\u3092PNG\u5f62\u5f0f\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3001\u305d\u306e\u307e\u307e\u8cc7\u6599\u3084\u30b9\u30e9\u30a4\u30c9\u306b\u6d3b\u7528\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>Markdown\u5bfe\u5fdc<\/strong>: GitHub\u3084Notion\u306b\u8cbc\u308a\u4ed8\u3051\u53ef\u80fd\u306aMarkdown\u5f62\u5f0f\u3067\u306e\u30b3\u30fc\u30c9\u30b3\u30d4\u30fc\u304c\u53ef\u80fd\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u76f4\u611f\u7684\u306a\u64cd\u4f5c<\/strong>: \u30d7\u30ec\u30d3\u30e5\u30fc\u753b\u9762\u306e\u30ba\u30fc\u30e0\u3084\u30c9\u30e9\u30c3\u30b0\u306b\u3088\u308b\u79fb\u52d5\u306b\u5bfe\u5fdc\u3057\u3066\u304a\u308a\u3001\u8907\u96d1\u306a\u56f3\u3067\u3082\u7d30\u90e8\u307e\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">Mermaid\u8a18\u6cd5\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>Mermaid\uff08\u30de\u30fc\u30e1\u30a4\u30c9\uff09\u8a18\u6cd5\u3068\u306f\u3001\u7279\u5b9a\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3063\u3066\u30c6\u30ad\u30b9\u30c8\u3092\u5165\u529b\u3059\u308b\u3053\u3068\u3067\u3001\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u3084\u30b0\u30e9\u30d5\u306a\u3069\u306e\u56f3\u3092\u81ea\u52d5\u751f\u6210\u3059\u308b\u4ed5\u7d44\u307f\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u901a\u5e38\u306e\u753b\u50cf\u7de8\u96c6\u30bd\u30d5\u30c8\u3068\u306f\u7570\u306a\u308a\u3001\u30de\u30a6\u30b9\u3067\u7dda\u3092\u5f15\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u300cA \u2013&gt; B\u300d\u306e\u3088\u3046\u306b\u30c6\u30ad\u30b9\u30c8\u3067\u95a2\u4fc2\u6027\u3092\u8a18\u8ff0\u3059\u308b\u3060\u3051\u3067\u3001\u8ab0\u3067\u3082\u7f8e\u3057\u304f\u6574\u3063\u305f\u56f3\u3092\u4f5c\u6210\u3067\u304d\u308b\u306e\u304c\u6700\u5927\u306e\u7279\u5fb4\u3067\u3059\u3002\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u4ed5\u69d8\u66f8\u4f5c\u6210\u3060\u3051\u3067\u306a\u304f\u3001\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u696d\u52d9\u30d5\u30ed\u30fc\u56f3\u4f5c\u6210\u306b\u3082\u5e83\u304f\u5229\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">AI\u3067\u52b9\u7387\u7684\u306b\u30d5\u30ed\u30fc\u56f3\u3092\u4f5c\u6210\u3059\u308b<\/h2>\n\n\n\n<p>Mermaid\u8a18\u6cd5\u306f\u975e\u5e38\u306b\u4fbf\u5229\u3067\u3059\u304c\u3001\u8907\u96d1\u306a\u56f3\u306b\u306a\u308c\u3070\u306a\u308b\u307b\u3069\u3001\u81ea\u5206\u3067\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u306e\u304c\u624b\u9593\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u305d\u306e\u969b\u306f\u3001Gemini\u306a\u3069\u306eAI\u3092\u6d3b\u7528\u3059\u308b\u306e\u304c\u52b9\u7387\u7684\u3067\u3059\u3002<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>AI\u306b\u6307\u793a\u3092\u51fa\u3059<\/strong>: \u300c\u4ee5\u4e0b\u306e\u696d\u52d9\u5de5\u7a0b\u3092Mermaid\u8a18\u6cd5\u306e\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u306b\u3057\u3066\u300d\u3068\u4f1d\u3048\u3001\u81ea\u5206\u306e\u696d\u52d9\u624b\u9806\u3084\u30de\u30cb\u30e5\u30a2\u30eb\u306e\u5185\u5bb9\u3092AI\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc<\/strong>: AI\u304c\u751f\u6210\u3057\u305fMermaid\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u672c\u30c4\u30fc\u30eb\u306b\u8cbc\u308a\u4ed8\u3051<\/strong>: \u5f53\u30c4\u30fc\u30eb\u306e\u5165\u529b\u30a8\u30ea\u30a2\u306b\u8cbc\u308a\u4ed8\u3051\u308b\u3060\u3051\u3067\u3001\u4e00\u77ac\u3067\u56f3\u89e3\u304c\u5b8c\u6210\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<p>\u300c\u30de\u30cb\u30e5\u30a2\u30eb\u306e\u6587\u7ae0\u3092\u305d\u306e\u307e\u307e\u6295\u3052\u3066\u56f3\u89e3\u5316\u3059\u308b\u300d\u300c\u7b87\u6761\u66f8\u304d\u306e\u30e1\u30e2\u304b\u3089\u30b7\u30fc\u30b1\u30f3\u30b9\u56f3\u3092\u4f5c\u308b\u300d\u3068\u3044\u3063\u305f\u4f7f\u3044\u65b9\u304c\u3067\u304d\u308b\u305f\u3081\u3001\u624b\u66f8\u304d\u3088\u308a\u3082\u5727\u5012\u7684\u306b\u65e9\u304f\u8cc7\u6599\u3092\u5b8c\u6210\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f\uff08\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\uff09<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30b7\u30b9\u30c6\u30e0\u8a2d\u8a08\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210<\/strong>: \u30b7\u30fc\u30b1\u30f3\u30b9\u56f3\u3084\u30af\u30e9\u30b9\u56f3\u3092\u7d20\u65e9\u304f\u4f5c\u6210\u3057\u3001\u8a2d\u8a08\u66f8\u306b\u53cd\u6620\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u696d\u52d9\u30d5\u30ed\u30fc\u306e\u53ef\u8996\u5316<\/strong>: \u8907\u96d1\u306a\u696d\u52d9\u624b\u9806\u3092\u6574\u7406\u3057\u3001\u30c1\u30fc\u30e0\u3067\u5171\u6709\u3059\u308b\u305f\u3081\u306e\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u304c\u5fc5\u8981\u306a\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u9032\u6357\u7ba1\u7406<\/strong>: \u30ac\u30f3\u30c8\u30c1\u30e3\u30fc\u30c8\u3092\u4f5c\u6210\u3057\u3066\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u306e\u5168\u4f53\u50cf\u3092\u628a\u63e1\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ec\u30bc\u30f3\u8cc7\u6599\u306e\u56f3\u89e3\u4f5c\u6210<\/strong>: \u8a18\u53f7\u3084\u77e2\u5370\u306e\u914d\u7f6e\u306b\u6642\u9593\u3092\u304b\u3051\u305a\u3001\u8ad6\u7406\u7684\u3067\u7dba\u9e97\u306a\u56f3\u3092\u8cc7\u6599\u306b\u633f\u5165\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">\u30c4\u30fc\u30eb\u306e\u4f7f\u3044\u304b\u305f<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u9078\u629e\u3059\u308b<\/strong>: \u4e0a\u90e8\u306e\u30bb\u30ec\u30af\u30c8\u30dc\u30c3\u30af\u30b9\u304b\u3089\u3001\u4f5c\u6210\u3057\u305f\u3044\u56f3\u306e\u7a2e\u985e\uff08\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u3001\u30b7\u30fc\u30b1\u30f3\u30b9\u56f3\u306a\u3069\uff09\u3092\u9078\u3073\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b3\u30fc\u30c9\u3092\u7de8\u96c6\u3059\u308b<\/strong>: \u5de6\u5074\u306e\u5165\u529b\u30a8\u30ea\u30a2\u306bMermaid\u8a18\u6cd5\u3092\u8a18\u8ff0\u3057\u307e\u3059\u3002AI\u304b\u3089\u53d6\u5f97\u3057\u305f\u30b3\u30fc\u30c9\u3092\u8cbc\u308a\u4ed8\u3051\u308b\u306e\u3082\u52b9\u679c\u7684\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u8868\u793a\u3092\u8abf\u6574\u3059\u308b<\/strong>: \u914d\u8272\u30c6\u30fc\u30de\u3092\u5909\u66f4\u3057\u305f\u308a\u3001\u30d7\u30ec\u30d3\u30e5\u30fc\u30a8\u30ea\u30a2\u3092\u30ba\u30fc\u30e0\u30fb\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u898b\u3084\u3059\u3044\u4f4d\u7f6e\u306b\u8abf\u6574\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u4fdd\u5b58\u30fb\u30b3\u30d4\u30fc\u3059\u308b<\/strong>: \u56f3\u304c\u5b8c\u6210\u3057\u305f\u3089\u300cPNG\u753b\u50cf\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u4fdd\u5b58\u3059\u308b\u304b\u3001\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\u3057\u3066\u5404\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb\u306b\u8cbc\u308a\u4ed8\u3051\u307e\u3059\u3002<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8 \u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9\u56f3\u30af\u30e9\u30b9\u56f3\u72b6\u614b\u9077\u79fb\u56f3ER\u56f3\u30ac\u30f3\u30c8\u30c1\u30e3\u30fc\u30c8\u5186\u30b0\u30e9\u30d5\u30e6\u30fc\u30b6\u30fc\u30b8\u30e3\u30fc\u30cb\u30fcGit\u30b0\u30e9\u30d5 \u914d\u8272\u30c6\u30fc\u30de \u30c7\u30d5\u30a9\u30eb\u30c8\u30d5\u30a9\u30ec\u30b9\u30c8\u30c0\u30fc\u30af\u30cb\u30e5\u30fc\u30c8\u30e9\u30eb Mermaid\u30b3\u30fc\u30c9\u5165\u529b 0 \/ 50,000 \u6587 &#8230; <\/p>\n","protected":false},"author":4,"featured_media":12244,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,31,30],"tags":[],"class_list":{"0":"post-12222","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tool","8":"category-conversion","9":"category-generation","10":"entry"},"_links":{"self":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/comments?post=12222"}],"version-history":[{"count":16,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12222\/revisions"}],"predecessor-version":[{"id":12260,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12222\/revisions\/12260"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media\/12244"}],"wp:attachment":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media?parent=12222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/categories?post=12222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/tags?post=12222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}