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

  • Can a theme or plugin change markdown-parsing? · 11 years ago

    Thanks a lot! I will try this out.

  • Can a theme or plugin change markdown-parsing? · 11 years ago

    Yup, it's possible. I think the event you will want is onPageContentProcessed as the Markdown has been processed at this point, but the output is not yet cached. You could get the content, run some r

  • Can a theme or plugin change markdown-parsing? · 11 years ago

    Hi, I want to change the default output of every default markdown table. Is there any way to change the generated table element to include my class (e.g. "my-table-style")?

  • Translations configuration · 11 years ago

    Ok, got it. Thanks!

  • Translations configuration · 11 years ago

    Hi, wondering from where you took your configuration and that there is no documentation in the Grav documentation, I was browsing through the code and finally found your use case :-). To answer your q

  • Translations configuration · 11 years ago

    Hello, How the settings --- yaml languages: translations: true and --- yaml languages: translations: fallback: true --- can be set simultaneously? If i do something like --- yaml languages:

  • Best practices · 11 years ago

    Sorry, from your theme tutorial. I was not sure if this was done for a reason.

  • Best practices · 11 years ago

    Well, delete it and see if it has the effect you desire. I mean, not sure what theme that's from, and what you are trying to do, but it will undoubtedly 'break' the width restriction.

  • Best practices · 11 years ago

    Thank you! Can I safely delete the whole width-constraining? / Constrain the width / .container { width: auto; max-width: 960px; padding: 0 15px; }

  • Best practices · 11 years ago

    done!