Thanks to Nisus for the update.
The preferences panels moving to a submenu is a welcome improvement. Thanks.
Others that use macros to manipulate glossaries should know that glossaries have moved to the Nisus Documents folder inside the Documents folder, which will likely require tweaking a few macros. Macros accessing the preferences panes will also need tweaking.
The upside is that support files are now in a more readily accessible location.
location of support files changed
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: location of support files changed
I'm glad these improvements are helpful for you!credneb wrote:Thanks to Nisus for the update.
The preferences panels moving to a submenu is a welcome improvement. Thanks.
And yes, support files (eg: Macros, Templates, and Glossaries) are now by default stored in the user's Document Manager folder. This location can be changed in Nisus Writer Pro's "Doc Manager" preferences pane. If the Document Manager folder has not yet been chosen, NWP will default to a fallback folder (eg: application support folder inside the sandbox) for support files, but this is less desirable.
Re: location of support files changed
[quote]And yes, support files (eg: Macros, Templates, and Glossaries) are now by default stored in the user's Document Manager folder.[/quote]
Just to be clear, the "user's Document Manager folder" is the Nisus Documents folder inside the Documents folder, right?
I assume so because I simply clicked the default select (or whatever the label was) button for selecting the folder during installation. Honestly didn't pay much attention to where that folder was.
Thanks.
Just to be clear, the "user's Document Manager folder" is the Nisus Documents folder inside the Documents folder, right?
I assume so because I simply clicked the default select (or whatever the label was) button for selecting the folder during installation. Honestly didn't pay much attention to where that folder was.
Thanks.
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: location of support files changed
By default yes, the folder is set to:credneb wrote:Just to be clear, the "user's Document Manager folder" is the Nisus Documents folder inside the Documents folder, right?
~/Documents/Nisus Documents
But that's customizable by the user. If you're writing a macro to access that location, I would use something like:
Code: Select all
$path = User Property "document manager folder path"
Re: location of support files changed
[code]$path = User Property "document manager folder path"[/code]
Very useful. Thank you.
Very useful. Thank you.