the documentation from this repository is split between the markdown files in this folder and the google doc, tools.learninglab.xyz documentation.
macsetup-scripts.md
offers a quick tutorial on how to write a setup script, offers links to a additional resources, and has notes on our future development plan at the end.this is some code.
what will Ulysses do?
//this is a long code block
var fs = require('fs');
but now if I create a code block withIN ulysses, what then?
var path = require('path');
var newPath = path.join('/root/dir", "newFile.md");
test?