Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Avoid overwrite of uploaded files
· 10 years ago
Mmmm this is something the Form plugin does not handle, going to fix this. It should never overwrite a file, but instead append a suffix. Also, the destination does not parse twig. Going to make this
-
Avoid overwrite of uploaded files
· 10 years ago
Hello, Imagine a form with a file field. It invites the user to uploade, say, their CV. A first user have a file named cv.pdf. A second user have one file named the same way. If both user apply, it se
-
Page editing in admin panel
· 10 years ago
As replied in the chat by Sommerregen, install https://github.com/getgrav/grav-plugin-editor-buttons, which provides the table button.
-
Page editing in admin panel
· 10 years ago
Hi everybody!Who can help , how to add a table into page editor(content) in admin panel ?
-
Wysiwyg editing?
· 10 years ago
There are various discussions regarding wysiwyg on this forum. Short answer: no, currently there is no wysiwyg but will be in Admin Pro once it's out. You can read more at https://getgrav.org/forum#!/
-
Wysiwyg editing?
· 10 years ago
Hi, is there a way to edit pages direct on the frontend like this : https://www.typesettercms.com/ ? What about replacing the Markdown editor with a wysiwyg editor ?
-
New to GRAV: support wanted
· 10 years ago
First of I need a little bit of TWIG support for selecting af particular menu item and its sub items etc. Secondly, I would pay for a few things I need to get done in Grav for at project. Does anybody
-
Tutorial on how to import an HTML template into Grav Theme system?
· 10 years ago
Yes you can, but ideally HTML should live in the Twig file. I "allow myself" HTML in a markdown if it's for small snippets (e.g. some complex links I cannot build with markdown), otherwise I try to fi
-
Tutorial on how to import an HTML template into Grav Theme system?
· 10 years ago
I think you could also just copy and paste the entire html file body into the .md , markdown supports html.
-
Tutorial on how to import an HTML template into Grav Theme system?
· 10 years ago
The link it broken!