Skip to content

Commit

Permalink
Update subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 8, 2024
1 parent 2ebccf1 commit 2f0f7f8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions cheatSheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>Simoji Quickstart Guide</title>
<script>/* This HTML was generated by 📜 Scroll v68.0.0. http://scroll.pub */</script>
<style>@media print {.doNotPrint {display: none !important;}}</style>
<link rel="canonical" href="https://simoji.pub/cheatSheet.html"></link>
<link rel="canonical" href="https://simoji.treenotation.org/cheatSheet.html"></link>
<meta charset="iso-8859-1"></meta>
<meta name="viewport" content="width=device-width,initial-scale=1"></meta>
<meta name="description" content="Design quick simulations with Emojis"></meta>
Expand Down Expand Up @@ -395,7 +395,7 @@
<p class="scrollParagraph">You can drop new Agents onto your board using the Agent Palette on the right side of your screen.</p>
</div>
<div class="scrollSection"><h3 class="scrollParagraph">Tree Notation</h3>
<p class="scrollParagraph">Simoji the language is a <a href="https://treenotation.org">Tree Language</a>. There are no visible syntax characters. Indentation is used for parent/child relationships. Here is the <a href="https://jtree.treenotation.org/designer#url%20https%3A%2F%2Fsimoji.pub%2Fsimoji.grammar">grammar</a>.</p>
<p class="scrollParagraph">Simoji the language is a <a href="https://treenotation.org">Tree Language</a>. There are no visible syntax characters. Indentation is used for parent/child relationships. Here is the <a href="https://jtree.treenotation.org/designer#url%20https%3A%2F%2Fsimoji.treenotation.org%2Fsimoji.grammar">grammar</a>.</p>
</div>
<div class="scrollSection"><h3 class="scrollParagraph">Keyboard shortcuts</h3>
<table class="scrollTable"><thead><tr><th>Combo</th>
Expand Down Expand Up @@ -437,7 +437,7 @@
<p class="scrollParagraph">At the top of the page you should see a link that you can copy and paste to share your sim. When you update your simulation code that link will update.</p>
</div>
<div class="scrollSection"><h4 class="scrollParagraph">Loading a Simulation from a URL</h4>
<p class="scrollParagraph">You can load any simulation from a publicly accessible URL by prefixing it with: <code><a href="https://simoji.pub/#url" target="<em>blank">https://simoji.pub/#url</a> </code>. For example: <a href="https://simoji.pub/#url%20https://simoji.pub/examples/eatTheBacon.simoji" target="</em>blank">https://simoji.pub/#url%20https://simoji.pub/examples/eatTheBacon.simoji</a></p>
<p class="scrollParagraph">You can load any simulation from a publicly accessible URL by prefixing it with: <code><a href="https://simoji.treenotation.org/#url" target="<em>blank">https://simoji.treenotation.org/#url</a> </code>. For example: <a href="https://simoji.treenotation.org/#url%20https://simoji.treenotation.org/examples/eatTheBacon.simoji" target="</em>blank">https://simoji.treenotation.org/#url%20https://simoji.treenotation.org/examples/eatTheBacon.simoji</a></p>
</div>
<div class="scrollSection"><h3 class="scrollParagraph">Getting Involved</h3>
<p class="scrollParagraph">The source code for Simoji and all development happens on <a href="https://github.com/publicdomaincompany/simoji">Github</a>.</p>
Expand All @@ -450,7 +450,7 @@
if (event.key === "ArrowLeft")
getLinks()[0].click()
else if (event.key === "ArrowRight")
getLinks()[1].click()
].click()
});</script></div>
</div><p class="scrollViewSource doNotPrint">
<a href="cheatSheet.scroll">View source</a>
Expand Down
4 changes: 2 additions & 2 deletions cheatSheet.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ code
# Tree Notation
* Simoji the language is a Tree Language. There are no visible syntax characters. Indentation is used for parent/child relationships. Here is the grammar.
https://treenotation.org Tree Language
https://jtree.treenotation.org/designer#url%20https%3A%2F%2Fsimoji.pub%2Fdist%2Fsimoji.grammar grammar
https://jtree.treenotation.org/designer#url%20https%3A%2F%2Fsimoji.treenotation.org%2Fdist%2Fsimoji.grammar grammar

