irisfofs / jekyll-rp_logs

Jeykll plugin to turn raw IRC logs into pretty pages.
https://andrew.rs/projects/jekyll-rp_logs/
MIT License
3 stars 6 forks source link

Custom Ordering of RPs #43

Closed tecknojock closed 8 years ago

tecknojock commented 9 years ago

It'd be neat if, at least for canon or Arc stuff you could do a manual ordering of RPs if things happen out of order. Perhaps A flag that allows for manual sorting via decimal values.

irisfofs commented 9 years ago

You can already sort inside arcs with the time_line option. You can give the RP a fake start date that it gets sorted by instead of its real one.

tecknojock commented 9 years ago

Can you alter the start date in a flag? Or do you have to find/replace the date to an earlier date?

irisfofs commented 9 years ago

Why would you want to use a flag for it? You can just set the start_date in the YAML front matter at the top of the file.

Also, that's what time_line does, it is... a separate start_date I guess. For sorting only.

tecknojock commented 9 years ago

by flag i meant yaml xP

tecknojock commented 8 years ago

Time_line does this, I shoulda closed :P