Search found 58 matches

by vwnisus
2019-09-03 00:14:14
Forum: Nisus Writer Pro
Topic: How to construct search word which is in bold
Replies: 3
Views: 5784

How to construct search word which is in bold

I am trying to get to grips with searching with formatting - in this case I wish to replace one word which is in bold with the same word without bold. Reading through the relevant sections of the manual on find and replace I cannot exactly work out how to do this. In the attached file I would like t...
by vwnisus
2019-04-21 01:55:44
Forum: Nisus Writer Pro
Topic: Applying a template to an existing document
Replies: 4
Views: 9037

Re: Applying a template to an existing document

Philip,

Thank you for confirming that it is not possible to directly apply an existing file.

Importing a document into a new file does have the same effect (and saving over the original file), but does not a few extra steps.

I am sure a Nisus Writer Pro macro would solve the problem...
by vwnisus
2019-04-21 00:29:49
Forum: Nisus Writer Pro
Topic: Applying a template to an existing document
Replies: 4
Views: 9037

Applying a template to an existing document

Is it still the case there is no direct way of apply a template to an existing document, as it appears from the posting: https://nisus.com/forum/viewtopic.php?f=23&t=5631#p25668 . What I wish to do: 1. open a Nisus Writer Pro file; 2. apply an existing template to that open file (not only paragr...
by vwnisus
2019-04-09 03:19:15
Forum: Nisus Writer Pro
Topic: How to search for a 1 cell table
Replies: 5
Views: 9025

Re: How to search for a 1 cell table

Thank you for the replies.

I will try the macros you have provided.

The intention is to remove the text and the table.

Doing a search just for the text and replacing it with nothing, leaves the table.
by vwnisus
2019-04-09 01:56:04
Forum: Nisus Writer Pro
Topic: How to search for a 1 cell table
Replies: 5
Views: 9025

How to search for a 1 cell table

I have to download a number of rtf files - each of them appear to contain a number of 1 cell tables with a boarder, and containing the same text ("Document Information"). Is it possible to search for this. I have tried copying the table into the Search box but doing so only copies the text...
by vwnisus
2019-04-08 06:15:58
Forum: Nisus Writer Pro
Topic: Losing styles after rtfs being edited in another program
Replies: 5
Views: 8424

Re: Losing styles after rtf being edited by another program

Thank you for posting this information about how to stop DevonThink Pro affecting the formatting of a RTF file.

To open a RTF file in Nisus with the use of the keyboard it is also possible to use Shift + Command + O.
by vwnisus
2019-02-03 11:49:00
Forum: Nisus Writer Pro Macros
Topic: How to calculate a date
Replies: 1
Views: 7684

How to calculate a date

I would like to know whether it is possible to have a macro where I am able to add (or go back)1 day to today's date.

I understand to get today's date:

Code: Select all

$today = date.now
so $today = date. now + 1 day

Is there a(n easy) way to do this in Nisus Writer Pro?
by vwnisus
2019-02-03 01:31:00
Forum: Nisus Writer Pro
Topic: Template not showing in Document Manager
Replies: 5
Views: 7027

Re: Template not showing in Document Manager

Thank you for the reply. Using: Instead use the "Save in Document Manager > Templates" command directly to create the template and save it. solves the issue. But leads to another: 1. I synchronise settings between 3 Macs (Preferences / General / Sycnchronised setings location). 2. On the 2...
by vwnisus
2019-02-02 06:23:15
Forum: Nisus Writer Pro Macros
Topic: How to create new file using a template
Replies: 2
Views: 9084

Re: How to create new file using a template

Philip, Thank you for the reply. After some more testing I think I got it: Path: /Users/victor/Dropbox/Nisus/Nisus Writer Settings/Templates/ Template: notary - basic template.dot means: $template = ‘/Users/victor/Dropbox/Nisus/Nisus Writer Settings/Templates/notary - basic template.dot’ new $templa...
by vwnisus
2019-02-02 04:33:46
Forum: Nisus Writer Pro
Topic: Template not showing in Document Manager
Replies: 5
Views: 7027

Template not showing in Document Manager

I have created my first template. I created an ordinary file and set up the formats I needed (margins and added some text). I saved it then as a template and in the folder where the other templates are stored by Nisus Writer Pro. This folder is /Users/victor/Dropbox/Nisus/Nisus Writer Settings/Templ...
by vwnisus
2019-02-02 04:14:16
Forum: Nisus Writer Pro Macros
Topic: How to create new file using a template
Replies: 2
Views: 9084

How to create new file using a template

I would like to know how to create a new file using a stored template as part of a macro.

Templates are stored in /Users/victor/Dropbox/Nisus/Nisus Writer Settings/Templates.

I know it is possible to create a new file with a macro command (eg File:New).
by vwnisus
2018-12-06 00:27:16
Forum: Nisus Writer Pro Macros
Topic: Permissions error in running macro
Replies: 2
Views: 10000

Re: Permissions error in running macro

Martin,

Thank you the information. With the revised code the macro runs again.

Victor
by vwnisus
2018-12-03 09:24:15
Forum: Nisus Writer Pro Macros
Topic: Permissions error in running macro
Replies: 2
Views: 10000

Permissions error in running macro

I am using Nisus Writer Pro 3.0 on macOS 10.14.1. On running the macro I am getting the following error message (which previously ran without problem): There was an error on line 2 in the macro "test import" Could not access the file "/Users/victor/Dropbox/Nisus/Nisus Writer Settings/...
by vwnisus
2018-11-14 04:37:32
Forum: Nisus Writer Pro Macros
Topic: Selecting paragraph and formatting
Replies: 6
Views: 14399

Re: Selecting paragraph and formatting

Philip, Adrian, Thank you for the detailed responses. I did not realise it was possible to select paragraphs with a Nisus Writer Pro macro. I have only follow-up question regarding AppleScript and the Do Menu Macro with macro command. This only permits the running of a successive Nisus Writer Pro co...
by vwnisus
2018-11-12 09:24:44
Forum: Nisus Writer Pro Macros
Topic: Selecting paragraph and formatting
Replies: 6
Views: 14399

Selecting paragraph and formatting

I realise that using the Nisus Writer Pro macro language is the preferred approach, but since I am first trying to learn AppleScript I would like to know if/how the following is possible: 1. In AppleScript select successive paragraphs (eg the first paragraph, the second paragraph); then 2. with Do M...