Ace-Freely icon indicating copy to clipboard operation
Ace-Freely copied to clipboard

An Ace Editor field type for Craft CMS

Results 4 Ace-Freely issues
Sort by recently updated
recently updated
newest added

This would be useful for cases where the field is used for embedding scripts, iframes, etc. but the HTML doesn't validate. It looks like setting [`editor.session.setUseWorker(false)`](https://ace.c9.io/#nav=api&api=edit_session) removes the validation errors...

First of all, love the plugin and the Ace editor. Though I've seen some issues, one where the field is within a Matrix Block the block can't be collapsed. The...

Similar to the WYSIWYG it would be great to have a "fullscreen" button to make the code editor window take up the full screen.

You write in your docs that twig code should go along with `| ace_parse` So if I write: `{{ entry.cellCode|ace_parse }}` An error appears: > Variable "entry" does not exist...