Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Aaron Dalton Regular
@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation
Badges
Recent posts
-
Doable in Grav?: random snippet of text
· 8 years ago
If nobody beats me to it, I'll do a fortune plugin this week.
-
Doable in Grav?: random snippet of text
· 8 years ago
You don't need a database for that. A simple text file of quotes is more than sufficient. I'm surprised there's not already a plugin that does this, but it would be trivial to write. And you could do
-
Customize plugin template outside theme
· 8 years ago
As far as I know, no. There is no generic folder for template files. I'm pretty sure you could create a plugin that injects such a folder into the search stream, but I've never done anything like that
-
Featherlight and Image Caption plugins
· 8 years ago
I know this isn't the solution to your problem, but I have submitted a PR to make it possible to override plugin handler priorities: https://github.com/getgrav/grav/pull/2165.
-
Featherlight and Image Caption plugins
· 8 years ago
I'll draft up an approach and a PR and we'll see what the Grav team thinks of it. It's certainly doable.
-
Featherlight and Image Caption plugins
· 8 years ago
In the plugin code itself, there is a "priority" integer that you can set. Higher numbers get executed before lower ones. (See comments in this example code from the docs.) What seems to be missing is
-
Inheritance layout issue in Quark Theme
· 8 years ago
To fix to your problem, copy the contents of user/themes/quark/quark.yaml to user/themes/[childtheme]/[childtheme].yaml and edit from there. The problem is that inheritance in Grav isn't true inherit
-
Frontmatter on Add New Page
· 8 years ago
I don't understand what precisely the problem is. Your plugin can add whatever you want it to. Here's the doc page that talks about frontmatter, including their default settings and how to use frontma
-
How Do I Display a Month and Year Only Time Format
· 8 years ago
The pages themselves need actual dates that can be fully parsed. But what you display is up to you. So change your templates to ignore the day, but still enter a day when creating a page. Sorry if I'm
-
Git workflow with final customers
· 8 years ago
That's my informal Canadian French creeping in there. I consciously started with vous but then slipped into tu when I stopped thinking about it. Good luck! Let us know if you have any plugin developm