A hopefully simple go project to store collaborative but not real time notes.
Find a file
2025-06-26 21:22:30 +01:00
cmd Fix embedding of static files 2025-06-25 22:49:57 +01:00
internal Embed all of static 2025-06-26 21:22:30 +01:00
.gitignore Compile to gonotes 2025-06-25 22:52:33 +01:00
conf.example.toml Remove stale static config 2025-06-25 22:53:22 +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
Makefile Compile to gonotes 2025-06-25 22:52:33 +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