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:16 PM -0500) f0f5e0e1 860558bf

+2 -2
+1 -1
app/routes/edit.tsx
··· 276 276 <div className="space-y-1.5"> 277 277 <label className="text-sm font-medium text-stone-500 dark:text-stone-400"> 278 278 Bluesky post{' '} 279 - <span className="font-normal text-stone-400 dark:text-stone-500">(a Bluesky post links Comments and Likes across platforms — add optional commentary)</span> 279 + <span className="font-normal text-stone-400 dark:text-stone-500">(a Bluesky post links Comments and Likes across platforms)</span> 280 280 </label> 281 281 <textarea 282 282 value={bskyPostText}
+1 -1
app/routes/publish.tsx
··· 255 255 <div className="space-y-1.5"> 256 256 <label className="text-sm font-medium text-stone-500 dark:text-stone-400"> 257 257 Bluesky post{' '} 258 - <span className="font-normal text-stone-400 dark:text-stone-500">(a Bluesky post links Comments and Likes across platforms — add optional commentary)</span> 258 + <span className="font-normal text-stone-400 dark:text-stone-500">(a Bluesky post links Comments and Likes across platforms)</span> 259 259 </label> 260 260 <textarea 261 261 value={bskyPostText}