Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcspark/urbit-notes
A simple note-taking application using Urbit Visor in the frontend and graph-store in the backend
https://github.com/dcspark/urbit-notes
Last synced: about 1 month ago
JSON representation
A simple note-taking application using Urbit Visor in the frontend and graph-store in the backend
- Host: GitHub
- URL: https://github.com/dcspark/urbit-notes
- Owner: dcSpark
- Created: 2022-01-17T16:58:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T09:32:28.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T08:55:27.354Z (9 months ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Urbit NotesUrbit Notes is a pair of example tools, one an Urbit Web App, the other a UV Extension, which are basic examples used to teach new developers how to build on top of Urbit Visor.
# More Information
This repo contains two applications:
1. An Urbit Web App to take notes using Urbit Visor and graph-store
2. A UV (chrome browser) extension to write quick notes while browsing other pages.Both use the same backend, thereby unifying the data but providing end users two different experiences for how to interact with the backend.
# Developer Guides
Lengthy guides explaining how to build the web app and UV extension variants of Urbit Notes will be available for developers to learn from scratch. The target audience is JS/TS developers with limited Urbit experience, thus acting as a great on-boarding mechanism.
1. [Building Urbit Web Apps - Developer Guide](https://github.com/dcSpark/urbit-visor/tree/main/guides/building-urbit-web-apps)