# Keyboard shortcuts
pipeTable
Expand All @@ -115,7 +115,7 @@ pipeTable
* At the top of the page you should see a link that you can copy and paste to share your sim. When you update your simulation code that link will update.

## Loading a Simulation from a URL
* You can load any simulation from a publicly accessible URL by prefixing it with: `https://simoji.pub/#url `. For example: https://simoji.pub/#url%20https://simoji.pub/examples/eatTheBacon.simoji
* You can load any simulation from a publicly accessible URL by prefixing it with: `https://simoji.treenotation.org/#url `. For example: https://simoji.treenotation.org/#url%20https://simoji.treenotation.org/examples/eatTheBacon.simoji

# Getting Involved
* The source code for Simoji and all development happens on Github.
Expand Down
2 changes: 1 addition & 1 deletion header.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gazetteCss
gazetteHeader
description Design quick simulations with Emojis
git https://github.com/breck7/simoji
baseUrl https://simoji.pub/
baseUrl https://simoji.treenotation.org/
email [email protected]
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="./dist/constants.js"></script>
<meta property="og:title" content="Simoji - Write simulations with Emojis"></meta>
<meta property="og:description" content="Simoji is a language and web app for making shareable simulations."></meta>
<meta property="og:image" content="https://simoji.pub/screenshot.png"></meta>
<meta property="og:image" content="https://simoji.treenotation.org/screenshot.png"></meta>
<meta name="twitter:card" content="summary_large_image"></meta>
<script>
lodash = _
Expand Down
4 changes: 2 additions & 2 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>Simoji - Write simulations with Emojis</title>
<script>/* This HTML was generated by 📜 Scroll v68.0.0. http://scroll.pub */</script>
<style>@media print {.doNotPrint {display: none !important;}}</style>
<link rel="canonical" href="https://simoji.pub/readme.html"></link>
<link rel="canonical" href="https://simoji.treenotation.org/readme.html"></link>
<meta charset="iso-8859-1"></meta>
<meta name="viewport" content="width=device-width,initial-scale=1"></meta>
<meta name="description" content="Design quick simulations with Emojis"></meta>
Expand Down Expand Up @@ -365,7 +365,7 @@
if (event.key === "ArrowLeft")
getLinks()[0].click()
else if (event.key === "ArrowRight")
getLinks()[1].click()
].click()
});</script></div>
</div><p class="scrollViewSource doNotPrint">
<a href="readme.scroll">View source</a>
Expand Down
4 changes: 2 additions & 2 deletions releaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>Simoji Release Notes</title>
<script>/* This HTML was generated by 📜 Scroll v68.0.0. http://scroll.pub */</script>
<style>@media print {.doNotPrint {display: none !important;}}</style>
<link rel="canonical" href="https://simoji.pub/releaseNotes.html"></link>
<link rel="canonical" href="https://simoji.treenotation.org/releaseNotes.html"></link>
<meta charset="iso-8859-1"></meta>
<meta name="viewport" content="width=device-width,initial-scale=1"></meta>
<meta name="description" content="Design quick simulations with Emojis"></meta>
Expand Down Expand Up @@ -327,7 +327,7 @@
if (event.key === "ArrowLeft")
getLinks()[0].click()
else if (event.key === "ArrowRight")
getLinks()[1].click()
].click()
});</script></div>
</div><p class="scrollViewSource doNotPrint">
<a href="releaseNotes.scroll">View source</a>
Expand Down

0 comments on commit 2f0f7f8

Please sign in to comment.