点击页面上方的 "Text to diagram" 按钮打开根据 Prompt 生成流程图的窗口。 Excalidraw 的AI功能有使用次数限制,每个用户每天只能使用 100 次。 如果您使用 Obsidian 的话,可以使用 Obsidian 的 Excalidraw 的插件,在 Obsidian 中配置好 OpenAI 的 API Key 之后,你就可以无限制的使用这个功能。
Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
.addText(text=>{ text .setValue(data.name) .onChange(value=>{ data.name=value; }); }); newea.obsidian.Setting(container) .setName(`Eagle标签`) .setDesc(`用英文逗号(,)分隔标签`)//添加描述 .addText(text=>{ text .setValue(data.tags.join(','))//数组转逗号分隔的字符串 ...
:number;/*** Maximum number of characters to be rendered.* @default 50000*/maxTextSize?:number;} Example code: import{parseMermaidToExcalidraw}from"@excalidraw/mermaid-to-excalidraw";try{const{elements,files}=awaitparseMermaidToExcalidraw(diagramDefinition,{themeVariables:{fontSize:"25px",},});...
Basic symbols to quickly sketch a piping and instrumentation diagram. Used in chemical process industryItems: Butterfly valve, Ball valve, Actuated valve, Regulating valve, Check Valve, Overpressure Valve, Burst disk, Reducer, Y-filter, Compensator, Coupling, Sight glass, Steam trap, Flame arrester...
Basic symbols to quickly sketch a piping and instrumentation diagram. Used in chemical process industryItems: Butterfly valve, Ball valve, Actuated valve, Regulating valve, Check Valve, Overpressure Valve, Burst disk, Reducer, Y-filter, Compensator, Coupling, Sight glass, Steam trap, Flame arrester...
text (T) When you insert an element on the page you can change its properties to change how it is rendered. You can change the outline and fill colors, stroke width, sloppiness and opacity. You can also reorder the elements using the layers to bring the element to the top or move it...