Last active
May 13, 2021 05:03
-
-
Save adamjgrant/9f773ed584cef380a42cb1ba0da88c2d to your computer and use it in GitHub Desktop.
2x2x2 tree template (2 ideas x 2 beginnings x 2 endings x many synonyms)
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
{ | |
"// info": "Template for a 2x2x2 tree", | |
"main": [ | |
{ "branch": "idea-1 clauses" }, | |
{ "branch": "idea-2 clauses" } | |
], | |
"// idea-1 info": "", | |
"idea-1 clauses": [ | |
{ | |
"branch": "idea-1 beginnings", | |
"then": [" ", | |
{ "branch": "idea-1 endings" } | |
] | |
} | |
], | |
"// idea-2 info": "", | |
"idea-2 clauses": [ | |
{ | |
"branch": "idea-2 beginnings", | |
"then": [" ", | |
{ "branch": "idea-2 endings" } | |
] | |
} | |
], | |
"idea-1 beginnings": [ | |
{ "branch": "idea-1 starting-phrase 1" }, | |
{ "branch": "idea-1 starting-phrase 2" } | |
], | |
"idea-1 endings": [ | |
{ "branch": "idea-1 ending-phrase 1" }, | |
{ "branch": "idea-1 ending-phrase 2" } | |
], | |
"idea-2 beginnings": [ | |
{ "branch": "idea-2 starting-phrase 1" }, | |
{ "branch": "idea-2 starting-phrase 2" } | |
], | |
"idea-2 endings": [ | |
{ "branch": "idea-2 ending-phrase 1" }, | |
{ "branch": "idea-2 ending-phrase 2" } | |
], | |
"idea-1 starting-phrase 1": { "ps": "" }, | |
"idea-1 ending-phrase 1": { "ps": "" }, | |
"idea-1 starting-phrase 2": { "ps": "" }, | |
"idea-1 ending-phrase 2": { "ps": "" }, | |
"idea-2 starting-phrase 1": { "ps": "" }, | |
"idea-2 ending-phrase 1": { "ps": "" }, | |
"idea-2 starting-phrase 2": { "ps": "" }, | |
"idea-2 ending-phrase 2": { "ps": "" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment