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

  • Retrieve a given markdown language from plugin · 9 years ago

    Hi Andy, it doesn't work, this returns the language for the page, I want to force the $page object to return the spanish version, even if my active language is French for instance. I tried to force th

  • Retrieve a given markdown language from plugin · 9 years ago

    Should be just $page->language()

  • Retrieve a given markdown language from plugin · 9 years ago

    Hi :) From a Grav PHP plugin, I need to retrieve for a given page, let's say /register, the markdown of a given language. My current /register page folder has 3 languages: register.en.md register.fr.

  • Disable plugin? · 9 years ago

    Good man! I knew there must be something in there to support this.. AND you correctly identified what I was trying to display in raw format (which is slightly creepy). Many thanks Sir.

  • Disable plugin? · 9 years ago

    You can't do this by default unless the specific plugin supports being enabled/disabled on a specific page. Some have this support, others don't. It is possible to create a plugin that programaticall

  • Disable plugin? · 9 years ago

    Is it possible to disable certain plugins on a page? I am trying to write a HOWTO post that describes how to use the shortcode-ui plugins, but whenever I put some of those shortcodes within a code bl

  • How to get data from an external source? · 9 years ago

    If you don't feel up to the task, contact us via http://trilby.media and we'll can discuss development of a custom plugin to do what you need. Cheers.

  • How to get data from an external source? · 9 years ago

    It certainly is possible, but it will require a little custom work in the form of a plugin. You can see a good example with the TwigFeeds plugin that is pulling feed data, and making it available in

  • How to get data from an external source? · 9 years ago

    Hi all, I am loving the look and feel of Grav thus far, and am learning by doing... I am trying to create a page with data loaded from an external source, namely: The Calendar feed from the Sonarr AP

  • Plugin to archive links to Wayback Machine · 9 years ago

    Has anybody worked on a plugin to automatically ask the internet archive to store links mentioned in a post? There's been a bit of discussion of this in IndieWeb circles, and some details here. I thin