Page 1 of 1

open template file with custom editor?

Posted: 10 Jan 2021, 17:37
by mattwheeler66
I would like to configure Salamander to open (with Shift+F4) a template document, rather than an empty file.

Is this possible?

Thanks!

Re: open template file with custom editor?

Posted: 10 Jan 2021, 21:36
by SelfMan
You can use external editor which supports a parameter for template file. But so far I am not aware of one.
I suggest you use an editor with auto type / auto complete functionality, which would be much more versatile for you.
You can create a file the usual way, then open it in the editor, write a keyword like _temp1<space> which then autocompletes to a complete template.
I am using EditPlus (payd sw), which is very easy to use in this regard.

The alternative would be https://www.autohotkey.com/ which works everywhere in the system.

Re: open template file with custom editor?

Posted: 11 Jan 2021, 18:27
by mattwheeler66
Thanks. It's actually not an editor. I'd like to open Scapple with similar functionality to "new" in the explorer context menu.

I'll look into using AHK. Not sure that I'll be able to get it to open the blank doc template and take the folder with focus in Salamander as its working folder.

Re: open template file with custom editor?

Posted: 12 Jan 2021, 00:29
by SelfMan
If you look at the arrows right from the command and arguments, you will see a lot of variables like "$(Name)" which can be used to pass parameters.