It's a simple text editing app that runs in the browser and uses nodeStorage and its API to manage identity and storage.
It's named after the famous and much-loved demo app that came with the original Mac in 1984. It was what I call a software coral reef.
I've provided the full source code to the app in this repo. You can try it out on macwrite.org, a domain that was available, so I am using it, with great reverence of course. ;-)
When you want to try running MacWrite with your nodeStorage server, you need to make two changes.
-
In macwrite.js, change appConsts.urlTwitterServer to the address of your nodeStorage server.
-
In index.html, change the <script> statement that links to macwrite2.nodestorage.io/api.js to point to the copy of api.js on your server.