1: add option to choose which text editor to use when selecting the "editor" extension, similar to what happens when using the "everything" extension where you have to select the .exe in the program directory. because I use notepad++ and not the standard windows text editor. OR
2: snipdo can detect which text editors (notepad++, windows notepad, etc) are present in windows for the user to choose which one to use as the default editor.
Since every app uses different cmd line arguments or doesnt support cmd line at all it can not be done this way
Best way is to simply assign your text editor to .txt (or antoher extension), and do it the way the editor extension does it (creates a tmp file with that extension, writes the snipdo text to it and opens it)
1: add option to choose which text editor to use when selecting the "editor" extension, similar to what happens when using the "everything" extension where you have to select the .exe in the program directory. because I use notepad++ and not the standard windows text editor. OR 2: snipdo can detect which text editors (notepad++, windows notepad, etc) are present in windows for the user to choose which one to use as the default editor.