My pleasure Paolo, I 'm thrilled you find it useful.
Lou
Search found 89 matches
- 2014-05-28 17:38:35
- Forum: Nisus Writer Pro Macros
- Topic: Convert to HTML Macro for Writers
- Replies: 3
- Views: 8500
- 2013-10-30 13:49:07
- Forum: Nisus Writer Templates
- Topic: Screenplay Format
- Replies: 0
- Views: 8482
Screenplay Format
This is NOT a replacement for using screenwriting software. It's good for a commercial, or PSA, or a quick few scenes. Anything that only needs to get printed, and will not get integrated into a full blown production or interface with Final Draft. Uses Courier Prime which is available free: http://q...
- 2013-10-20 15:55:22
- Forum: Nisus Writer Pro Macros
- Topic: Convert to HTML Macro for Writers
- Replies: 3
- Views: 8500
Convert to HTML Macro for Writers
Hi there, This post was updated to a newer version of this macro on 2/25/2017 This is a refined version of a macro I started a while back. It converts your Nisus document text to HTML (including links), headers 1-6, tables, numbered and bullet lists all get converted. It also does some nice things f...
- 2013-10-19 14:44:53
- Forum: Nisus Writer Templates
- Topic: Novel Manuscript Template
- Replies: 5
- Views: 17467
Re: Novel Manuscript Template
Hi there, Attached is a manuscript template. It uses Courier Prime for its font, which is brilliant, and free. You can download it here: http://quoteunquoteapps.com/courierprime/ The template uses the File > Properties window for all the relevant details. If you have an agent, put their name and add...
- 2012-03-13 13:07:16
- Forum: Nisus Writer Pro
- Topic: Killer tip for Yojimbo users.
- Replies: 2
- Views: 2836
Killer tip for Yojimbo users.
I'm a huge advocate of Yojimbo http://www.barebones.com/products/yojimbo/ , the fabulous information organizer from Bare Bones software. I use it to house my research for all my writing. One tip that I found to be particularly awesome is that you can grab a link to a document in Yojimbo and link it ...
- 2011-09-08 10:09:15
- Forum: Nisus Writer Pro
- Topic: Big Group Hug and Why Nisus Writer is Fabulous
- Replies: 2
- Views: 2681
Big Group Hug and Why Nisus Writer is Fabulous
So I’m all warm and fuzzy today because the book my producing partner and I started writing over a year ago released this week. The book start to finish was organized and written in Nisus Writer Pro which turned out to be flawless. The application never once crashed in spite of major manic abuse of ...
- 2011-09-06 23:01:40
- Forum: Nisus Writer Pro Macros
- Topic: More clipboard tools - smart cut, smart copy.
- Replies: 2
- Views: 5715
Re: More clipboard tools - smart cut, smart copy.
Philip,
Awesome suggestion and good catch on the bug. Many thanks for the help. I updated the post with the new code which now works flawlessly.
All the best
Lou
Awesome suggestion and good catch on the bug. Many thanks for the help. I updated the post with the new code which now works flawlessly.
All the best
Lou
- 2011-09-06 15:28:39
- Forum: Nisus Writer Pro Macros
- Topic: Cool clipboard macro for selecting text from a clipboard
- Replies: 2
- Views: 5441
Re: Cool clipboard macro for selecting text from a clipboard
Thanks Martin - it is shockingly useful.
L
L
- 2011-09-05 15:53:06
- Forum: Nisus Writer Pro Macros
- Topic: More clipboard tools - smart cut, smart copy.
- Replies: 2
- Views: 5715
More clipboard tools - smart cut, smart copy.
These macros take the selected text and cut or copy to the next available clipboard that's not the number 1 clipboard. If the clipboard doesn't exist, it creates a new one. This code has been updated from its original based on Philip's suggestions below. Smart Copy # Copy and save to next empty clip...
- 2011-09-05 14:54:17
- Forum: Nisus Writer Pro Macros
- Topic: Cool clipboard macro for selecting text from a clipboard
- Replies: 2
- Views: 5441
Cool clipboard macro for selecting text from a clipboard
I have been looking for a way to make the fabulous multiple clipboards more useful and I think I hit on something good. This macro lists the first 60 characters from each clipboard in a list and then allows you to click on multiple choices to paste them in your document. If you don't want to paste j...
- 2011-09-01 16:38:15
- Forum: Nisus Writer Pro
- Topic: Any chance of a full screen sans tool bar in Lion.
- Replies: 5
- Views: 3729
Re: Any chance of a full screen sans tool bar in Lion.
Thanks for the speedy response. Good tip about hiding the toolbar. In playing around I discovered that I can assign custom buttons to my custom macros - oh my gosh, that is so hot - I just turned the tool bar into something totally usable.
Have a great day.
Lou
Have a great day.
Lou
- 2011-08-31 19:22:23
- Forum: Nisus Writer Pro
- Topic: Any chance of a full screen sans tool bar in Lion.
- Replies: 5
- Views: 3729
Any chance of a full screen sans tool bar in Lion.
Thanks for the speedy ramp up to make NWP fully Lionized.
Sadly the new full screen mode now includes the tools bar. Judging from other apps it looks like this is a Lion thing. Would it be difficult to make the tool bar go away in full screen?
Have a great day.
Lou
Sadly the new full screen mode now includes the tools bar. Judging from other apps it looks like this is a Lion thing. Would it be difficult to make the tool bar go away in full screen?
Have a great day.
Lou
- 2011-06-05 13:35:35
- Forum: Nisus Writer Pro Macros
- Topic: Applescript advice for variables and other issues
- Replies: 0
- Views: 6565
Applescript advice for variables and other issues
After much consternation and experimentation I was able to get an Applescript to work properly. The Applescript sends my NWP text to MarsEdit blogging software for publishing. Here's the code: $code = " tell application \"MarsEdit\" activate set theSubj to \"$subject\" set theText to \"$text\" set t...
- 2011-04-24 21:54:51
- Forum: Nisus Writer Pro Macros
- Topic: Convert Hyperlinks to HTML
- Replies: 5
- Views: 7510
Re: Convert Hyperlinks to HTML
Folks! I'm trying to use this macro and each time applescripteditor tells me it has a syntax error (something about finding 'while' instead of something else). Can someone help? Thanks! Hey there. It's not an Apple Script it's Nisus Macro which you can install by checking our this link: http://nisu...
- 2011-04-22 22:52:13
- Forum: Nisus Writer Pro Macros
- Topic: Convert Hyperlinks to HTML
- Replies: 5
- Views: 7510
Re: Convert Hyperlinks to HTML
Hi Martin,
Gotchya. Thanks for pointing that out. Much appreciated.
I edited the macro above.
Lou
Gotchya. Thanks for pointing that out. Much appreciated.
I edited the macro above.
Lou