Oddbean new post about | logout
 Shipyard wish list
- /posts/new?reply=noteId or a similar way to provide reply-to note id with query string, then we could use it as reply-to-note micro app
- /posts/new?text=xxx or a similar way to provide the input text template with query string, so that we could use it as a share-this-text micro app
- /posts/new for anonymous user could show the form and not redirect to homepage, with 2 options under the form - send anonymously and 'login', similar to how zapthreads handles it, then people using it as a micro-app for the first time wouldn't have to go through the signup flow 

@PABLOF7z  
 Also while replying to a note, would be awesome to see the note we're replying to while typing - it's hard to remember all the details of a long note you're replying to  
 The first item is covered, just the typical

/e/<noteid> url will load the thread for that note with proper threading formatting.

https://shipyard.pub/e/note1f724zaxtnuv77gxu2399ef78umlvqfjfnywfhrkkagyvunlz9peqt4e04y 
 Then how about /e/notexxx?reply=true to auto-open the reply form (with optional &text=xxx pre-filled)? 
 🤝🤝 
 I like the other ideas; will implement