> [!tldr] Uses the `key::value` syntax. I got curious how [[Logseq]] handled block-level references, given that it works with Markdown files. A "block" is just a bullet, by the way. Blocks without any sort of metadata just look like regular [[Markdown]] bullets. ```markdown - Meeting with Engineering Team ``` Block-level metadata is stored using a [[Ontology, Semantics, and Syntax|syntax]] very similar to the [[Dataview Plug-in]]. ```markdown - Meeting with Engineering Team type:: meeting project:: [[Alpha]] attendees:: [[Sarah]], [[Marcus]], [[Alex]] duration:: 45m ``` Rather than [[Frontmatter]] for a full file, it's sort of like **backmatter** for individual parts & pieces. I like this approach, actually. Still readable directly as-is in [[Plaintext]]. **** # More ## Source - chat with Gemini