Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
George Pantazes d9519ae61f Add Button Titles to File Tools Buttons (#100)
Added Titles to File Tools Buttons so that they show their title on mouseover.
2019-02-11 20:02:30 +01:00
images Arrow tool, currently doesn't support re-sizing, also changed default dash to not be the em dash 2014-04-27 13:20:23 +01:00
js-lib Fix bugs (#106) 2019-02-11 19:56:43 +01:00
.gitignore Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
LICENSE added License GPLv3 (#92) 2017-10-04 10:04:47 +01:00
README Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
addtohomescreen.css Add to home screen button 2014-05-24 10:51:01 +01:00
addtohomescreen.min.js Add to home screen button 2014-05-24 10:51:01 +01:00
closure-compiler.jar Fix compile issues for missing/brokebn imports 2018-03-16 11:48:25 -07:00
compile.sh Fix bad merge (#79) 2017-10-04 10:07:05 +01:00
index.html Add Button Titles to File Tools Buttons (#100) 2019-02-11 20:02:30 +01:00
index.js Update index.js to make it work with recent Electron (#119) 2019-02-11 20:02:08 +01:00
jquery-1.9-externs.js jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00
jquery-1.9.1.min.js jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00
jquery-3.1-externs.js Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
jquery-3.1.1.min.js Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
jquery.jeditable.min.js Basic save functionality with editable file names, beginning of work to enable loading of files too 2014-03-03 23:10:15 +00:00
js-compiled.js update compiled js code from pages 2019-02-11 19:58:58 +01:00
package.json add very simple electron app wrapper (#75) 2017-01-21 14:56:21 +00:00

README

Follow the instructions to get asciiflow running locally.

Compile the javascript:
~/asciiflow2$ ./compile.sh

If you get a permissions error:
~/asciiflow2$ chmod a+x closure-compiler.jar

Run a simple web server:
~/asciiflow2$python -m SimpleHTTPServer

Goto: http://localhost:8000/index.html

When developing, use the Google JS linter, gjslint.