urbit / tree

The web interface for your urbit.
13 stars 7 forks source link

Use next instead of sort in YAML #28

Open galenwp opened 8 years ago

galenwp commented 8 years ago

Adjusting the sort flag is annoying. Instead, we could just use next:[filename].

We actually already use next:true to add a next button to the bottom of the page, but we could preserve that for a value of true. We could also switch to sort:true and next:[filename] and allow sort:[integer] as well.