Month: January 2024

  • Filtering items in news product timelines

    I’ve got the News Product runtime open and am working on it today, probably tomorrow too. Added a feature that lets you write a very simple one-like JavaScript expression to decide if an element is displayed in a news product timeline. You can see it in the JSON spec for the site. Here’s the expression:…

  • Removing duplicates from feed lists

    Reading lists are a relatively new feature, and we’re still cleaning up bits like this one. Suppose I have subscribed to a feed, then subscribe to a reading list that includes that feed. Then I will see the feed twice in the list. One in green, indicating its from a feeding list, and one in…