Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Can't make link to local file work
· 12 years ago
I have a file in the folder for a blog entry. So I have a blog page folder News containing a folder Meeting containing an item.md file and some .docx file. When I reference the docx file i.e. [file](f
-
Alphabetical Taxonomy list?
· 12 years ago
Awesome... {% for tax,value in taxlist[taxonomy]|ksort %} now works like a charm. Thanks.
-
Alphabetical Taxonomy list?
· 12 years ago
Yah, it's the keys you need to sort. I thought Twig had this built in, but I had to create a new ksort filter rather than just the sort you tried: https://github.com/getgrav/grav/commit/08fc3918a72cd
-
Alphabetical Taxonomy list?
· 12 years ago
Thanks. Doing {% for tax,value in taxlist[taxonomy]|sort %} does give me a different order, but not alphabetical. Not sure what that order is — maybe just the order in which the tax list is being buil
-
Alphabetical Taxonomy list?
· 12 years ago
if you look in the taxonomylist.html.twig partial (in the plugin) you will see that really its just an associative array. You should be able to use a Twig Sort filter to sort this array alphabeticall
-
Alphabetical Taxonomy list?
· 12 years ago
I am trying to list taxonomy items alphabetically. I pulled the partial from the taxonomy list plugin (user/plugins/taxonomylist/templates/taxonomylist.html.twig) and am using it like this: {% include
-
Grav 0.9.8 Released!
· 12 years ago
We're getting pretty close to our first 1.0 stable version, but this week it's 0.9.8 which adds a few new features but mostly contains some improvements and optimizations. This version now support sim
-
Important Forum Tip!
· 12 years ago
The muut forum we use has added a much needed feature, the ability to be notified of new posts. Definitely worth activating if you want to keep on top of Grav. Just click your profile in the top-righ
-
Custom header fields
· 12 years ago
Glad you got it sorted!
-
Custom header fields
· 12 years ago
Yeah. Ive been mucking about in an editor with too many similarly named files staring at the wrong output. But thanks. Your comment pointed me towards the light at the end of the tunnel.