Ambastha Diagrams: A Beta Tool for Easy Diagramming in VS Code
Ambastha Diagrams is a new beta tool designed for easy diagramming in Visual Studio Code. It features a clean and structured syntax that is both user-friendly and AI-ready, allowing for quick diagram creation without the complexity of traditional tools. The developer is seeking feedback on the tool's features and usability to enhance its functionality.
- ▪Ambastha Diagrams is built for speed and works seamlessly in various environments, including vscode.dev.
- ▪The tool's syntax is designed to be simple for users and easy for AI to generate valid code.
- ▪The project is currently in beta and licensed under Apache 2.0.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1235132) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Sudhanshu Ambastha Posted on May 26 Ambastha Diagrams: A Beta Tool for Easy Diagramming in VS Code #productivity #visualization #javascript #vscode We've all been there: you’re in a classroom, a lab, or on a sandboxed device where you can't install your preferred tools. You need to draw a quick diagram, but you're forced to use bulky, slow, 'enterprise-grade' tools that take ten minutes just to load and another ten to figure out how to use. Let's be real: I’m lazy.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).