Skip to content

Commit 165074a

Browse files
committed
2 parents 5d083f5 + 6fa7797 commit 165074a

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1-
21
Javascript Console Admin Console component for Alfresco 3.4/4.0
32
===============================================================
43

5-
Author: Florian Maul (fme AG)
4+
Author: Florian Maul (fme AG)
5+
            Jens Goldhammer (fme AG)
66

77
This project contains a Javascript Console component for the Alfresco Share's
88
Administration Console, that enables the execution of arbitrary javascript code
99
in the repository.
1010

11+
New Features
12+
--------
13+
14+
+ new json output view for validation and formatting json from the freemarker template processing
15+
![JSONView](https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/json_output_view.png)
16+
17+
+ JSHint integration in javascript editor- it validates input on the fly and integrates the alfresco root objects like search, node...
18+
![JSHINT](https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/jshint_live_integration.png)
19+
20+
+ performance statistics - displays overall time, time for javascript and freemarker processing, time for network and time for rest of the server side processing
21+
![PERFORMANCE](https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/performance_stats.png)
22+
23+
+ Editor Theming - allows you to theme the javascript and freemarker codemirror editor
24+
![Editor themes](https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/editor_themes.png)
25+
26+
+ better error marking of server runtime errors in the editors
27+
![Error](https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/js_error_detection_and_marking.png)
28+
29+
+ update codemirror to version 3 and enabling many codemirror addons(activeline, hightlight selection, new autocomplete module)
30+
1131

1232
Installation
1333
------------

0 commit comments

Comments
 (0)