diff --git a/.gitmodules b/.gitmodules index c8becc2b..946ca202 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "codemirror"] path = codemirror url = https://github.com/codemirror/CodeMirror -[submodule "octokat.js"] - path = octokat.js - url = https://github.com/philschatz/octokat.js [submodule "tss"] path = tss url = https://github.com/sehugg/tss diff --git a/doc/notes.txt b/doc/notes.txt index 1059f33c..f763a4d0 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -131,6 +131,7 @@ TODO: - upload multiple files/zip file to subdirectory - allow "include graphics.asm" instead of "include project/graphics.asm" - chrome looks blurry on vcs +- don't have to include bootstrap-tourist each time? WEB WORKER FORMAT @@ -256,3 +257,13 @@ Assets come from: - structured data (palette, sprites, metasprites, levels, etc) - think about new comment format, platform-specific types + +Github Support + +Import +Export +Login +Pull +Push + +Git metadata kept in local storage diff --git a/index.html b/index.html index f9383b95..ff3b11f4 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + 8bitworkshop IDE @@ -19,16 +20,8 @@ body { } - - + @@ -55,6 +48,16 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
  • Add Linked File...
  • +