it used to be most recent first (by date page was
created field at the top of the file).
now i'm not sure what it is doing.
I can confirm that in the latest version of Academic, projects appear in the projects widget by most recent date first. Just ensure the date in each project file is properly formatted in either date = "2017-04-27" or date = 2017-04-27 form.
Hi @gcushen , Is there any way to change the ordering of projects? Any way to add weights?
Can I please come back to this? Is there a way to overwrite the chronological order of projects?
Thanks
I was looking for this too and managed to work around it by setting
date: -1 for the project that I want to display first
date: -2 for the project that I want to display second and so on.
I got the idea from the fact that the sort is from highest to lowest dates...
I solved this problem as below.
weight: 1 for the project that I want to display first
weight: 2 for the project that I want to display second and so on.
I solved this problem as below.
weight: 1for the project that I want to display first
weight: 2for the project that I want to display second and so on.
Awesome! I'll try this ASAP, very nice if we can control it using weight
I solved this problem as below.
weight: 1for the project that I want to display first
weight: 2for the project that I want to display second and so on.
I can confirm that this works. Great!
Most helpful comment
Hi @gcushen , Is there any way to change the ordering of projects? Any way to add weights?