Shipped this project!
I added some qol tools to allow filtering notes that have a public url or are publicly viewable. The sharable urls now also have metadata to allow embedding themselves on things like Discord and Twitter.
I added some qol tools to allow filtering notes that have a public url or are publicly viewable. The sharable urls now also have metadata to allow embedding themselves on things like Discord and Twitter.
I made notepane more cross compatible with docker or vercel deployments. This is due to the adapter it uses which generates different build files
I also made a bunch of nice changes to the singular pane urls that only display one note for a unique url. It can now show metadata of the text to allow previewing on other social media platforms (like discord). The size is also defaulted to a bit bigger
Log in to leave a comment
I built a note taking app that is an alternative to google keeps. Not only is it better, but also is able to share notes through urls. I learned so many things like creating my own Docker apps which I’ve only used (self-hosting media servers/etc) but never made fully. It is based on svelte/postgres and can backup the database every 24 hours. Super proud that it can run all of these services with just one command. docker compose up
I fixed my dockerfile and compose.yaml to actually build production correctly, and also added a database backup feature. It can now run on my raspberry pi!!!
Apart from a bunch of docker stuff, i also added mobile support which was a little complicated as it also touched on some js stuff. (resizing etc)
Log in to leave a comment
I added two essential functions that can scrape the current song being played. It works on both the home page and album/single track page
Log in to leave a comment