Created
January 20, 2019 05:26
-
-
Save ispringle/64f3940d29d63d7b6e1d2f03bece086e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph TD | |
Thought --> Inbox | |
Inbox --> Actionable | |
Actionable --> Trash | |
Actionable --> Short | |
Short --> Group | |
Group--> Todo | |
Actionable --> Long | |
Long --> Break-Down | |
Break-Down --> Todo | |
Inbox --> Idea | |
Idea --> Trash | |
Idea --> Incubator | |
Incubator --> Idea | |
Idea --> Actionable | |
Idea --> Knowledgebase | |
Inbox --> Remember |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment