NoteCase Pro - multi-platform hierarchical notes manager

Notecase Pro Lua scripts

Notecase Pro implements Lua scripting as a way to easily expand program features and automate some frequent tasks.
Below you'll find some example Lua scripts.

01_msgbox.lua
Display message from within the program.

02_filepick.lua
Show file open window to select a file.

03_doccount.lua
Show count of documents loaded inside Notecase Pro.

05_writeids.lua
Write info on notes of the current document into the text file.

07_opendoc.lua
Show file open window to select and open a document.

08_notehtml.lua
Write raw HTML content for every note of the current document.

09_notesel.lua
Get and show selected text in the currently active note.

10_seticons.lua
Modify current document to change icon for all notes in the current document.

11_noteinsert.lua
Insert notes in the current document.

12_WhatLinksHere.lua
List all notes that have links pointing to the current note.

21_PasteAsText.lua
Paste plain text from clipboard to current note.

If you have interesting script to publish, feel free to contact us.