You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just updating @michaelowen's original pull request. Here's a copy of his
description:
---
This simple modification will allow for optional tags by adding it at the end of your event, like so:
```
@USERNAME's life
===============
- 24/02/1955 Born
- ~1968 Summer job #job
- 03/1976 Built a computer #life #job
- 01/04/1976 Started a [company](http://en.wikipedia.org/wiki/Apple_Inc. "Apple Inc.") #job
- 04/1976-2011 Whole bunch of interesting events
```
These can then be easily styled with a custom css:
```css
border: 4px solid #1abc9c;
}
border: 4px solid #3498db;
}
```
To see this working, I have it running myself currently and works like a charm:
http://timeline.owens.nl/
0 commit comments