Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Reseting password - Login plugin · 10 years ago

    Hi! The password reset page seem a bit broken. At least is shows a twig-tag. The promised instructions on resetting the password does not show up. Also the link in the 'Password reset request'-mail se

  • Getgrav.org Plugin Search - what lies behind? · 10 years ago

    As you guessed, the plugin filtering is all done with JS. it's not a plugin because it is pretty specific to the downloads setup. If you look at a jQuery-based masonry/isotope style plugin though, y

  • Getgrav.org Plugin Search - what lies behind? · 10 years ago

    Hi, just wanted to know how you guys realized the search bar on the plugins page? is this a jquery plugin like isotope? or is there a plugin I can use for? :) answer appreciated.

  • Syntax highlighting not working with Markdown Extra · 10 years ago

    i just got highlight.js plugin to work. Weird it wasn't working yesterday thanks!

  • Syntax highlighting not working with Markdown Extra · 10 years ago

    The documentation you referred is indeed unclear, but in order to highlight code (inside fenced code) you need the Highlight plugin (https://github.com/getgrav/grav-plugin-highlight) I mentioned earli

  • Syntax highlighting not working with Markdown Extra · 10 years ago

    Hello, I'm refering to this https://learn.getgrav.org/content/markdown#syntax-highlighting I might be missing something but from the documentation it seems like it is supported out of the box as long

  • Syntax highlighting not working with Markdown Extra · 10 years ago

    Hi @nahh, Markdown Extra doesn't highlight code for you. The only thing what it does, is setting the appropriate classes. Usually you write something like ``php <?php phpinfo(); `` (with three inst

  • Syntax highlighting not working with Markdown Extra · 10 years ago

    Hi I'm new to Grav. I just got setup with the default Antimatter theme. I was reading through the tutorial and it seems like syntax highlighting should work if I enable Markdown extra in system.yaml.

  • Display ALL pages of a specific level · 10 years ago

    mhkay thx :) should really spend some time learning twig :)

  • Display ALL pages of a specific level · 10 years ago

    You can just get the parent, then get the children of that parent. {% for child in page.parent.children %} ...