Skip to content

Commit

Permalink
Updated modules and fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRolfFR committed Sep 1, 2018
1 parent 3365b8c commit 6406a62
Show file tree
Hide file tree
Showing 21 changed files with 18,958 additions and 38 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@
<p> Tool to code your website in your website </p>
</div>

## Features

- Modify, create, delete, manage, upload and download your files
- Rename, create, delete, and download your folders
- A real multi-file editor with highligting (uses <a href="https://ace.c9.io/">Ace</a>)
- Live preview

## Shortcuts
Some classic shortcuts are not availible because they are part of the browser

|Action|Command|
|--|--|
|Save file|Ctrl + s |
|Close file|Shift + w|
|Switch to tab #(number) | Alt + Shift + (number)|
|Switch to previous tab | Shift + )
|Switch to next tab | Shift + =

## Installation
### 1. Unzip WorkSpace in your hosting
Expand Down
2 changes: 1 addition & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ table
font-color: #ccc;
font-style: italic;
}
input.nostyle {
input.nostyle, button.nostyle, textarea.nostyle {
border: 0;
padding: 0;
background: transparent;
Expand Down
2 changes: 1 addition & 1 deletion css/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Karolina from Pexels https://www.pexels.com/photo/sunset-field-of-grain-5980/
*/
body {
background: #eee;
background-image: url(https://therolf.fr/workspace/img/background.jpg);
background-image: url(../img/background.jpg);
background-size: cover;
background-position: center;
text-align: center;
Expand Down
Loading

0 comments on commit 6406a62

Please sign in to comment.