Skip to main content
a futuristic tool belt with screens next to the tools

Collection Item Links in Notes

Written January 16, 2025
by Josh

Individual items from all likes collections (movies, shows, music, games) now have their own component! This means they can be included in .mdx files (notes) using the new component <CollectionItem>.

Here’s an example of a movie collection item…

<CollectionItem category="movies" itemId="348" text="Plain text can also be passed through to give some context for the item being included!" />
Alien
🍿 movie Alien Plain text can also be passed through to give some context for the item being included!

Here is an example of a show…

<CollectionItem category="shows" itemId="39793" />
Call the Midwife
🖥️ show Call the Midwife

Here is an example of a band…

<CollectionItem category="bands" itemId="7DjwIxbe8kpw4pqnzAMoin" />
The Beths
🎸 band The Beths

Here is an example of a song…

<CollectionItem category="songs" itemId="4niDU35YEMnJIQjKb506hb" />
Alchemy
🎧 song Alchemy

And finally, an example of a game!

<CollectionItem category="games" itemId="1086940" />
Baldur's Gate 3
🎮 game Baldur's Gate 3

Pretty nifty! This component can be used everywhere now, not just inside of mdx files, so maybe it will come in handy on a different part of the site.