171da3a0eb
Former-commit-id: 5bda6011023478c4d820d5b4a97ff21d4a2a2954 [formerly d9b2633e7fa7b4f75760edbf0315751ed6998f1a] [formerly 29c5196c62337a87680598b54426c6c810093e10 [formerly 00ecc00eec61404e3d7096becac0301638f2edb4 [formerly |
||
---|---|---|
install | ||
ssl | ||
static | ||
templates | ||
.gitignore | ||
db.go | ||
LICENSE | ||
main.go | ||
README.md | ||
routes.go | ||
utils.go | ||
websockets.go |
Cowyo...
...is the Collection of Online Words You Open.
This tool is supposed to make sharing online notes and lists fast and easy. To jot a note, simply load the page at /
and write. The url will redirect to an easy-to-remember name that you can use to reload the page at anytime, anywhere. (You can use any url you want too: /AnythingYouWant
). No need to press save, it will automatically save when you stop writing.
You can also write your notes in Markdown and then render your page by adding /view
. For example, the page /about
is rendered at /about/view
.
If you are writing a list and you want to tick off things really easily, just add /list
. For example, after editing /grocery
, goto /grocery/list
. In this page, whatever you click on will be striked through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.
Math is supported using Katex.
Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, use the github.
Powered by Raspberry Pi and Go
Install
go get github.com/schollz/cowyo