Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go tooling and documentation #70

Open
wants to merge 70 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
8177a46
spike docs
CrowdHailer Apr 29, 2023
7b3b948
a load more styling
CrowdHailer Apr 30, 2023
d3f0faa
quick fix
CrowdHailer May 1, 2023
26f0d6f
working on a variety of stuff
CrowdHailer May 1, 2023
9f7b856
thoughts
CrowdHailer May 1, 2023
b2b4b5a
close all the tabs
CrowdHailer May 2, 2023
f63f97d
start go editing
CrowdHailer May 7, 2023
80f550e
use countable index on position
CrowdHailer May 7, 2023
deaef01
add index based counting
CrowdHailer May 7, 2023
c01b7c6
handle reaching the edge
CrowdHailer May 8, 2023
f2f72a2
add cursor to go implementation
CrowdHailer May 8, 2023
2ebbb81
add list
CrowdHailer May 8, 2023
3ad6ab9
spike list stuff
CrowdHailer May 8, 2023
41fcb1d
flatten list render
CrowdHailer May 9, 2023
7bf58fb
assignment and var
CrowdHailer May 9, 2023
181ca84
add remaining node
CrowdHailer May 9, 2023
5639e0b
write color
CrowdHailer May 9, 2023
b2f31b0
collect all render code
CrowdHailer May 9, 2023
7b9e109
add tag and reord
CrowdHailer May 9, 2023
ae108da
track selected
CrowdHailer May 9, 2023
1c722e2
focus on selected and update text
CrowdHailer May 9, 2023
f6e39b1
add call delete
CrowdHailer May 9, 2023
1615d7f
editing a string
CrowdHailer May 9, 2023
d6e2338
render records
CrowdHailer May 9, 2023
0dcf39e
fix multiline let
CrowdHailer May 9, 2023
110562c
notes
CrowdHailer May 9, 2023
91aa035
encode to JSON
CrowdHailer May 9, 2023
d308b3b
implement encodig
CrowdHailer May 10, 2023
e78ce80
save and load interface
CrowdHailer May 10, 2023
25d1eea
implement copy paste
CrowdHailer May 10, 2023
69827c7
overwrite and perform
CrowdHailer May 10, 2023
eb7e471
implement function and select
CrowdHailer May 10, 2023
d7a4daa
comment
CrowdHailer May 10, 2023
281a891
lots of ideas
CrowdHailer May 12, 2023
10470c5
rest of changes
CrowdHailer May 12, 2023
ab85baf
another approach scribbled down
CrowdHailer May 12, 2023
2132faa
test printing nodes
CrowdHailer May 13, 2023
ef86abd
trying to do lists
CrowdHailer May 13, 2023
6dd09b5
print rest of the list
CrowdHailer May 14, 2023
fc4f96f
failing nested test
CrowdHailer May 14, 2023
4ed5ebd
fix overflow
CrowdHailer May 14, 2023
881cad0
fix overflow
CrowdHailer May 14, 2023
2ad0f8c
spelling mistake
CrowdHailer May 14, 2023
3fc9815
spike record
CrowdHailer May 14, 2023
beb7306
some useful ish cleanup
CrowdHailer May 14, 2023
8931ec8
connect editor 2
CrowdHailer May 15, 2023
7992fe1
add backspace functionality
CrowdHailer May 15, 2023
53f56c5
lots of small cleanup
CrowdHailer May 15, 2023
9251ad8
new styles for effects
CrowdHailer May 15, 2023
2dbe4c9
negative numbers
CrowdHailer May 15, 2023
d742e97
perform label keypress
CrowdHailer May 15, 2023
bc7d9a9
spike handling case
CrowdHailer May 15, 2023
5b24be3
many more bugs
CrowdHailer May 16, 2023
b6dfb07
add info bar to the page
CrowdHailer May 16, 2023
0372fde
clean up todos
CrowdHailer May 16, 2023
66d8fab
add click;
CrowdHailer May 16, 2023
349754c
start with gleam text editor
CrowdHailer May 18, 2023
1a9c9d5
more efforts on a gleam editor
CrowdHailer May 19, 2023
22e3d59
fix placing cursor
CrowdHailer May 20, 2023
7b0f3b9
handle inserting text
CrowdHailer May 20, 2023
f7aa5da
fix deleting text
CrowdHailer May 20, 2023
f1098b5
render functions
CrowdHailer May 20, 2023
d8bca25
print block
CrowdHailer May 20, 2023
31e8b67
print remaining nodes
CrowdHailer May 20, 2023
41a41f9
solve cursor at end position
CrowdHailer May 21, 2023
51a91b8
fix typing in numbers
CrowdHailer May 21, 2023
698e09d
set up command mode
CrowdHailer May 21, 2023
467d91f
create negative numbers
CrowdHailer May 21, 2023
51360be
Merge branch 'main' into docs
CrowdHailer May 21, 2023
ba06820
Merge branch 'main' into docs
CrowdHailer May 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
thoughts
  • Loading branch information
CrowdHailer committed May 1, 2023
commit 9f7b85683e66de8e195417a53cd596f42918c381
7 changes: 6 additions & 1 deletion eyg/public/intro.html
Original file line number Diff line number Diff line change
@@ -316,7 +316,12 @@ <h1 class="text-2xl mb-4">hello</h1>
</div>
</div>
</div>

<!-- video at top more code in sections -->
<!-- or walking text -->
<!-- Get it to Run -->
<!-- Then tutorial on key presses -->
<!-- Discover not Docs -->
<!-- Good for me to order priorities -->
<div class="max-w-3xl mx-auto px-4 text-xl">
<h2 class="text-3xl">Run everywhere</h2>
<p>