My workflow is working great creating these simple notes to document what I'm doing, so here is some features I believe would be nice.
Missing pagination on the home page, to make it done, we need to change API response to:
interface Response {
results: Note[]
total: number
}
this way, we could determine if there are more notes to load.
@jopcmelo gave me the idea of putting a view and like count, and I believe it can be done very easily using fingerprintjs and a new database table (reader <> post_liked), this way we kept simple removing the need for a login.
Another thing he said is to add utteranc.es to handle comments.
@faustoct1 gave me feedback to enhance tweet body when a note is published, but to get it done, we need to transform markdown to plain text.
If you want to implement any of these features, send me a DM.