[logseq-plugin-git:commit] 2024-10-24T01:40:59.286Z

This commit is contained in:
2024-10-24 09:40:59 +08:00
parent afb0df8dce
commit 43203c959f

View File

@@ -1,5 +1,13 @@
- 是否要泡咖啡? #流程图
- ```mermaid
graph LR
Apples --> Bananas
graph TD
A("fab:fa-youtube Starter Guide") --> B("fab:fa-youtube Make Flowchart")
B --> C("fa:fa-book-open Learn More")
C --> n1[" "] & D{"Use the editor"} & n2["Many shapes"] & n3["Untitled Node"]
D -- Build and Design --> E("fa:fa-shapes Visual Editor")
E --> F("fa:fa-chevron-up Add node in toolbar")
D -- Use AI --> G("fa:fa-comment-dots AI chat")
G --> H("fa:fa-arrow-left Open AI in side menu")
D -- Mermaid js --> I("fa:fa-code Text")
I --> J("fa:fa-arrow-left Type Mermaid syntax")
```