Note Automation
Creating Notes from a Template could be useful in some situations. I created this powershell solution to do just that. I tried to keep the implementation as simple as possible.
- Download and extract all files in AutoNotes.zip file to one directory
- Drag the "Sample Template.vbs" into Logos to create a Button on the ToolBar
- Create an empty Note Document
- Make sure the Active Panel is the Note you created
- Click the Button you created
- It will create 7 Notes from the Template
This is what the sample script will generate:

Your own Template
To create your own template:
- Make a copy of "Template1.ps1" and save it with any name
- Edit the content of the new file
- Make a copy of "Sample Template.vbs" and save with a new name
- Change the "tmp" variable to point to the copy of "Template1.ps1" file you modified
- Drag and drop the vbscript file to create a button in Logos
- Create an empty Note Document
- Make sure it's the Active Panel
- Click the Button you created
System
- Win 10
- Powershell 5 (10586)
- Logos Bible Software 6.8 (6.8.0.0049)
Notes
I used Keyboard shortcuts to Toggle Bold, so please do not do anything until the template is complete. I'm investigating to use TogglePattern.Pattern.Invoke on all buttons in the Notes Panel.
The syntax for Template creation is in the "Template1.ps1" file.
Enjoy - and please inform me of any bugs