Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Sean McDaniel Member
@jerobapatrol · Joined 7 years ago · 17 posts · 7 topics · 2 reputation
Badges
Recent posts
-
Alternative support for math typesetting in Grav
· 4 years ago
All, Are plugins the only way to support math typesetting in Grav? I like and use the MathJax plugin but it hasn't been updated in 4 years and I'm afraid it's going to break down the road. Ideally I'
-
Adding table captions using PHP Markdown Extra
· 5 years ago
Thank you @pamtbaau. This is exactly what I'm looking for. I already use 'Shortcode Core' for icons and notices. I typically start with CommonMark markdown files and convert them to PHP Extra using Pa
-
Adding table captions using PHP Markdown Extra
· 5 years ago
GRAV Forum, Is there a supported way to add captions to tables in PHP Markdown Extra? I read through the documentation and didn't see a way. Are there other available work arounds? Regards, Sean
-
Quark theme menu bar arrow-down icon issues after updating from FontAwesome 4 to 5
· 5 years ago
@pamtbaau Your suggestion worked perfectly. Thank you for your help. I placed your code snippet in my custom.css file in my inherited Quark theme.
-
Quark theme menu bar arrow-down icon issues after updating from FontAwesome 4 to 5
· 5 years ago
All, I'm using the Quark theme and tried upgrading from FontAwesome 4 to 5 using the helpful comments provided by @pamtbaau under the discussion topic "Font Awesome issues". I understand their feedba
-
Filter out headers from a table of contents
· 6 years ago
Dear community, I'm have some inline TWIG code on one of my markdown webpages to print a table of contents exactly where I want it (instead of using the default plugin option). It works great, but it
-
Create navigation menu from markdown headers
· 7 years ago
It makes sense to create a new page type so that I don't affect every other page on my site. The skeletons are a good resource. I'll see if I can find one that has the setup I like and go from there.
-
Add striped, hover tables without wrapping tables in DIV tags (Quark Theme)
· 7 years ago
@hughbris Thanks for your reply. I wanted a global theme change, but by page type is fine as well. Thanks for showing how the conditional statement can be done. My new default.html.twig is as follows
-
Create navigation menu from markdown headers
· 7 years ago
I'm taking a look at: https://picturepan2.github.io/spectre/experimentals/off-canvas.html
-
Create navigation menu from markdown headers
· 7 years ago
I appreciate your feedback. I now have an automatically generated table of contents before the page content and the your suggestion about setting the "Grid Size" to "Large" fixed the padding issue. Th