Skip to content

Commit af70ab7

Browse files
committed
README
1 parent 76cbafa commit af70ab7

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,28 @@
22
#Code Your Cloud#
33

44
[Main project page](https://codeyourcloud.com) | [About](https://codeyourcloud.com/about) | [Google+](https://plus.google.com/u/0/b/109834723365906365793/+Codeyourcloudeditor/posts)
5-
65
=====
76

87
**Created by [Michael Kaminsky](https://mkaminsky11.github.io)**
98

109
The goal of this project is to allow people around the globe to collaborate on coding projects via Google Drive and OneDrive. It's that simple.
1110

12-
#### Installation Notes
13-
**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.
11+
### Installation Notes
12+
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.
1413

1514
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.
1615

17-
#### The Good Parts
16+
### The Good Parts
1817
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!
1918

20-
#### Recent Updates
19+
### Recent Updates
2120
+ Updated to [CodeMirror](http://codemirror.net/) version 5.9 ([release notes](http://codemirror.net/doc/releases.html))
2221
+ Now supports [OneDrive](https://onedrive.live.com/)
2322
+ Persistant preferences via backend
2423

2524
![Screenshot](http://codeyourcloud.com/images/web.png)
2625

27-
###Todo
26+
### Todo
2827
+ Run Python + other languages
2928
+ Copy files
3029
+ Context menu in sidebar
@@ -34,7 +33,7 @@ If you want to see the places where all of the __magic__ happens, take a look at
3433

3534
=====
3635

37-
###Features###
36+
### Features
3837
+ Syntax highlighting
3938
+ Collaboration
4039
+ Built-in color picker
@@ -48,7 +47,7 @@ If you want to see the places where all of the __magic__ happens, take a look at
4847
+ Minimap preview
4948
+ Search/replace
5049

51-
###Supported Languages###
50+
### Supported Languages
5251
+ APL
5352
+ PGP
5453
+ ASN.1

0 commit comments

Comments
 (0)