Use case or problem
Apple Notes will show a snippet of the beginning of the note, which makes it easy to see at a glance what the contents of a note are.
It’d be great to have a formula to create a similar UI with Bases!
Proposed solution
Add a head() function to the File functions that will display the first N characters of a file after the frontmatter.
file.head(n?: number): string
I get that this would need to introduce a new way to interface with File objects that aren’t via properties/links though… but it’d be nice!