Sublime
An inspiration engine for ideas

VSCode catching up with Cursor.
Add this to get Cursor-like tab completions for suggesting the next edit. https://t.co/jl7MCpCTUj

the last Cursor rule tutorial you'll ever need đź’Ą
lazy dev's guide for the *perfect* Cursor rules: https://t.co/G9anhgf1Je
scroll to type with CSS ✨
p {
animation: type steps(124);
animation-timeline: --main;
background: var(--cursor) calc(var(--pos) * 1ch) 0 / 1ch 1lh no-repeat border-box, var(--txt) 0 0 / calc(var(--pos) * 1ch) 100% no-repeat text;
}
@​keyframes type {... See more
jhey ʕ•ᴥ•ʔx.com
Exploring this text cursor that becomes suggestions for auto-complete
Everything eventually becomes Clippy https://t.co/QACCsDV0sb
new feature unlocked
create ai ugc avatars and use them in your "hook + demo" videos on reelfarm :)
need a grandma with a book? create it
need a mom with a baby? create it
need a bald guy? create it https://t.co/7wxelHFx13
Matt Welterx.comCSS logo marquee
1. bake the offset into your @​keyframes
2. set animation-delay based on duration + item count
@​keyframes show {
0%, 73% { translate: -10px 30px; }
76%, 97% { translate: 0 0; }
100% { translate: 10px -30px;... See more
jhey ʕ•ᴥ•ʔx.com