(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

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

at frontend-rewrite 43 lines 355 B view raw
1# Dependencies 2node_modules/ 3 4# Build outputs 5dist/ 6build/ 7main 8margin-backend 9backend/server 10 11# WXT 12extension/.output/ 13extension/.wxt/ 14 15# Environment 16.env 17.env.local 18 19# Database 20*.db 21*.sqlite 22*.db-wal 23*.db-shm 24 25# Keys 26oauth_private_key.pem 27*.pem 28 29# IDE 30.idea/ 31.vscode/ 32*.swp 33 34# OS 35.DS_Store 36Thumbs.db 37 38# Go 39backend/vendor/ 40 41# other 42NOTES.md 43extension.zip