Timeline: The powerful idea of temporal representation in obsidian

And you can actually render a mermaid timeline from dataviewjs

```dataviewjs
const content=`\`\`\`mermaid
timeline
    title History of Social Media Platform
    2002 : LinkedIn
    2004 : Facebook
         : Google
    2005 : Youtube
    2006 : Twitter
\`\`\``

dv.span(content)
```
9 Likes