------------------------------------------------------------
commit a4941ff1afc37db5bad650799826662e0c98a231
Author: ffff:72.234.190.31 <ffff:72.234.190.31@scroll.anky.bot>
Date: Sun Nov 17 15:17:39 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 99a7bf0..23e23d2 100644
--- a/index.scroll
+++ b/index.scroll
@@ -25,18 +25,15 @@ stream.txt
We could write a parser to do that..
-
But writing a parser in stream of consciousness may be a challenge.
Let's try it.
-
-quickTxtParser
+// quickTxtParser
extends quickHtmlParser
Damn, the autocompleter for "extends" doees not work too well. Need to fix that.
-
We wont succeed in writing quick txt parser today.
How long has it been?
@@ -48,5 +45,3 @@ Is the coffee rready yet?
It is 5:16am here and its about time for coffee.
anky is fun.
-
-
------------------------------------------------------------
commit 6077e935f70ac7df96b3366cd254e109abb94d67
Author: ffff:72.234.190.31 <ffff:72.234.190.31@scroll.anky.bot>
Date: Sun Nov 17 15:17:03 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 4442ed6..99a7bf0 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,4 +1,52 @@
buildHtml
theme roboto
-Hello World my name is
\ No newline at end of file
+Hello World my name is Breck.
+
+I am typing this in a straight stream of concsciousness style.
+
+Anky style?
+
+What if I type some words wrong?
+
+Does anky support backspace?
+
+I notice now that sometimes I type words and then the autocomplete pops up...
+
+but only if I start on a new line.
+
+like this.
+
+It kind of gets in the flow a little bit.
+
+Maybe Scroll should support importing text files, like this.
+
+stream.txt
+
+We could write a parser to do that..
+
+
+But writing a parser in stream of consciousness may be a challenge.
+
+Let's try it.
+
+
+quickTxtParser
+ extends quickHtmlParser
+
+Damn, the autocompleter for "extends" doees not work too well. Need to fix that.
+
+
+We wont succeed in writing quick txt parser today.
+
+How long has it been?
+
+It hasnt been 8 minutes, but it has been a few minutes.
+
+Is the coffee rready yet?
+
+It is 5:16am here and its about time for coffee.
+
+anky is fun.
+
+
------------------------------------------------------------
commit 1396565402eed3cedcdb36d3fa61a1964c89f76d
Author: ScrollHub <scrollhub@scroll.pub>
Date: Sun Nov 17 03:11:45 2024 +0000
initial blank_template template
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bd1a52d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.DS_Store
+*.html
+*.txt
+*.xml
+*.css
+*.js
+*.csv
+requests.scroll
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..4442ed6
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,4 @@
+buildHtml
+theme roboto
+
+Hello World my name is
\ No newline at end of file