Re: Om: Re: NW 601 - what does it improve

From: Darryl Burgwin (dburgwin@YORKU.CA)
Date: Sun Jan 14 2001 - 01:12:07 AEDT


Another way to deal with this problem is to use the contextual menu plug-in "NewCM" which allows you to set up a "new file" contextual menu from which you can create a new Nisus File (or any other file type you prepare a template for). Upon choosing your file type of choice you are immediately asked for a title for the new file before it is opened, hence the file is never untitled. This functionality is said to be modelled on the "New" contextual menu in MS Windows.

If you are interested it can be found here: http://www.versiontracker.com/redir.fcgi/kind=1&id=3138/newcm.sit

Darryl Burgwin
Graduate Programme in Sociology
York University
Toronto, Ontario, Canada



On Fri, 12 Jan 2001 23:16:36 -0500 Philip Spaelti wrote:

>For those of us who are fallible like Drew (and Geoff too :-) you can have Nisus prompt you to save each new file. In the Nisus Macros there is a macro called INITNew (default is empty). In that macro put the following single line:
>
>Save As…
>
>You will now be prompted each time you open a new untitled file to save right away, before you start work.
>
>For those people for whom this is still too much user interference, you can have the macro automatically save the file as a temp file, like this:
>
>clipboard =  "Temp" + (docname - "Untitled")
>Save As 'your-temp-folder-path:\CC'
>
>For this macro to work right you'll need to change the pathname in the "Save As" line to something appropriate. The drawback of this method is that you'll _never_ be prompted to save, and you might forget to save properly those temp files you actually want to keep. This macro will begin overwriting the old temp files each time you start up Nisus.



This archive was generated by hypermail 2b29 : Thu Jan 18 2001 - 23:01:54 AEDT