Initial start of editor (and some basic crappage.)

This commit is contained in:
Howland Owl 2014-04-05 16:16:30 +03:00
parent 4a924db56c
commit 720f312bff
3 changed files with 42 additions and 1 deletions

View file

@ -0,0 +1,25 @@
Sahli Editor
============
Editor for Sahli files.
- open existing file
- create new item
* get filename from dir
* insert SAUCE data if available
* use SAUCE data to find font
* allow Amiga choices
* colorpicker
- edit existing item
- copy/clone
- move items around
- output to screen (copy into file)
* run from node - save filename dialog
== Create Initial crappage
We need to make a screen that has a few things in it for starters
Title, load existing, and new file options.
Silliness for checking that this works.
$(-> $("h1").hide().slideDown(500))