> I found a Firefox add-on that makes copy/paste into Evernote somewhat > easier, and I'm making pretty good progress highlighting each TW > record, then invoking the add-on. Its somewhat tedious, but all rich > formatting is retained, and the end result looks good. Evernote has > little in the way of importing of files, but instead seems to focus on > good drag and drop-style importing. Anyway, thanks for the replies. It > looks like I'll get through the semi-manual importing in a few > days. :)
If you install the latest revision of: http://www.TiddlyTools.com/#SnapshotPlugin you can then write: <<snapshot "label:snap" id:story>> Clicking the 'snap' command link created by the above macro usage will automatically take all rendered tiddlers (i.e., those currently displayed in the story column) and write their *generated HTML* output to separate files, one per tiddler, using the tiddler's title + ".html" for each file. Note: in addition to the generated HTML, each snapshot file also includes a complete copy of the CSS stylesheets that were in effect at the time the snapshot was made. This can make the files considerable larger than needed... especially if you are only interested in the HTML content, without concern for styling. You can prevent the extra CSS from being written into the files by setting the checkbox provided by: <<option chkSnapshotHTMLOnly>> or, by assigning a value via a 'CookieJar' tiddler, tagged with systemConfig, containing: config.options.chkSnapshotHTMLOnly=true; Hopefully, the snapshot files should speed up the 'semi-manual' process considerably... enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

