1. It would be nice to incorporate functions of http://drupal.org/project/InsertNode and http://drupal.org/project/insert_view in the Asset Wizard
2. Beneath Alignment option, having a text field for entering arbitrary class name, that is then added to img , span... would be usefull
Comments
Comment #1
wmostrey commented1. If you want to insert nodes then you should be using the nodereference module that comes with cck or use one of the modules you mention.
2. You can use one of the many available theme_ function to customize your hml structures.
Comment #2
nbchip commented1. CCK is not the option ,cause i usually want to incorporate referenced node into exact and always different position in body... and using InsertNode is cumbersome , cause there is no wizard
2. But how can theme_ function help me when I want to decide about the class to use just when inserting asset?
For example sometimes when inserting img i want to use caption class for http://drupal.org/project/image_caption sometimes not
THX.