Edit Area is a very cool text editor. It has syntax highlighting for codes (PHP, HTML, etc) and it allows us to use TAB inside the text box! It is not a WYSIWYG. What I am suggesting is since TinyMCE developers are very familiar with TinyMCE integration, it will be very easy for them to build the edit area module.
I don't think that TinyMCE will handle this, and not sure if there is anyway to do it with Drupal - I would like to be able to paste images directly into a post editing window within Drupal. Is there a way to implement this?
I made this simple snippet using Drupal 5 api functions.
It works as expected when i'm logged in as admin, but db_quers returns FALSE when anonymous or any other user accesses this block. How can i make it work for everybody?
Please help.:-)