feat: initial testing version

This commit is contained in:
are
2023-11-28 18:41:35 +01:00
parent 42d8c5a040
commit 0958241589
3 changed files with 597 additions and 1 deletions
+7 -1
View File
@@ -251,7 +251,8 @@
"hand": "Hand (panning tool)",
"extraTools": "More tools",
"mermaidToExcalidraw": "Mermaid to Excalidraw",
"magicSettings": "AI settings"
"magicSettings": "AI settings",
"textToExcalidraw": "Text to Excalidraw"
},
"headings": {
"canvasActions": "Canvas actions",
@@ -517,5 +518,10 @@
"description": "Currently only <flowchartLink>Flowcharts</flowchartLink> and <sequenceLink>Sequence Diagrams</sequenceLink> are supported. The other types will be rendered as image in Excalidraw.",
"syntax": "Mermaid Syntax",
"preview": "Preview"
},
"textToExcalidraw": {
"title": "Text to Excalidraw",
"description": "Test",
"button": "Insert"
}
}