A hopefully simple go project to store collaborative but not real time notes.
Find a file
2025-06-18 22:28:43 +01:00
cmd/server Allow specifying path to conf as command line argument 2025-06-18 22:18:12 +01:00
internal Enable editing of titles 2025-06-18 21:51:46 +01:00
templates Enable editing of titles 2025-06-18 21:51:46 +01:00
.gitignore Add example config 2025-06-18 22:28:43 +01:00
conf.example.toml Add example config 2025-06-18 22:28:43 +01:00
go.mod Shiz innit 2025-06-01 21:27:08 +01:00
go.sum Shiz innit 2025-06-01 21:27:08 +01:00
LICENSE.txt Add License 2025-06-17 21:46:39 +01:00
README.md Download templates on boot 2025-02-04 20:27:32 +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
  • Style up the templates better