I've installed HTML-CSS and it tells me one clip is to create an HTML standard page. However, when I click on it, NoteTab produces an old version and I can't...
When writing longer documents I keep images in a folder "Bild" at a known position relative to the path of the document. For selecting an image I have to get...
CCleaner reports Unused File Extension .clb HKCU\Software92;Microsoft92;Windows92;CurrentVersion\Explorer92;FileExts92;.clb I get no other similar reports about other...
Hi, I have this tooltip clip but it doesn't work for me. ^!Replace {Matt\.92;s}{\d+\:92;d+\-*\d*} >> \1\2; Mat_\2 WARS Example text: Text, text, Matt. 3: 2-5. Text...
I would like to write a Clip to open the path in the current file at the cursor. I mean "open" here to be the "open" Windows verb. In case you don't know what...
Insert String in Line: ; ;----------------------[begin long line]--------------------------- ^!Set %Column%=^?{Enter Column to insert to=}; %String%=^?{Enter...
... I don't quite understand. This sounds like "Microsoft-Word-Speak" to me, nothing you can achieve in an editor. Although, if you can explain, what you...
Hi, Can somebody help me and make me the clip. I don't know how to make it! Below is the example text from the Bible Psalms (finnish): Psalmi 1. Vanhurskaan...
I have tried every combination I can think of to use ^$GetFiles()$ to make a list of folders, using the attr "D", per the Help file. Using other attributes I...
I thought this would be easier than it was and can't shake the feeling that there is a better way than what I can come up with so I ask for creative ideas...
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...
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...
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...
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...
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...
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...
No "loopings" needed here. Try... ^!SetClipboard ^$GetDocListAll("(?<=BB SO\r\n).+$";$0\r92;n)$ ^!Toolbar Paste New Thank you, Flo. That is very much faster. My...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
... 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...