Initial start of editor (and some basic crappage.)
This commit is contained in:
parent
4a924db56c
commit
720f312bff
3 changed files with 42 additions and 1 deletions
25
editor/sahliedit.litcoffee
Normal file
25
editor/sahliedit.litcoffee
Normal 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))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue