10.2 Import and Export Your Notes ↑
10.2.6 Export Using Script
Starting with Version 10.0.0 Notenik allows use of Script Files via the Export option.
Here’s the way this works.
Within each Collection, Notenik will look for a subfolder named
export
.If the
export
folder is found, then Notenik will look for script files (with file extension.tcz
) within that folder.The script files found within the
export
folder will be added to the list of available output formats found at the top of the Export Options window, invoked after choosing Export from the File menu.When you choose to Export using one of the available scripts, you will be prompted to specify an output folder.
The path to that output folder will then be passed into the scripting engine.
The path to the output folder will then be made available to all Merge Templates generated, via the system variable
exportpath
.
Next: Populate App Catalog