Badges
Freelance developer and support
Recent posts
-
HTML5 Audio (using Markdown)
· 8 years ago
@pwhodges Thank you for the thorough run-through, you should create an issue on the admin repo if non exists yet, as this relates to the Admin-plugin's handling of the Markdown. Glad to hear that this
-
HTML5 Audio (using Markdown)
· 8 years ago
@pwhodges Could you try copying the Markdown-page or Twig-template which references the audio to a clean installation of Grav, and see how it renders there?
-
HTML5 Audio (using Markdown)
· 8 years ago
Actually, Grav does escape characters through markdown: escape_markup in system.yaml. By default, this includes > and <. I had a case of this a while back (see issue), but it relates to ParseDow
-
"Composer" should be considered and mentioned as a prerequisite
· 8 years ago
The GitHub repository does specify installing through Composer, but Composer itself is not a dependency for installing, running or upgrading Grav. This can all be done through archives published as re
-
Twig error after update with concat tilde
· 8 years ago
Might might have to set twig_first: true in config, but I would prefer either of hughbris' workarounds, especially the latter one. If you are just referring to domain.tld/gallery, you want to use nati
-
FreshDesk installed but not working
· 8 years ago
You should probably submit an issue on the plugin's repository.
-
Grav on OVH shared server : cannot connect to the GPM > Change your version of PHP and OpenSSL
· 8 years ago
I haven't come across this specific error before, but it could - from "alert protocol version" - seem like an outdated version of Curl or SSL running (see SO comments). Further, "tlsv1" indicates that
-
REST API for pages
· 8 years ago
Last I used it, somewhere around v1.3.x of Grav, the API-plugin worked as expected for pages. You don't actually need much code for a REST API, just a receiver and ideally authentication. The prospect
-
How to create a Wiki
· 9 years ago
For 1. there is Editable-SimpleMDE, which allows front-end editing with a WYSIWYM-editor at least. There's a lack of robust WYSIWYG-editors with Markdown-capability, oddly enough. For 2. you'd probabl
-
Global macro and how to use it
· 9 years ago
I was looking for a solution to this, and it turns out it's just our nomenclature that needs re specifying: A macro is just a function, so we just need to register a function in Twig through a plugin