Scripting (Exits) - robert7/nixnote2 GitHub Wiki

Exits are user written scripts that gain control at various points within the execution of NixNote and provide the opportunity to customize NixNote. For example, you could automatically assign tags to a note based upon the text contents within a note or check that a note is assigned to the proper notebook.

Exits are written in JavaScript and are configured through the Preferences dialog under the “Exits” tab.

Examples: https://github.com/robert7/nixnote2/tree/develop/resources/sample_exits

Sample screenshoots about "markdown scripting example"

images/exits-1.png

images/exits-2.png

images/exits-3.png

Legacy documentation: