在做笔记时将白板图表示为纯文本?

发布于 2024-09-26 13:30:30 字数 536 浏览 0 评论 0原文

我在一个简单的文本编辑器中写下所有笔记,并且很难将图表、流程图等捕获为纯文本。您知道任何基于文本的图表速记法吗?或者您是否开发了自己的技术并且不介意分享?

An example might be:

UI - user clicks button
 |
TaskFactory - generates a Task based on user action and adds to TaskQueue
 |
TaskManager - checks for tasks on its own thread

Or maybe:

UI --> TaskFactory --> TaskQueue --> TaskManager --O

UI - user clicks button
TaskFactory - generates a Task based on user action
TaskQueue - Task is added to queue
TaskManager - on separate thread; processes tasks from the queue

I write all my notes in a simple text editor, and I have a hard time capturing diagrams, flowcharts, etc. as purely text. Do you know of any text-based shorthand for diagramming? Or have you developed your own techniques you wouldn't mind sharing?

An example might be:

UI - user clicks button
 |
TaskFactory - generates a Task based on user action and adds to TaskQueue
 |
TaskManager - checks for tasks on its own thread

Or maybe:

UI --> TaskFactory --> TaskQueue --> TaskManager --O

UI - user clicks button
TaskFactory - generates a Task based on user action
TaskQueue - Task is added to queue
TaskManager - on separate thread; processes tasks from the queue

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薯片软お妹 2024-10-03 13:30:30

可能遵循的格式是 http://plantuml.sourceforge.net/ 使用的格式来生成各种图表

A possible format to follow is that used by http://plantuml.sourceforge.net/ to generate various diagrams

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文