Sahli/editor/sahliedit.litcoffee

26 lines
569 B
Text
Raw Normal View History

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))