Although I'm not new to ManicTime (I've been using it for a while now) I am new to the concept customising plugins using customtitle.txt. I am also no expert on such matters generally, so please bear with me.
Am I correct in assuming that once I've edited the txt document for my own purposes I have to rename it filename.dll and save it to the plugins folder in the MT directory under Programs?
Will the plug in be retrospective? for example if I save an AutoCad plug in to extract the document name for AutoCad files that I open will that plugin be applied to files that I opened say, 2 months ago, or just to new ones?
I regularly use a program called Vector7. At the moment MT recognises the program and logs that, but not the documents I create and open with it. Looking through the examples in the help file and others elsewhere on this forum the operators required to extract the document name appear to change from one program to another. For example the help regarding a plugin for Notepad appears to tell me that the expression I need is:
Notepad (.*?)-[^-]*$
whilst the one for AutoCad appears to be:
acad .*?\[([^\]]*)\]$
How do I begin to determine what expression I need for Vector7?
Thanks
Edited by user Friday, July 12, 2013 5:11:17 PM(UTC)
| Reason: Not specified