Mirror of
0
fork

Configure Feed

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

chore: add digest

+22
+22
src/content/posts/2026-04-17-daily.json
··· 1 + { 2 + "title": "Safari Clipboard Gets Markdown Makeover", 3 + "date": "2026-04-17T06:00:00.000Z", 4 + "type": "daily", 5 + "topics": [ 6 + { 7 + "title": "Clipboard Functionality in Safari", 8 + "summary": "Recent updates address issues with the 'Copy as Markdown' functionality in Safari, where the clipboard API fails due to security restrictions on async operations. A custom solution has been implemented to ensure proper copying of README content.", 9 + "relevanceScore": 9, 10 + "sources": [ 11 + { 12 + "platform": "github", 13 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2554" 14 + }, 15 + { 16 + "platform": "github", 17 + "url": "https://github.com/npmx-dev/npmx.dev/issues/2151" 18 + } 19 + ] 20 + } 21 + ] 22 + }