Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ron Wardenier Regular
@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation
Badges
Recent posts
-
Blog and sitemap creating extra pages via tag
· 7 years ago
The words "wordpress" and "joomla" are probably defined somewhere in Gantry or inside a theme. In cases like these I use a search application to search inside files on my local filesystem. On MacOS I
-
Serve ical with CRLF instead LF
· 7 years ago
You could try to post process the ical file in the onOutputRendered event. This requires a custom plugin though.
-
Deploy on Linode hosting server
· 7 years ago
Looks a sound choice to me. I ran several Grav installs on the smallest unmanaged Linode server ("Nanode 1GB"). These didn't get any traffic though.
-
Codemirror Customization
· 7 years ago
Not that I am aware of. A local file search in the Admin Plugin revealed that the tool buttons are defined in /user/plugins/admin/themes/grav/app/form/fields/editor/buttons.js.
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
If anyone want to give this plugin a try I suggest using this demo. It does not do the actual saving of changes, of course, but the editing experience is the same as when you would use it in your site
-
Theme-agnostic favicon?
· 7 years ago
Not without resorting to creating a custom plugin to do that I think.
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
Version 1.3.1 of this plugin does not require the editable shortcode name parameter anymore making for easier shortcode insertion as you can simply use: [editable] Lorem ipsum [/editable] The plugin s
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
The Tab shortcode of the Shortcode UI Plugin does not touch the content itself. It just adds the tabbed interface. So in theory it should work. With this page content I am able to edit the content in
-
Using leaflet (map maker leaflet)
· 7 years ago
In roughly about 10 actions I have a lovely Leaflet map of London including a marker with a spinning "3" on it! Actions: Installed Leaflet Marker Plugin from Admin Panel (and only that plugin!). Crea
-
Beginner having problems with Admin
· 7 years ago
It is very unlikely that this error is caused by saving a page. Has anything else changed? Did you install some plugins or have any other weird behaviour in Grav?