AcornScript lets you format text easily and add buttons, photos, videos and more, to easily make it more like a website. Each line of code must contain the following characters in pairs of two like they are written, unless you are only writing one line of code or only using the *heading* and *text* elements:
** (text in between specifies element)
'' (text in between specifies words of text or heading)
|| (text in between specifies website of a link)
?? (text in between specifies website source of photo, embed, or video)
!! (text in between specifies element width)
;; (text in between specifies input placeholder)
Each line MUST include all of these characters even if there is not text inside them. Also, when using the AcornScript editor, copy your code, reload the page, and paste it in again to see changes made because clicking the run button will not work. Coming soon: Editor will auto-generate HTML from your code.
EXAMPLES:
1. A simple heading that says "Hello" and text below that says "This is text..."
*heading* 'Hello' ||??!!;;
*text* 'This is text...' ||??!!;;
2. This example has creates a link to this website and says "AcornScript"
*link* 'AcornScript' |https://lb123658.github.io/AcornScript/docs| ??!!;;
Try the editor