Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to use external libraries in a plugin
· 10 years ago
Here's a very simple example: https://github.com/getgrav/grav-plugin-scss/blob/develop/scss.php
-
How to use external libraries in a plugin
· 10 years ago
This is probably a stupid question, but here it is anyway; I've added a library with composer to my plugin, but I don't know how to instantiate my class: none of these require statements work: require
-
reCAPTCHA Contact Plugin No Longer Supported?
· 10 years ago
Thanks!
-
reCAPTCHA Contact Plugin No Longer Supported?
· 10 years ago
Recaptcha is built in to the official form plugin too. Forms 2.0 is about to be released (this week) and it will improve quite a few things. Maybe look at that again?
-
reCAPTCHA Contact Plugin No Longer Supported?
· 10 years ago
Two new moderators have been granted access. (I'm one of them.) Feel free to submit issues and pull requests.
-
reCAPTCHA Contact Plugin No Longer Supported?
· 10 years ago
Just checking on the status of this plugin, does anyone know if it is still being supported? There hasn't been any activity in months and no reply to issues on Github.
-
Simple search - searching beyond Title, Content and Taxonomy
· 10 years ago
SimpleSearch currently searches in 'title', 'content', 'taxonomy', and does not allow searching in other page header fields. Feel free to submit a PR to include this option if you want.
-
Simple search - searching beyond Title, Content and Taxonomy
· 10 years ago
Hello, I'm currently developing a site which uses blueprints to add multiple fields to pages which are saved in page frontmatter but the simple search plugin only matches content stored in Title, Cont
-
Transforming different Markdown dialect
· 10 years ago
Hi, thanks for this, very interesting. I don't think a PHP port exists but anyway I would be reluctant to replace Grav's markdown library without knowing exactly what I'm doing and how it affects futu
-
Transforming different Markdown dialect
· 10 years ago
Parsedown (the markdown library we use) is quite tightly integrated into Grav. That said, it is possible to turn off Grav's markdown with: process: markdown: false In the user/config/system.yaml fi