Commit graph

9 commits

Author SHA1 Message Date
Kyle Drake
8ff5cd4305 Merge pull request #3 from roryokane/patch-1
Set tab size in text editor to match default HTML
2013-06-22 19:04:23 -07:00
mikeycgto
bdfaf0022a Add csrf_token input to dash, new, and site_files/new views 2013-06-22 16:10:47 -04:00
Rory O’Kane
63614b6f50 Set tab size in text editor to match default HTML
The default HTML in a new site’s `index.html` and `not_found.html` has 2-space indents. Setting the editor to match that makes the page easier to edit, because the user can use the Tab key for indentation.

This change is untested. The API call was copied from https://github.com/ajaxorg/ace/wiki/Embedding-API.
2013-06-21 22:20:25 -03:00
Kyle Drake
d0a359283e initial browsing page 2013-06-20 14:56:04 -07:00
Kyle Drake
0bf3cf409e read file directly in because of some weird cross domain issue 2013-06-04 15:22:43 -07:00
Kyle Drake
c9d2374425 Finish integration of text editor 2013-06-04 15:11:43 -07:00
Kyle Drake
f4ce6c9994 file saving 2013-06-03 23:13:22 -07:00
Kyle Drake
44d785e222 initial integration of text editor 2013-06-03 22:32:39 -07:00
Kyle Drake
380a1253cc initial dashboard interface, uploading and deleting of files with validations 2013-06-03 17:46:53 -07:00