Search found 1300 matches

by phspaelti
2013-11-12 17:17:34
Forum: Nisus Writer Pro Macros
Topic: Macro for setting paragraph space after/before
Replies: 6
Views: 14077

Re: Macro for setting paragraph space after/before

Boy, you've put your finger on one of Nisus' macro language sore spots :( Unfortunately, as you note, there are no convenient commands for controlling attributes; Attributes objects are (apparently) immutable, and controlling formatting all has to be done via menu commands. Given that the best way t...
by phspaelti
2013-11-11 22:42:53
Forum: Nisus Writer Pro
Topic: Nisus crashes under Mavericks
Replies: 28
Views: 34677

Re: Nisus crashes under Mavericks

dshan wrote: Oh Geoff, have I got the site for you!:

MacOS 7.0.1 in your browser
Fantastic!
by phspaelti
2013-11-06 20:05:04
Forum: Nisus Writer Pro
Topic: When are macros visible in the Finders Column view?
Replies: 12
Views: 13301

Re: When are macros visible in the Finders Column view?

Maybe an option to save macros as text might be a simpler solution? (For some cases at least?)
by phspaelti
2013-11-05 20:09:44
Forum: Nisus Writer Pro
Topic: When are macros visible in the Finders Column view?
Replies: 12
Views: 13301

Re: When are macros visible in the Finders Column view?

I was talking of standard Nisus macros, with the ending .nwm Well me too. You can try the following little experiment. Save a .nwm macro as text . Then replace the .txt extension with .nwm. You will now find that you can read the macro in the finder no problem. And the macro still runs. Now try the...
by phspaelti
2013-11-05 05:29:51
Forum: Nisus Writer Pro
Topic: Feature Request: exception list for Display as Capitalized
Replies: 8
Views: 14672

Re: Feature Request: exception list for Display as Capitaliz

Thanks, Philip, for your macro solution! Though, really, my request should have been for an style option Display as Title Case. That's easy to change. Open the capitalization macro and replace the lines that change the case. I was thinking of doing it that way, but… well, I was in a hurry :) Title ...
by phspaelti
2013-11-05 05:21:41
Forum: Nisus Writer Pro
Topic: When are macros visible in the Finders Column view?
Replies: 12
Views: 13301

Re: When are macros visible in the Finders Column view?

I'll say that I never noticed this before, but it seems to be due to whether the file is saved as plain text or not. Obviously perl macros are plain text, so you can see their code, and for a nisus macro it wouldn't matter if it is plain text or not (unless there are some attribute sensitive find st...
by phspaelti
2013-11-05 02:13:11
Forum: Nisus Writer Pro
Topic: Feature Request: exception list for Display as Capitalized
Replies: 8
Views: 14672

Re: Feature Request: exception list for Display as Capitaliz

Here's my attempt at a macro to do this. Note that the package includes two macros. One is used to adjust the exempted words, but it shouldn't need to be run in general, and in fact, the main capitalization macro will call it the first time. After that you only need to run that macro, if you want to...
by phspaelti
2013-11-04 22:23:22
Forum: Nisus Writer Pro
Topic: Swapping Rows and Columns of a Table
Replies: 7
Views: 8707

Re: Swapping Rows and Columns of a Table

sebwin wrote:Edit:
…only that Table Cell Shading attributes are dropped.
…and the padding.
nag, nag. :(
Well, tell that to Nisus-soft. Yes, why can't we have macro control of cell shading?
by phspaelti
2013-11-02 07:11:48
Forum: Nisus Writer Pro
Topic: Swapping Rows and Columns of a Table
Replies: 7
Views: 8707

Swapping Rows and Columns of a Table

I don't usually cross-post, but I thought there might be people who don't usually look in the macro forum, but might nevertheless be interested in such a thing. Below is a macro that will flip a table's rows and columns. It works for tables with different numbers of rows and columns, and it also wor...
by phspaelti
2013-11-02 06:34:19
Forum: Nisus Writer Pro Macros
Topic: Flipping Tables
Replies: 3
Views: 9109

Re: Flipping Tables

Thanks Eric. The problem seems to be that Nisus treats the rows of a default table as having a height of 0. In such cases the layout engine seems to adjust the height as necessary. But my macro sets the dimensions (the width of the new table) according to that number. So you end up with a 0 width ta...
by phspaelti
2013-11-02 01:43:40
Forum: Nisus Writer Pro Macros
Topic: Flipping Tables
Replies: 3
Views: 9109

Flipping Tables

NWP 2.0.5 introduced a number of new features for dealing with tables in macros. The following macro takes advantage of these features to improve on previous macros. This macro will flip a table's rows and columns. It works for tables with different numbers of rows and columns, and it also works wit...
by phspaelti
2013-10-31 02:47:22
Forum: Nisus Writer Pro Macros
Topic: Paragraph End Notes
Replies: 0
Views: 7411

Paragraph End Notes

In an earlier thread we discussed the issue of Paragraph End Notes, i.e., notes that display immediately at the end of the paragraph. In Nisus the way to do this is to set one's endnotes to display per section, and then use section breaks (same page) for every paragraph that needs them. The macro ap...
by phspaelti
2013-10-27 17:39:16
Forum: Nisus Writer Pro
Topic: Kern attribute
Replies: 3
Views: 4781

Re: Kern attribute

Is it possible for you to use a character style to mark these special characters? (The main drawback is that you may already be using character styles for something else that needs to be applied to such characters…)
by phspaelti
2013-10-24 08:36:40
Forum: Nisus Writer Pro
Topic: Margins are not Consistent Between Sections
Replies: 1
Views: 2146

Re: Margins are not Consistent Between Sections

Try selecting the whole document, and setting the margin in the margin palette (by number).
by phspaelti
2013-10-16 23:30:43
Forum: Nisus Writer Pro Macros
Topic: Macro: format text and italicize
Replies: 6
Views: 11967

Re: Macro: format text and italicize

One other thing, Philip. The macro adds the new character style, but does the macro tell NWP to make that style have a font size of 10? It works perfectly that way, but I don't see that specified anywhere. So where's the 10-pt size coming from? Of course I wanted the <<>> stuff to be 2 points small...