It would be nice if one could choose the default presentation of the Annotate box: Rich text or not. I would prefer NO rich text, and opt for a sober box since I think that all these rich text icons spoil my page. Others would think different, but there is no way to chose.
If there is a line in the module that I could change to realize this I would be very happy to hear/read it.

Many thanks for an otherwise very useful module.

TR

Comments

clemens.tolboom’s picture

Title: Rich text » Input format option

I have code ready for Input format, but i'm not sure what the correct way of configuring this is.

So feedback is welcome.

A quick copy/paste

  $form['transcribe']['note']['note'] = array( 
    '#type' => 'textarea', 
    '#title' => t('Notes'), 
    '#default_value' => $node->transcribe_note,
    '#disabled' => $locked,
    '#description' => t('Edit the transcription about this content here.') 
  ); 

  $form['transcribe']['note']['filter']= filter_form(1);
theorichel’s picture

Thanks for the rapid response! Excuse my ignorance, but I do not understand what kind of answer you expect here. You want me to check the TinyMCE module to see what the default setting is? Please be more explicit.

clemens.tolboom’s picture

Assigned: Unassigned » clemens.tolboom
Status: Active » Closed (won't fix)

This will become part of the full node version This will/should be mentioned at the group.