Search found 329 matches
- 2021-04-06 16:48:35
- Forum: Nisus Writer Pro
- Topic: Highlinting Indexed text
- Replies: 1
- Views: 84
Re: Highlinting Indexed text
is there a way to highlight indexed text or otherwise mark it so by just looking at some text I can see at a glance whether it has been marked for indexing? Preferences > Colors > Marked Text > Include in index (auto) and … Include in index You need also to disable "Hide this highlighting" to see t...
- 2021-03-30 13:04:47
- Forum: Nisus Writer Pro Macros
- Topic: How to create a variable for "Any digit"?
- Replies: 12
- Views: 1079
Re: How to create a variable for "Any digit"?
Thanks for explaining the double pipe "or" operator, Martin. Very well explained. It's always fun to read something sharp from Twain […] I have German some heritage myself, but I certainly don't take any offense! I do find German compound words to be very practical The Twain text was actually meant ...
- 2021-03-30 07:53:39
- Forum: Nisus Writer Pro Macros
- Topic: How to create a variable for "Any digit"?
- Replies: 12
- Views: 1079
Re: How to create a variable for "Any digit"?
Hello Philip and Martin, Thank you both for valuable help. Before I jump in at the deep end, I would first like to address some of Philips corrections and suggestions. The Find command will return the number of find hits, which in this case should always be 1. It seems I had forgotten about that. Th...
- 2021-03-29 05:50:26
- Forum: Nisus Writer Pro Macros
- Topic: How to create a variable for "Any digit"?
- Replies: 12
- Views: 1079
How to create a variable for "Any digit"?
I need to find out whether the character that precedes the insertion point is a number or not. In case it's a number, the macro will do some stuff. In case it's not, the macro will do some other stuff. How can I do that? I tried $theFoundCharacter = Find @Text<\X>, 'rE' #$theFoundCharacter = Find "(...
- 2021-03-24 16:46:17
- Forum: Nisus Writer Pro
- Topic: Automatic Ordinals?
- Replies: 5
- Views: 645
Re: Automatic Ordinals?
Sorry about that. I thought you wanted it superscripted. :–)superscripting the ordinal is not really a good thing
We'll have to delete $loc1 then and everything that follows to fix that. :–)
- 2021-03-24 14:56:51
- Forum: Nisus Writer Pro
- Topic: Automatic Ordinals?
- Replies: 5
- Views: 645
Re: Automatic Ordinals?
I frequently use a custom time string […]: "Dated this 3rd day of March, 2021". It's tedious […] to type that in every time Hello Vanceone, Here is a simple macro that should do what you want. Assign it a handy keyboard shortcut, such as commandKey dd. You can also place a button with this macro in...
- 2021-02-16 13:34:32
- Forum: Nisus Writer Pro Macros
- Topic: How to use the command 'Scan Document' in a longer macro
- Replies: 6
- Views: 1533
Re: How to use the command 'Scan Document' in a longer macro
This is the solution! Wonderful! I'm floating on cloud nine… :–)
Thank you so much, Martin.
Thank you so much, Martin.
- 2021-02-14 11:59:14
- Forum: Nisus Writer Pro Macros
- Topic: How to use the command 'Scan Document' in a longer macro
- Replies: 6
- Views: 1533
Re: How to use the command 'Scan Document' in a longer macro
It's sometimes helpful in an AppleScript script to interpose a "delay" command Thank you Adrian for reminding me of this. After adding a delay command now, Bookends does not crash, but the second macro is not carried out, just like before. Let's wait and see what Martin has to say about this. Not b...
- 2021-02-13 14:21:33
- Forum: Nisus Writer Pro Macros
- Topic: How to use the command 'Scan Document' in a longer macro
- Replies: 6
- Views: 1533
Re: How to use the command 'Scan Document' in a longer macro
Hello Philip, "Scan Document" may look like a Nisus command to you, but Nisus just hands off control to Bookends Yes, that's exactly what I though. I imagine we are watching toss juggling: two jugglers with clubs face each other, one tosses a club, the other responds and tosses back another club and...
- 2021-02-13 08:42:39
- Forum: Nisus Writer Pro Macros
- Topic: How to use the command 'Scan Document' in a longer macro
- Replies: 6
- Views: 1533
How to use the command 'Scan Document' in a longer macro
I use Bookends as a reference manager. I would like to be able to run a macro which looks like this: Scan Document Clean up Do some other stuff ... 'Clean up' is the name of a macro that tweaks the formatting, deletes gremlins, etc. The problem now is that the macro stops after the document has been...
- 2021-01-30 06:09:39
- Forum: Nisus Writer Pro
- Topic: Page numbers and Screen Splits
- Replies: 14
- Views: 3870
Re: Page numbers and Screen Splits
Hello Vanceone and Adrian
Maybe a bug in v3.2?
I'm using version 3.1 on High Sierra, and all page numbers are correct, as far as I can see.
Maybe a bug in v3.2?
I'm using version 3.1 on High Sierra, and all page numbers are correct, as far as I can see.
- 2021-01-12 15:48:14
- Forum: Nisus Writer Pro
- Topic: Is "Find Next" possible by attribute (text colour)
- Replies: 12
- Views: 3743
- 2021-01-12 12:16:33
- Forum: Nisus Writer Pro
- Topic: Is "Find Next" possible by attribute (text colour)
- Replies: 12
- Views: 3743
Re: Is "Find Next" possible by attribute (text colour)
Hello Martin, thanks for the macro "Find Color Groups macro". It's very useful. After testing it briefly, it seems to find all colors except red , and by "red" I mean Format > Text Color > Red. However, if the hue is slightly changed, it is found. Could the macro be amended so that the default red...
- 2020-12-14 22:52:35
- Forum: Nisus Writer Pro
- Topic: Footnote spacing in 2nd line wonky when centered.
- Replies: 5
- Views: 2553
Re: Footnote spacing in 2nd line wonky when centered.
Sorry for not being more precise. I meant the ability to adjust the 'Horizontal Spacing'.
- 2020-12-14 15:22:58
- Forum: Nisus Writer Pro
- Topic: Footnote spacing in 2nd line wonky when centered.
- Replies: 5
- Views: 2553
Re: Footnote spacing in 2nd line wonky when centered.
I’m using version 2 of NWP That is the problem. I think the feature 'Horizontal Spacing' for Multiple notes per line was introduced in v.3.1. Spaces are used instead of tabs, just like you want. The default space is 2.1 cm. For my taste that's too big; 0.5 seems nice. The version 3 has some other s...