Normally, you'd need Discord to read this. Velumn makes Discord communities accessible to everyone learn more
Discord is great for real-time chat, but valuable discussions get buried. Velumn solves this by creating a searchable, public archive of your threads while maintaining the full Discord experience.
Oh, and see how I'm replying to the message above?
lmssiehdevOP
•3 months ago
Shoutout to the @dev(me )
Check out testing or this thread: testing code highlighting 8
Mentions, channels, emojis, they all just work .
lmssiehdevOP
•3 months ago
When someone shares code on Discord, we make sure it looks just as good here:
import dayjs, { type Dayjs } from 'dayjs';import relativeTime from 'dayjs/plugin/relativeTime';dayjs.extend(relativeTime);export { dayjs, type Dayjs };
lmssiehdevOP
•3 months ago
Forwarded
Forwards work too, ensuring important context is never lost
@custom-variant dark (&:is(.dark *));@theme inline { --font-sans: var(--font-questrial), sans-serif;}