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

Ole Vik Regular

Grav Core Team

Grav Forum Moderators

@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Page prevsibling nextsibling inverted · 5 years ago

    The concept of next and previous sibling is already established, and has been in use for years, following the previously linked to methodology (#531#issuecomment-175309487) by Pamtbaau. Adding getter-

  • Page prevsibling nextsibling inverted · 5 years ago

    It's been brought up many times, and the main reason it has never been changed is legacy. If the logic was reversed from what it is now, and has been since before 2015, it would not be backwards-compa

  • Populate select field with function call (data-*@) · 5 years ago

    Oh, indeed! I'll correct that, thanks.

  • Markdown content rendered as escaped HTML · 5 years ago

    Well, the documentation can be rather long. The best approach is always to upgrade locally first, then push the changes to production. So you were going about it the right way.

  • Markdown content rendered as escaped HTML · 5 years ago

    You probably need to escape the output using the |raw-filter, like {{ page.content|raw }}. See https://learn.getgrav.org/17/advanced/grav-development/grav-17-upgrade-guide and https://learn.getgrav.or

  • Populate select field with function call (data-*@) · 5 years ago

    Presumably it would be more broadly applicable if it was dynamic. That's not possible though because of the context, as you noted @domsson. You can, however, parametrize the method: data-default@: ['\

  • Admin: lock page for other users while editing? · 5 years ago

    Sounds like a feature request for the Admin repo.

  • Website search without php? · 5 years ago

    Index all into one JSON-file and load one library; MiniSearch. It's all you need, as well as a callback from some search-field that searches the index. No bloated jQuery, minimal added JavaScript. The

  • Grav T-shirt wanted · 5 years ago

    Like this? Been available since January 2019.

  • Website search without php? · 5 years ago

    I put together a search-engine comparison with Lunr, FlexSearch, MiniSearch, and others to determine which yields the best search results with the best performance. MiniSearch currently ranks highest,