Search found 124 matches

by loulesko
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: 6221

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
by loulesko
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: 6221

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
by loulesko
2011-06-05 13:35:35
Forum: Nisus Writer Pro Macros
Topic: Applescript advice for variables and other issues
Replies: 0
Views: 8799

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 t...
by loulesko
2011-04-24 21:54:51
Forum: Nisus Writer Pro Macros
Topic: Convert Hyperlinks to HTML
Replies: 5
Views: 12325

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...
by loulesko
2011-04-22 22:52:13
Forum: Nisus Writer Pro Macros
Topic: Convert Hyperlinks to HTML
Replies: 5
Views: 12325

Re: Convert Hyperlinks to HTML

Hi Martin,

Gotchya. Thanks for pointing that out. Much appreciated.

I edited the macro above.

Lou
by loulesko
2011-04-21 19:10:07
Forum: Nisus Writer Pro Macros
Topic: Convert Hyperlinks to HTML
Replies: 5
Views: 12325

Convert Hyperlinks to HTML

Here's a macro to convert Nisus Hyperlinks to HTML code. I use this as part of a macro that converts a Nisus document to blog friendly text. I thought it might be useful on its own. If you have a word or a section of your Nisus document that is embedded with a hyperlink, this macro will select it an...
by loulesko
2011-04-19 09:28:04
Forum: Nisus Writer Pro Macros
Topic: Insert Double Square Bracket Macro
Replies: 3
Views: 8566

Re: Insert Double Square Bracket Macro

Hi xiamenese Try this. #NisusMacroProperty Name: Double Bracket $value = Read Selection IF $value Menu “Text Color:Red” Type Text "[[$value]]" Menu “Text Color:Remove Text Color Attribute” else $text = "" $sel = TextSelection.active # if you have not reached the end of the text o...
by loulesko
2011-04-17 10:07:11
Forum: Nisus Writer Pro Macros
Topic: Substitute selection by a file
Replies: 4
Views: 9606

Re: Substitute selection by a file

What a great macro, I made a few additions. I put in a test if the user cancels the macro exits, otherwise NWP crashes, also I have the insert file open hidden and then close after grabbing the text, and last, I use options "sa" for insert so it matches the style of the document that you a...
by loulesko
2011-04-16 14:44:17
Forum: Nisus Writer Pro Macros
Topic: Insert Double Square Bracket Macro
Replies: 3
Views: 8566

Insert Double Square Bracket Macro

Martin posted a macro that converted inline comments, identified as text between double square brackets [[like this]], to comments in the comments section . This changed my life because I prefer to write notes inline as I write. Here's the post: http://nisus.com/forum/viewtopic.php?f=17&t=3955&a...
by loulesko
2011-03-27 14:04:16
Forum: Nisus Writer Pro Macros
Topic: Convert bullet list to HTML unordered list.
Replies: 0
Views: 8882

Convert bullet list to HTML unordered list.

This set of find and replace regex expressions finds multiple bullet lists in a document an converts them to a UL list in HTML. It's part of a macro that I use to convert text to blog friendly HTML formatting for posting. #Convert Bullet Lists to HTML List Find and Replace '•\t.+', '<li>\0</li>', 'E...
by loulesko
2011-03-03 12:29:22
Forum: Nisus Writer Pro
Topic: Bullet List Style Problem
Replies: 4
Views: 6343

Re: Bullet List Style Problem

Sweet. Thanks for being so responsive Martin.

Lou
by loulesko
2011-03-03 11:06:53
Forum: Nisus Writer Pro
Topic: Bullet List Style Problem
Replies: 4
Views: 6343

Re: Bullet List Style Problem

Hi Kino

That's correct. Also if I create a new style within the bullet list style sheet I still get the problem.

thanks
Lou
by loulesko
2011-03-02 19:27:54
Forum: Nisus Writer Pro
Topic: Bullet List Style Problem
Replies: 4
Views: 6343

Bullet List Style Problem

Hey there when I change the bullet list style in the style sheet to use different symbols for different levels NWP doesn't change back to what I want at level one. If I start with a bullet an then hit return and then tab to go to level 2 which is a diamond and then hit return and delete to go to lev...
by loulesko
2010-11-29 22:09:21
Forum: Nisus Writer Pro Macros
Topic: Need some quick help - need a macro for extracting a list
Replies: 5
Views: 9130

Re: Need some quick help - need a macro for extracting a li

It worked fabulously. Exactly what I needed to get me back on schedule. As a thank you I made a donation in Nisus' honor to "Reading is Fundamental", a charity that helps challenged children with literacy. Basically it's investing in the next generation of writers. http://www.rif.org/us/ab...
by loulesko
2010-11-29 17:41:05
Forum: Nisus Writer Pro Macros
Topic: Need some quick help - need a macro for extracting a list
Replies: 5
Views: 9130

Re: Need some quick help - need a macro for extracting a li

Martin,

That's it exactly. Except there is no image. Just the text. But your format assumption is dead on.

The images are being added by the publisher once we corral them together, which is what we need the Fig list for.

Thank you so much.

Lou