Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

Select the types of activity you want to include in your feed.

Edit label

lemma (Jun 4, 2026, 2:24 PM -0500) 9ae98ee2 f0f5e0e1

+2 -2
+1 -1
app/routes/edit.tsx
··· 281 281 <textarea 282 282 value={bskyPostText} 283 283 onChange={(e) => setBskyPostText(e.target.value)} 284 - placeholder="Add a comment to your Bluesky post… (optional)" 284 + placeholder="Add text to your Bluesky post… (optional)" 285 285 rows={3} 286 286 maxLength={300} 287 287 disabled={pending}
+1 -1
app/routes/publish.tsx
··· 260 260 <textarea 261 261 value={bskyPostText} 262 262 onChange={(e) => setBskyPostText(e.target.value)} 263 - placeholder="Add a comment to your Bluesky post… (optional)" 263 + placeholder="Add text to your Bluesky post… (optional)" 264 264 rows={3} 265 265 maxLength={300} 266 266 disabled={pending}