Forked from https://github.com/tobyshooters/CS_Store
An infinite canvas for your filesystem.
- All canvas state is stored in
.CS_Store
files. To send a canvas to someone, simply zip the directory and email it over. - Human-readable format for
.CS_Store
which can be manually edited with any text editor. - Size-as-context: When an element is added to the canvas, it's a fixed size in pixel width. To add a small comment, zoom-in to the context it concerns.
- Audio as region: Sound files are played when visible in the canvas. Drop a file in to function as a soundtrack for a region of space.
- Export to an .html with image files in a zip.
- Make sure you have the packages in
requirements.txt
installed - Add
display
to your path or move it to a bin in your path, or runinstall.sh
. - Run
display
!
NOTE: At the moment, the display
will assume this repository is located at ~/usr/repos/CS_Store
. Edit display
to change this.
- Watch for changes to the
.CS_Store
for live updates from text editor - Store text as
.txt
files, rather than in.CS_Store
directly - Export button to generate
.zip
- Fix jittering on zoom-in on Safari