在做笔记时将白板图表示为纯文本?
我在一个简单的文本编辑器中写下所有笔记,并且很难将图表、流程图等捕获为纯文本。您知道任何基于文本的图表速记法吗?或者您是否开发了自己的技术并且不介意分享?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能遵循的格式是 http://plantuml.sourceforge.net/ 使用的格式来生成各种图表
A possible format to follow is that used by http://plantuml.sourceforge.net/ to generate various diagrams