Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Brainstorming: Ideas for a WYSIWYG/Markdown Admin editor
· 9 years ago
For whom do we want a better editor in the Admin panel? And from different users perspective, what defines "better"? Would it help to identify maybe three or four target groups or even persona's? Afte
-
Brainstorming: Ideas for a WYSIWYG/Markdown Admin editor
· 9 years ago
http://quilljs.com is quite good
-
Brainstorming: Ideas for a WYSIWYG/Markdown Admin editor
· 9 years ago
I spent a lot of time on making StackEdit available in the instances I run, partly because I had a display problem with the built-in editor, partly because I felt that users with less experience need
-
Brainstorming: Ideas for a WYSIWYG/Markdown Admin editor
· 9 years ago
First, for me it would be far sufficient to have a WYSIWYG-layer on-top of the existing hybrid-WYSIWYM. That is, a "writing-mode" wherein formatting is hidden. When I need to format the hybrid-editor
-
Brainstorming: Ideas for a WYSIWYG/Markdown Admin editor
· 9 years ago
The current Grav Admin editor uses a WYSIWYM (what you see is what you mean) editor that requires to learn Markdown even if one uses the provided buttons only. Secondly, the markup is visible in the e
-
Multiple sites on one install
· 9 years ago
I'm looking to move 5 sites from WP to Grav. I would love to have these in one Grav install even though they have nothing to do with each other more than same writers and admins. And also move more si
-
How do I hide pages in a collection with a published date set to the future?
· 9 years ago
In case anybody finds this and wants to see the code. I just added .published to the loop. {% for child in collection.published %}
-
How do I hide pages in a collection with a published date set to the future?
· 9 years ago
Thank you for the help and I did try exactly what you suggested prior to asking here and then my brain melted down I guess. It does work as advertised! What confused me was the published: true switc
-
How do I hide pages in a collection with a published date set to the future?
· 9 years ago
You just need to set the use the .published() function wherever you defined your collection - Collection::published() - Filters the current collection to include only published pages ref: Page collec
-
How do I hide pages in a collection with a published date set to the future?
· 9 years ago
I don't know why I struggle with things that seem so simple. I have a collection, likely got the code from the Antimatter blog.htm.twig file. I want to have pages appear on the published date.