On Jun 26, 10:57 am, RichShumaker <
richshuma...@gmail.com> wrote:
> I love the import feature on TW.
> Is there a way to 'merge' data? Two TW same name - they merge instead
> of creating a new one. I know I was reading about versioning and
> things like that on another post.
> Also is there a way to exclude things automatically like the
> systemConfig stuff.
http://www.TiddlyTools.com/#ImportTiddlersPlugin
http://www.TiddlyTools.com/#ImportTiddlersPluginInfo
provides a compact 'control panel' interface that has many additional
features not available with the built-in core importer, including:
* interactive 'collision' handling: when importing tiddler with the
same title, you are presented with buttons to "skip", "rename",
"merge", or "replace". "Merge" simply appends the content of the two
colliding tiddlers so that you can hand-edit it later.
* a sortable multi-select listbox (instead of statically rendered list
of tiddlers). Sort by title, date, or tags. Select a date or tag
'heading' to quickly select everything in that section of the list.
Use listbox standard ctrl-click to add/remove items from the current
selection.
* one-click commands: "all", "added", "changes", "differences" to
choose tiddlers by comparison with the current document.
* "filter" command to limit listbox content using the TW 'paramifier'
syntax (e.g., the extra stuff following the "#" in a URL). The
"tag:..." paramifier lets you filter for a specific tag and, if
MatchTagsPlugin is also installed, you can use full boolean logic
expressions (and/or/not, with nested parens if needed) to specify
complex tag combinations. A filter can be specified simply by adding
the paramifier syntax to the end of the filename or URL of the
document you are importing (e.g. #tag:"not systemConfig"), or by
clicking "filter" and entering the filter syntax in the 'prompt'
dialog that is displayed.
* auto-tagging of inbound tiddlers: Automatically keep/discard
inbound tags, keep/discard existing tags, and/or add new tags to
inbound tiddlers (for easy identification later on)
* auto-generated [[ImportedTiddlers]] cumulative history of tiddlers
that were imported (so you can remember what you did)
Historical note: ImportTiddlersPlugin is one of the first plugins ever
written for TW, and was first released nearly 3 years ago (on
2005.07.20). For quite a while, it was the *only* tiddler importer
available (the core importer was added in late 2006), and of course,
it has been actively maintained and enhanced so that it continues to
provide lots of utility for "power-importers".
enjoy,
-e