> Is there a way to make Filedropplugin and Attachfile work like > Evernote, where you drag and drop an image and what you get is the > image displayed only, not a big table and usage guides?
When you drop images into a TW document, it creates new 'attachment tiddlers' to contain the necessary information (URL, file/path, encoded data, MIME type, etc). As feedback from this activity, the plugin automatically displays the newly created tiddler(s), so you can confirm that you are satisfied with the result. If you are seeing attachments are that use a table format, then they were created using older versions of AttachFilePlugin/ AttachFilePluginFormatters. lthough this table format is still recognized by the plugins, they no longer generate attachments in that format. Rather, they use a more efficient TW-native "section" syntax, which enables access to the individual pieces of information **without the need for a plugin** (for example, see TiddlyTools' #ShowImage tiddler). Of course, *with* the AttachFilePluginFormatters installed, you can easily embed the attached images in your tiddler content simply by using the TW standard [img[...]] syntax, but with the title of an attachment tiddler in place of the usual filename.jpg reference. As far as your specific feature request, dropping an image file would need to automatically embed the [img[...]] somewhere within a tiddlers *source* content. However, it is virtually impossible to determine the correct source location that corresponds to the rendered DOM element(s) onto which the image is being dropped, particularly if <<tiddler>>, <<slider>>, <<tabs>> or other TW macros have been used to transclude content from other tiddlers or render complex HTML output. sorry I can't offer a better response, -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

