Group
popomore opened this issue · 3 comments
Can you divide by group, exp: travel, wrok experience, shopping.
I've done some of this work on my fork... I'll push it up and make a pull request once I'm happy with it.
@mynameisfiber an idea I have for this is to use h2 as categories. Not sure if your PR is already doing this, it could be something like this:
Life
====
Travel
------
- 2013 Around the world in 365 days
Work
----
- 2012-2013 Software Engineer
@cheeaun you can see how I've formulated it here -- https://github.com/mynameisfiber/life/blob/569859c1079221274c5b056cba307540cd386558/life.example.md
It's similar to what you suggest, but it uses inline headings for categories. This makes the parsing just a bit simpler. Thoughts?
I'm also thinking about adding nested items so that I can do:
- 2013-2014 Around the world
- 01/2013-06/2013 NYC
- 06/2013-01/204 China
And it'll just show "Around the world" and then expand on mouseover. I'm really trying to put a lot of data into my timeline ;)