Changes to jscroll.scroll.pub

ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 3: const main = async () => {
+ http://jscroll.scroll.pub/shout.scroll
+ http://jscroll.scroll.pub/shout.scroll
- A test
- Of JScroll
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 19: belowAsCode
- const program = file.program;
+ const program = file.scrollProgram;
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
- const program = await jscroll.makeFusedFile(
+ const file = await jscroll.makeFusedFile(
Changed around line 19: belowAsCode
+ const program = file.program;
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
- const program = await jscroll.parseScroll(`# Hello world
+ const program = await jscroll.makeFusedFile(
+ `# Hello world
Changed around line 16: code
- `);
+ `,
+ "main.scroll",
+ );
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 18: belowAsCode
+ window.program = program;
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
- https://jscroll.scroll.pub/shout.scroll
+ http://jscroll.scroll.pub/shout.scroll
- A test
- Of JScroll
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
- http://jscroll.scroll.pub/shout.scroll
+ https://jscroll.scroll.pub/shout.scroll
- A test
- Of JScroll
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 12: div#output
- inlineJs
+ inlineJs test.js
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 12: div#output
- test.js
+ inlineJs
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
+ http://jscroll.scroll.pub/shout.scroll
+
- A test
- Of JScroll
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated shout.scroll
shout.scroll
Changed around line 1
+ # SHOUT!
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
created shout.scroll
shout.scroll
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 3: const main = async () => {
- A test
- Of JScroll
+
+ ---
+
+ code
+ alert(1)
+
+
+ belowAsCode
+ // Hello world
+
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 1
+ theme roboto
+
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 2: buildHtml
+ container
+
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 6: https://try.scroll.pub/jscroll.js
- pre#txt
+ pre#text
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 6: https://try.scroll.pub/jscroll.js
- div#txt
+ pre#txt
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 5: const main = async () => {
- Of JScroll
+ document.querySelector("#text").innerHTML = program.asTxt;
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 2: buildHtml
-
+ # HTML
+ div#output
+
+ # Text
+ div#txt
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
-
- - A test
- - Of JScroll
+
+ - A test
+ - Of JScroll
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 1
- theme roboto
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated test.js
test.js
Changed around line 1
+ const main = async () => {
+ const program = await jscroll.parseScroll(`# Hello world
+
+ - A test
+ - Of JScroll
+ `);
+ document.querySelector("#output").innerHTML = program.asHtml;
+ };
+ main();
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
created test.js
test.js
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 6: https://try.scroll.pub/jscroll.js
-
- script
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 5: https://try.scroll.pub/jscroll.js
+ test.js
+
- const main = async () => {
- const program = await jscroll.parseScroll(`# Hello world
-
- - A test
- - Of JScroll
- `)
- document.querySelector("#output").innerHTML = program.asHtml
- }
- main()
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
updated index.scroll
index.scroll
Changed around line 1
- Hello World my name is
+ https://try.scroll.pub/jscroll.js
+
+
+
+ script
+ const main = async () => {
+ const program = await jscroll.parseScroll(`# Hello world
+
+ - A test
+ - Of JScroll
+ `)
+ document.querySelector("#output").innerHTML = program.asHtml
+ }
+ main()
ffff:12.186.22.250
ffff:12.186.22.250
15 days ago
created jscroll.scroll
jscroll.scroll
ffff:12.186.22.250
ffff:12.186.22.250
1 month ago
updated .gitignore
.gitignore
Changed around line 5
+ .*
root
root
2 months ago
initial blank_template template
.gitignore
Changed around line 1
+ .DS_Store
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
+ *.csv
+ requests.scroll
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is