Skip to content

Instantly share code, notes, and snippets.

@mattlevan
Created November 14, 2017 02:23
Show Gist options
  • Save mattlevan/26a70a149013c75b54055cd365216307 to your computer and use it in GitHub Desktop.
Save mattlevan/26a70a149013c75b54055cd365216307 to your computer and use it in GitHub Desktop.
Notes

Notes Specification

Summary

Web application for writing notes with Urbit. Accepts Udon from web text editor, sends to app/notes.hoon and the app writes to Clay and notifies subscribers. Subscribers may read a list of notes, view their rendered form, and edit them.

Architecture

Application (app/notes.hoon)

Structures (sur/)

Marks (mar/)

Web (web/)

Notes

A note should really just be a type of Talk message, which can be written to Clay and viewed directly.

Ask @Fang-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment