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))
|
||||||
|
|
||||||
16
editor/sahlieditor.html
Normal file
16
editor/sahlieditor.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Sahli Editor</title>
|
||||||
|
<script src="//code.jquery.com/jquery-2.1.0.min.js" type="text/javascript" charset="utf-8"></script>
|
||||||
|
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.min.js" type="text/javascript" charset="utf-8" ></script>
|
||||||
|
<script src="/editor/sahliedit.js" type="text/javascript" charset="utf-8" async defer></script>
|
||||||
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/dot-luv/jquery-ui.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Sahli Editor</h1>
|
||||||
|
<div id='editbox'>
|
||||||
|
<p>form would go here</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
2
todo.txt
2
todo.txt
|
|
@ -5,7 +5,7 @@
|
||||||
(A) remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
|
(A) remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
|
||||||
(B) load SAUCE into 'info' lines (should be done at prep) @SAUCE
|
(B) load SAUCE into 'info' lines (should be done at prep) @SAUCE
|
||||||
x 2014-04-05 (A) Study 16colors site - how does IT remove sauce info? It DOESN'T. FUCK.
|
x 2014-04-05 (A) Study 16colors site - how does IT remove sauce info? It DOESN'T. FUCK.
|
||||||
(A) Split coffeescript into files, use cake.
|
x 2014-04-05 (A) Split coffeescript into files, use cake.
|
||||||
|
|
||||||
(A) remove their lines like SAUCE, return ANSI object for render @OTHER
|
(A) remove their lines like SAUCE, return ANSI object for render @OTHER
|
||||||
(B) load other-info into 'info' (done at prep) @OTHER
|
(B) load other-info into 'info' (done at prep) @OTHER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue