I am processing fairly large (~1M) text files, in which certain words need to be capitalized, or upper cased. I would like to use ^!Replace statements to...
Hello N-tabbers I would like to do some article site building with NoteTab. I am not good at making scripts and I was leaning toward using WordPress with all...
This is a nOOb warning, going out first. Just so you know; in case the question is really dumb - maybe I should explain... I've been coding for twelve hours,...
Hi, Anyone can help me to create a clip to convert a block of text with (leet) (l33t) language using notetab? If the job is hard, let me know. I'm a newbee in...
I am working on a series of scripts now to clean up Word HTML, and soon I expect I shall have to get into regular expressions to do what I want. Does anyone...
Hi, I've owned NoteTab Pro for a few years now, but it is only of recently that I've been digging most of the helpfiles, and need it some special things to do....
Hi, I seem to be having some issues with scripts that ran fine under 4.95, but the timing of the script commands is having problems on 5.5. The scripts tend to...
Hi, PCRE lists it has a "dotall" mode that allows for the . character to also match any sort of line feed / CRs also. Is there a way to turn on this option in...
I've got a problem where I need to have a number come immediately after a back reference in the replacement section. So the replacement is something like this:...
Hi everyone, We're pleased to announce the release of NoteTab 5.5, including NoteTab Light. You will find the upgrade information through NoteTab's "Check for ...
Hi everyone, We're pleased to announce the release of NoteTab 5.4, which includes NoteTab Light! You will find the upgrade information through NoteTab's "Check...
Hi everyone, At last, the first NoteTab Light 5 pre-release is available! Here's a chance for you to be the amongst the first to test it. You can download the...
Hi everybody, I am using NTP 4.95. I am sure this has been delt before and I am also sure it is a simple thing. But first I can't remember the solution and...
I had originally sent this to Jody Adair, but learned of his recent passing :(( is there a script or a way that notetab can give me a list of every file I have...
I copied the NoteTab Pro 5.3 directories to a USB flash drive. I want to run NoteTab Pro from that drive, along with my preferences (NotePro.ini) and my...
Text::Autoformat been using that Perl module on Linux. Impressive. http://search.cpan.org/~dconway/Text-Autoformat- 1.13/lib/Text/Autoformat.pm There's a bit...
Am looking for a way to send html into an editor from within a program, and return any edits made back to the program for additional use. Is there an activeX...
I'm sure this is something I should know, but I don't. When I run a Perl script in NoteTab, any script, even Numlines, as near as I can tell, I get a little...
(cc'd to ntb-scripts as well since it uses/needs Perl) A new file has just been uploaded to the ntb-clips files area: For now, it's there in the clips files...
Ling: Looks like you replied to me personally, rather than via the clips-list. I'm sending this reply back via the scripts list but copying you in case you are...
Hi Ian: I haven't done very much at all with Perl and Notetab or Perl at all but that said ... If you relace the PerlNumLines script in the SampleCode library...
Ian Rastall wrote:[ . . ] ... It's not a challenge. In fact, it's rather easy. The ^!RunPerl command operates on the currently focused doc. And, if there's...
I have a file that has hundreds of lines of several hundred right square brackets "]". I cannot control how I receive this file, but I have to clean it up. I ...
Hi all I am attempting to implement Perl regexp expressions to take advantage of "non-greedy" matching. Unfortunately, I am not very familiar with Perl. I have...
Hi there: I am thinking in this way: Since we can get a copy of current editing file in disk, why can I use any script or language to control the current file?...
I need a few sample source codes in clips. I have a few from the site: http://www.ghg.net/clips/CLIPS.html So if anybody could send more Clips codes other than...
Hi jaanis, ... Go to the menu bar and select View/Options. Then go to the "Tools" tab and on the upper right side place a check mark in the box labeled "Sort...
I downloaded the Perl script at http://daringfireball.net/projects/markdown/ and ran it at the command line without problem. For example: perl Markdown.pl...