When I edit Snippets all I get is a textarea. How do you enable TinyMCE (or any other editor) for this?
Snippets are meant for PHP code. A rich-text editor won’t help you with that. Are you sure you don’t mean chunks instead? Using RTE for chunks is perfectly possible (chunks = only HTML, no PHP code).
Sure, I would very much like to have something better than a textarea for editing PHP. Syntax highlighting, library function completion, autoindent, etc.
Maybe even better would be a way to edit my scripts on the filesystem (so I can use VIM), and not use the Manager at all.
What I do now is edit in VIM and then copy and paste into ModX and it’s driving me absolutely crazy. I want a much better process for writing snippets.
Thank you, EditArea is super nice.