Lumen retweetet

@mohamedakhalik @lumen_notes Lumen’s core principles are:
- File over app
- Anything added dilutes everything else
Glad to hear that’s resonating with you :)
English
Lumen
32 posts

@lumen_notes
Free, open-source note-taking app that sync with markdown files in your GitHub repository











Scroll masking with CSS scroll animation as a progressive enhancement ⭐️ .scroller { animation: mask-up; animation-timeline: scroll(self); animation-range: 0 1rem; mask-composite: exclude; } @keyframes mask-up { to { mask-size: 100% 120px, 100% 100%; } }











