Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ntb-clips · The NoteTab Clips List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

In my documents I have this string: \foreignlanguage{greek}{Qr'onos} To convert that from TeX to HTML I need to find the greek word "Qr'onos" Easy: ^!Find...
10 Dec 5, 2012
8:26 am

Axel Berger
absalom_nemini
Send Email

Hi All, I am building a library to hold file renaming clips. Thanks to our good friend Jody I've got a starting point.. his clip 'Rename...
3 Dec 2, 2012
12:59 am

twinlor
Send Email

There used to be the problem that ^!Replace could not use functions and ^$StrReplace()$ could not use Regex. The latter seems to be fixed, except for one...
13 Dec 1, 2012
4:38 pm

Axel Berger
absalom_nemini
Send Email

Not really a clip question, please forgive me. I have set Options->Files->Directories to "Match Directory" as I often edit several related files. This works...
3 Nov 30, 2012
3:43 pm

Axel Berger
absalom_nemini
Send Email

The half baked charset functions in NTP are really beginning to get to me. I've still not upgraded from version 7.01, so should the following be fixed, please...
1 Nov 28, 2012
2:09 pm

Axel Berger
absalom_nemini
Send Email

I am running a Clip which I want to HTMLTIDY all open documents, after running the LAST Clip on each, save then close each one, then process the next...
4 Nov 25, 2012
5:28 pm

Jeffery Scism
scismgenie
Send Email

I have been using the following clip for the past seven years without any problems. Now I have upgraded to version 7 it does not work. Sometimes it works, but...
2 Nov 25, 2012
3:46 pm

Rodney
cook.rodney...
Send Email

No "loopings"; needed here. Try... ^!SetClipboard ^$GetDocListAll("(?<=BB SO\r\n).+$";$0\r&#92;n)$ ^!Toolbar Paste New Thank you, Flo. That is very much faster. My...
1 Nov 24, 2012
2:25 pm

Cliff Otto
ottoc@...
Send Email

Hi, new to group and I haven't written any clips for a while, so I guess I've gotten quite rusty. Anyway, I want to copy the line following the line that ends...
4 Nov 24, 2012
11:16 am

flo.gehrke
Send Email

Friends, I have several Clipbooks, and sometimes I need to copy a lot of Clips from a Clipbook to another Clipbook. Using the clipboard, I transfer only one...
4 Nov 21, 2012
3:03 pm

Ian NTnerd
indiamcq
Send Email

There is a clips list that you should write for an answer to this. ntb-clips@yahoogroups.com Keyboard commands should be avoided when possible as they are ...
1 Nov 20, 2012
11:25 pm

Don
dpasseng
Send Email

I have hundreds of lines of text such as the following: 5 (5) PARSONS, MARY AST 40045 19 525 320 7 (9) MORRIS, ALICE FRG 2400 25 The following clip converts...
8 Nov 20, 2012
3:17 am

Don
dpasseng
Send Email

From what I can see, commands such as ^$Replace$ work on multiple topics of an outline but others like ^$GetDocListAll$ only work on the text in the current...
4 Nov 19, 2012
11:03 pm

joy8388608
Send Email

Hello hsavage, Flo etc. The first two lines under loop transposed still produce a false result: ^!Set %Date%=3D^?{Enter a date (yyyymmdd):} ^!Set...
4 Nov 19, 2012
5:03 pm

hsavage
hrs62930
Send Email

Friends, You see in the bottom and left corner of the NTP, two numbers like that 200:40, 200 are the script line number and 40 are the cursor position. How is...
4 Nov 19, 2012
3:05 pm

C
abetsent
Send Email

Hello clippers Two questions. First. Why is it so difficult to produce a first part filename without its path and without its extension? I want to change a...
8 Nov 19, 2012
2:32 pm

hsavage
hrs62930
Send Email

Hello It was difficult because I couldn't find it in the Clipbook Help. I've been backwards and forwards looking. I appreciate the rapid answer. Adrian...
1 Nov 18, 2012
6:38 pm

Adrian Worsfold
pluralistsends
Send Email

The problem is this. Music XML files are cross program files to show music notation. I'd like to extract lyrics from the files and in order. But they are...
47 Nov 16, 2012
1:53 pm

Adrian Worsfold
pluralistsends
Send Email

Hello all Thanks everyone. I ended up doing this to extract both titles and lyrics, and it works efficiently. ^!Continue Extracts Titles and Lyrics. Proceed...
1 Nov 14, 2012
5:11 am

Adrian Worsfold
pluralistsends
Send Email

... The reason I end up doing this rubbish way is because I get stuck in various parts of the Clip programming help file trying to find the bit that works for...
5 Nov 14, 2012
5:11 am

Adrian
pluralistsends
Send Email

Greetings, I would like to modify this clip: P.class-DATE ^!SetPasteIndent Off ^!InsertHtml <p class="date">^&</p>^P Which produces this: <p...
9 Nov 11, 2012
1:38 pm

Mike Breiding - Morga...
wv.mike
Send Email

This has happened before, and today it happened again. The situation is this: The clip editor is open on one tab (the first tab on the left.) Other documents...
12 Oct 30, 2012
11:09 pm

hsavage
hrs62930
Send Email

I just came across a design error in Notetab. I used to have a clip to show me the decimal and hex value of the character at the cursor. With NT doing the same...
4 Oct 29, 2012
2:06 pm

C
abetsent
Send Email

I need a little help with document tab organization. My RecipeClips system creates multiple documents during a pass, and I want them to be in a specific order...
9 Oct 29, 2012
12:37 pm

Art Kocsis
artkns
Send Email

Hi everyone, I'd be interested to get feedback from users who have the final release of Windows 8. Are you satisfied with the way NoteTab Pro and Std 7.1 run ...
1 Oct 29, 2012
11:14 am

Eric Fookes
eric_fookes
Send Email

I have two files. I will call one the update file as it has new data and the other the base file as it is the base I am trying to keep current. Each line in...
3 Oct 27, 2012
10:33 pm

flo.gehrke
Send Email

This pattern, "\R(^\h*?\R)+", meant to find all contiguous non text lines, fails if there is no following text line. IOW, if the end of the document consists...
2 Oct 27, 2012
10:25 pm

flo.gehrke
Send Email

Friends, I am asking you help because I am convinced that this are a NTP (or one of my scripts) problem. I writed a more or less 1000 lines script. Running...
6 Oct 26, 2012
1:53 am

flo.gehrke
Send Email

This pattern, "\R(^\h*?\R)+", meant to find all contiguous non text lines, fails if there is no following text line. IOW, if the end of the document consists...
1 Oct 25, 2012
9:04 pm

Art Kocsis
artkns
Send Email

Can NoteTab Light run clips that will do batch replacements in a folder of files? Looking for a solution for one of my clients. Regards, Piotr [Non-text...
5 Oct 19, 2012
2:24 pm

Piotr
syntaxpb
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help