Thank you, Doug Finke, for this excellent resource. It's incredibly beneficial for visual learners.
@JohnConnor-jd9rp2 ай бұрын
Hey Doug, great video quick question I used AI to generate a mermaid diagram script and created it in VS code. How do I save the diagram to a text file or any file from vs code? The diagram looks great but i cant save to any file type
@DougFinke2 ай бұрын
I could not find a way to save it - did not spend time researching. Let me know what you find
@JohnConnor-jd9rp2 ай бұрын
@@DougFinke you can save it as a mark down file
@JohnConnor-jd9rp2 ай бұрын
There's a M down arrow ...upper right
@JohnConnor-jd9rp2 ай бұрын
chatgpt did a great job converting into a mermaid script file - would be a great function for PSAI!!
@DougFinke2 ай бұрын
@@JohnConnor-jd9rp yes, it'd be great for PSAI. The vs code ext uses the Language Server Protocol (LSP). Can't get access to that outside of the IDE. I did have an experiment in a private PSAI doing things with mermaid, but just text->mermaid syntax. This vs code does lots of cool integrated things. Points the way to next steps.