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
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
It seems that executing the Git Sync CLI command in the background from PHP is 'tricky' and depends on server configuration? I get a real déjà vu. Just like in 2017: working with me om MacOS and on De
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
Great! Then you'll enjoy version 1.2.1 even more since it allows you to sync in the background. Tested on Linux, not on Windows though. Any volunteers?
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
Version 1.2.0 has a new option "Git Sync Mode" which defaults to foreground syncing. The option to sync in the background is there but isn't stable yet. Please check the default config: the initial se
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
I seem to have cut some corners. Getting it working from localhost only (MacOS) isn't enough; should have tested it more. I'll look into it. BTW if a scheduled sync is in play why should my plugin sti
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
Hello Paul, Though the plugin does a normal $this->grav['page']->save() for some reason Git Sync doen't get triggered indeed. Considering your suggestion did not take long 🙂 During development o
-
Select only 3 children from a page
· 7 years ago
Perhaps like this: {% set first_three_children = currentPage.children.order("date", "desc") %} {% for e in 0..2 %} {{ first_three_children.nth(e).content }} {% endfor %} I must say, I haven't tested
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
Thanks Paul for trying and your feedback. That's what I was aiming for!
-
Frontend WYSIWYG editing while keeping Markdown content
· 7 years ago
Editable with ContentTools is a frontend WYSIWYG Editor. This plugin is a rewrite of my earlier ContentTools plugin. The major difference is that this plugin does not save the content as HTML but as
-
Announcing ePrivacy Plugin
· 7 years ago
Sorry for this late reply. I've stopped the development of this plugin and don't intend to continue or start over.
-
How to force login user on new module
· 8 years ago
I think that logging in on the frontend will create an Admin session when Session Split is active. But I'm not sure. I don't know the answer to your second question, sorry.