Ionosphere.tv
3
fork

Configure Feed

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

feat: add sentence (inline) and paragraph (block) facet types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+12
+12
formats/tv.ionosphere/ionosphere.lexicon.json
··· 39 39 "featureClass": "meta", 40 40 "expandStart": false, 41 41 "expandEnd": false 42 + }, 43 + { 44 + "typeId": "tv.ionosphere.facet#sentence", 45 + "featureClass": "inline", 46 + "expandStart": false, 47 + "expandEnd": false 48 + }, 49 + { 50 + "typeId": "tv.ionosphere.facet#paragraph", 51 + "featureClass": "block", 52 + "expandStart": false, 53 + "expandEnd": false 42 54 } 43 55 ] 44 56 }