The main function of Linodef editorbuttons API filters the parameter for the element type you entered as you created the editors button. The following types are supported (element type - what the button will show):
- fieldname - the values of all fields with that name as well as the title of the corresponding node in brackets, i.e. Fieldname (Node title)
- content type - the titles of all the nodes of this content type
- vocabulary ID - all taxonomy terms that are part of the vocabulary
Heed that even the vocabulary ID has to be entered as a string though it only consists of digits.
Security advices
If the current user has no access to some nodes those won't appear in the button list. This works at least with the default Drupal access management.
If you are using contributed modules that alter the default access management and override node_access() by accident they could cause unintended results (e.g. not all nodes appear in the button list). When this happens please post this at the Linodef issue queue and include at least the name of the module and a short description of the symptoms.