I also need to be able to create notes without redeploying as that seems likes a wasteful process.
I would have to create the note file on the server so that the note page could be published and also create the file using the GitHub api so that the note is persisted.
I know there are solutions to all of these issue, but they all involve compromises on how I want to store my data or involve writing and maintaining more code that I’d like to.