Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Include html
· 12 years ago
You should be able to just put HTML in markdown. Markdown totally supports that. If you want to put markdown in HTML, that's a little tricker, but is supported if you enable markdown extended in the
-
Include html
· 12 years ago
Is there a way to include html in markdown (and if not, why not). I find that I have to resort to all sorts of trickery, which is contrary to the ease and maintainability of sites using Markdown. For
-
PHPStorm + Xdebug Google Hangout tomorrow
· 11 years ago
Just FYI, i'm going to be doing an informal Google Hangout "On Air" It's scheduled for 10am MST tomorrow Jan the 14th. It's just an informal affair, so feel free to join and listen/watch: https://plu
-
How to disable plugins
· 11 years ago
Ok thanks for the clarification. Might be nice to see some more consistency in the behaviour of plugins in this respect, but the theme inheritance sounds great, I will switch over to this method. Than
-
How to disable plugins
· 11 years ago
Certain plugins can be disabled for a certain page. This logic needs to be provided by the plugin itself. Smartypants for example has this capability: https://github.com/getgrav/grav-plugin-smartypa
-
How to disable plugins
· 11 years ago
Thanks for that, I will give it a try. So is there really no way to disable a plugin for an individual page? Also, I'm a little unsure which files I should or should not be changing? For example I sea
-
How to disable plugins
· 11 years ago
Hi Charles, I can confirm that your settings in blog.md doesn't work. However you can disable the random module (completely) by setting enabled: false in the user/plugins/random/random.yaml file.
-
How to disable plugins
· 11 years ago
Hi, I 'm just trying out Grav for a personal blog site. So far I have got the git commit publishing working and I really like the lightweight feel of Grav. However, I'm wondering how do I disable plug
-
Problem with multiple links
· 11 years ago
Ok i tested this and it does seem to work as expected. The link was cut off in the middle of the text and ellipsis added, but the link was maintained and not broken: **Lorem ipsum dolor sit amet, con
-
Problem with multiple links
· 11 years ago
Well, it shouldn't really do that. We're using a function that is supposed to not break HTML tags, so I will look into it.