#Tessernote I'm making a note taking web app to teach myself web programming and to play around with different algorithms.
Tessernote is:
- minimal: notes are just text, organization is done with tags, and the interface is equally simple
- organized on-the-fly: tagging is done by writing hashtags in notes
###How to install
- install go 1.0.3 (install guide)
- download go-appengine-sdk 1.7.3
- copy appengine sdk and goprotobuf into go
- setup a go workspace with bin/ pkg/ and src/ directories
- run 'go get github.com/oschmid/tessernote'
- create a symlink in src/ to app.yaml so you can run it locally using dev_appserver.py
###Fetchnotes It turns out my idea of organizing notes by hashtag isn't as original as I thought. So if you want a note taking app that works this way right now give Fetchnotes a try.