NOTE!: I cannot add this file to extend, because the filesize is too big. For now it will be hosted on my personal website.
Outline Of Plugin:
While logged in to backend, users could edit the pages from the front-end of the website.
Meta tags can also be edited from front end
Screenshots
--
--
--
Changes: Version 1.1
Added ability to edit page title, menu status, menu order and page parent
Fixed "Placeholder" bug where the placeholders are replaced with their content when editing a page
The "pages.xml" file is now recreated upon saving a page
This plugin is a work in progress. It is at a very basic stage right now and will grow substantially with use feedback and suggestions. Please let me know any suggestions or feature requests you might have.
I have had this plugin for a while, but did not release it because the lack of an image browser.
But I am close to having the image browser done as well.
The only catch I've found is: if you are using a placeholder like (% search ... %) it is replaced by the generated html code if you edit the page. (only tested with I18N Search)
It would be nice to be able to edit the title (inline or in the meta/desc box)... or else let the user go to the GS page editor to change it.
The only catch I've found is: if you are using a placeholder like (% search ... %) it is replaced by the generated html code if you edit the page. (only tested with I18N Search)
It would be nice to be able to edit the title (inline or in the meta/desc box)... or else let the user go to the GS page editor to change it.
I will add all the above features today and fix the placeholder.
2012-03-27, 23:14:29 (This post was last modified: 2012-03-28, 01:33:44 by mpicker0.)
Thanks for filling my feature request! This fits the "Simple" ethos perfectly.
Btw. looks like Aloha is transitioning from ExtJS to jQuery UI.
Does anyone know where we could get a minified version of aloha.js that works? I tried minifying it with http://jscompress.com/ but it resulted in errors.
Quote:JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. at line 79216 character 1
] ).forEach(function(command) {
^
JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. at line 88971 character 1
],
^
speak.js in aloha\plugins\extra\speak\lib would of course need to be minified..
Beluga Wrote:Thanks for filling my feature request! This fits the "Simple" ethos perfectly.
Btw. looks like Aloha is transitioning from ExtJS to jQuery UI.
Does anyone know where we could get a minified version of aloha.js that works? I tried minifying it with http://jscompress.com/ but it resulted in errors.
Quote:JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. at line 79216 character 1
] ).forEach(function(command) {
^
JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. at line 88971 character 1
],
^
speak.js in aloha\plugins\extra\speak\lib would of course need to be minified..
I could not minify it myself either. I will keep trying.
2012-05-28, 23:12:24 (This post was last modified: 2012-05-28, 23:24:07 by kuba.sanitrak.)
PageSpeed Insights for Chrome (integrates Closure Compiler) minified the aloha.js file on aloha-editor.org from 1.6 MB down to 929 KB, it seems with no trouble. In fact, they could knock more than 1 MB off their 2.2 MB homepage.
Attached is the aloha.js file from your GitHub repos minified.
sal Wrote:PageSpeed Insights for Chrome (integrates Closure Compiler) minified the aloha.js file on aloha-editor.org from 1.6 MB down to 929 KB, it seems with no trouble. In fact, they could knock more than 1 MB off their 2.2 MB homepage.
Attached is the aloha.js file from your GitHub repos minified.
Awesome, thanks for the update. Unfortunately since I am unable to upload this to the extend I am very discouraged with this plugin. I will continue work on it when the Get Simple extend's upload size has been increased.
Quote:We will release Aloha Editor version 0.21.0 with Query UI Thursday July 26th 2012.
Due to the migration to jQuery UI and other optimizations we could reduce the size of Aloha Editor significantly. With the ExtJS dependency and due to bad maintained build system we distributed insane sizes of the script with over 2MB in weight.
Now you can have Aloha Editor bare version without jquery, require and plugins minified and gzipped for 64k (unzipped 236k). If you want to build a package with all plugins (even the repository browser and other great plugins), jquery and require you can have a full featured gzipped package for about 230k (unzipped 792k).
figure out how to use this on the original source and ill look at it. If its smart there is a way to swap out the edit with the original source, with a cms you are never editing raw content, there are filters and tokens which are obviously an issue