Skip to content

Instantly share code, notes, and snippets.

@adamjgrant
Last active May 13, 2021 05:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjgrant/9f773ed584cef380a42cb1ba0da88c2d to your computer and use it in GitHub Desktop.
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)
{
"// 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