You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,11 @@ The goal of this project is to allow people around the globe to collaborate on c
10
10
### Installation Notes
11
11
This is only the **FRONTEND**. There is also a backend component which is not open-source (yet), which is used for some things like preferences and authentication. The goal of publishing this is to show others how to successfully interact with the Google Drive and OneDrive APIs.
12
12
13
-
If you simply `git clone` this and open `index.html`, **it will not work**. With some simple modifications, though, such as replacing the API keys with your own, you should be able to get it functional. This is mainly intended as a teaching tool.
14
-
15
13
### The Good Parts
16
14
If you want to see the places where all of the _magic_ happens, take a look at `js/drive.js`, `js/sky.js`, and `js/tabs.js`. Enjoy!
17
15
18
16
### Recent Updates
17
+
+ Can now import and export snippets
19
18
+ Open tabs now stored automatically and reloaded
20
19
+ Added ability to copy snippets to clipboard
21
20
+ Added a snippet manager (located in sidebar) which replaces the Javascript REPL
@@ -31,10 +30,10 @@ If you want to see the places where all of the _magic_ happens, take a look at `
31
30
+ Context menu in sidebar
32
31
+ Minimize and beautify
33
32
+~~Warning when closing without saving changes~~**DONE!**
34
-
+~~Snippets (coming soon)~~**DONE**
33
+
+~~Snippets (coming soon)~~**DONE!**
35
34
+ Fix running Javascript + Coffeescript
36
-
+ Import and export snippets (WIP)
37
-
+~~Store open tabs and reload on open~~**DONE**
35
+
+~~Import and export snippets~~**DONE!**
36
+
+~~Store open tabs and reload on open~~**DONE!**
38
37
+ Custom-made color picker (WIP)
39
38
+ Chat and collaboration using our backend, so that Onedrive users can chat and collaborate as well
0 commit comments