A hopefully simple go project to store collaborative but not real time notes.
Find a file
2025-01-28 22:10:48 +00:00
cmd/server Server static files 2025-01-28 22:08:01 +00:00
internal Server static files 2025-01-28 22:08:01 +00:00
static Server static files 2025-01-28 22:08:01 +00:00
templates Add templ package to handle rendering of templates 2025-01-28 21:27:18 +00:00
.gitignore Add saved notes to gitignore 2025-01-26 22:24:10 +00:00
conf.toml Server static files 2025-01-28 22:08:01 +00:00
go.mod Server static files 2025-01-28 22:08:01 +00:00
go.sum Server static files 2025-01-28 22:08:01 +00:00
README.md Update Readme with todo 2025-01-28 22:10:48 +00:00

gonotes

A toyish project for a shared notebook of sorts implemented in go. It's mostly a learning opportunity for using go, and partially an intent to end up with a shared notebook!

It's not shared in the sense of simultaneous editing, don't do that!

TODO

  • handle static urls in the django url mapping style
  • Write a delete view
  • Style up the templates better
  • Serve frontend dependencies from /static/
  • Populate frontend dependencies automagically?