a textual notation to locate fields within atproto records (draft spec) microcosm.tngl.io/RecordPath/
8
fork

Configure Feed

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

link to spec

phil bd752893 275fb618

+4 -2
+4 -2
playground/src/routes/+page.svelte
··· 243 243 <!-- Header --> 244 244 <header class="flex items-center gap-2 border-b border-stone-200 bg-white px-4 py-2"> 245 245 <h1 class="text-sm font-semibold">RecordPath Playground</h1> 246 - <span class="rounded-full bg-blue-50 px-2 py-0.5 text-[0.6875rem] font-medium text-blue-600" 247 - >draft spec</span 246 + <a 247 + href="https://tangled.org/microcosm.blue/RecordPath/blob/main/spec.md" 248 + class="rounded-full bg-blue-50 px-2 py-0.5 text-[0.6875rem] font-medium text-blue-600 hover:bg-blue-100" 249 + >draft spec</a 248 250 > 249 251 </header> 250 252