Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Make an authors list in Grav
· 4 years ago
I would create a flex objects list of authors and make a simple plugin with method to list all of them. Then add a select field with data-options@ Check this post for the example: /forum/forms-bluepri
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
What config exactly did you add? Looks like you turned off markdown processing
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
IIRC HTML is not parsed by default in Markdown content. I think you should enable Twig processing with process: twig: true But not sure if this is the way to go
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
@AlaskaTheBlog: I was adding a twitter link like below to my blog post AFAIK links do not break anything. What exactly were you adding and how?
-
Number of posts in Category
· 4 years ago
Apparently Twig doesn't work like that :) Try this: {% set catItemsCounts = catItemsCounts|merge({(cat): (catItemsCounts[cat]|default(0)) + 1}) %}
-
Number of posts in Category
· 4 years ago
Based on the answer you've linked, here's a quick solution, which I think should work, but not tested {% set items = page.evaluate({'@page.children': '/items'}) %} {% set catItemsCounts = [] %} {% fo
-
Database Plugin
· 4 years ago
But you also have a Twig/HTML example right there in the README
-
Database Plugin
· 4 years ago
Would you mind elaborating? Preferably with links and examples of what you've tried
-
Error with upload file on page in admin panel
· 4 years ago
But in your video first file uploaded without any issue. Does it always upload first one on page without a problem, but the next one causes issues? Also in your screenshot avove there are more than 10
-
Error with upload file on page in admin panel
· 4 years ago
Does this happen with only this specific file?