mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
20 lines
945 B
Plaintext
20 lines
945 B
Plaintext
created: 20140716084658099
|
|
modified: 20140716195055502
|
|
tags: message navigator-message
|
|
title: WidgetMessage: tm-import-tiddlers
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The `tm-import-tiddlers` message inserts a list of tiddlers into the pending import tiddler [[$:/Import]]. It also applies any active ''upgrader'' modules to each tiddler as it arrives (see the UpgradeMechanism for more details).
|
|
|
|
|!Name |!Description |
|
|
|param |JSON text of the array of tiddlers to be imported |
|
|
|
|
The import tiddlers message is usually generated with the DropzoneWidget or the BrowseWidget, and is handled by the NavigatorWidget.
|
|
|
|
! Configuration Variables
|
|
|
|
The variable `tv-auto-open-on-import` controls whether the `tm-import-tiddlers` message automatically triggers the display of the pending import tiddler [[$:/Import]]:
|
|
|
|
* ''no'': The pending import tiddler is not opened in the story
|
|
* ''yes'': The pending import tiddler is opened in th story. This is the default
|