Hi All, I discovered the .LOG function for NTP files and love the idea to save time and get quick access to a file. Does anyone know if there is a clip which...
This is my third day with NoteTab so please let me know if I am re-inventing the wheel. I am getting started on statistical exploration of text data. Diodeom...
Hi all, I want to remove all content leaving only html markup in an htm file, leaving hard returns 'as is'. Basically the mirror image of Modify>Strip HTML...
I don't know if this is possible, but I've tried several things to no avail so far. I want to globally change the case of a single character using a replace ...
The recent discussions of accented characters reminds me of another issue I’ve been trying to resolve. I have photo files that may or may not have accented...
Can I get code for checking if a character e.g. single quote is contained in middle of string then replace it with another character or set of characters. Kind...
... A HTML document is not a clip, you are looking in the wrong place for what you want to achieve. I use: <!--#config timefmt="%Y-%m-%d" --> Stand: <!--#echo...
In a html-template I have ^$GetDate(dd mmmm yyyy)$ but after saving as *.htm it doesn't update of course when I must edit a file. Often I forget it to...
I downloaded the 87 Federalist Papers from Project Gutenberg as one text file. Notetab was recommended to me because it was an easy way to get text statistics...
Is it possible (how?) to have a clip that will split the following file into many files? Thanks for any suggestions. I have hundreds of files like below that...
I am using NoteTab Pro during the work day as a time sheet. I like the free text as opposed to spreadsheet or similar solution. I would like to better...
I have an unusual issue that I can’t figure out how to code: I have two strings, either in variables or in my document. (I have them both ways.) They are of...
... I think it's a misnomer emphasizing an irrelevant side issue. With any decent reader I can effortlessly jump back and forward through a thread. With...
Is it possible to cause a negation for a word? For example: ([^(and)]+) to capture up to the work 'and'. My sample doesn't work, of course, but is there a way...
I'm trying to create a simple clip that will take the first two lines of text, from a random .txt file, and turn it into an HTML hyperlinked name. My problem...
Hi, It seems ^!MkDir can create only one new directory (at the time) That is, it can't create a folder inside a folder that also needs to be created. ^!MkDir...
On a folder of images I do a DIR and get a list like: B01-1.jpg B01-2.jpg B02-1.jpg B02-2.jpg On that I run a clip of which this is a highly truncated part...
Holy cow I had no idea we weren't on the clips list ... sorry everybody :-) Since the question was a follow up and prior question was a clip made a bold...
I capture a path into a variable. I would like to save only the final folder name into another variable. There can be any number of folders in the path. So,...
I have a csv file that I want to delete a "," in the 5th and 7th position and replace with a space. Example: "01","111","some text","more text","text before...
Notetabbers, I needed a statement to convert selected mixed case text to lower case. I started with ^!Menu Modify/Text Case/Lower case and that worked fine but...
Hi everyone, We're pleased to announce the release of NoteTab 6.2 (all versions). You'll find the update link in NoteTab's "Check for Updates" feature, which...
I have had NotePad for years and have never run into this problem but my clips will not insert the code into the page in focus. I have version 6.x, and even...
Hi - so I have this problem ... I regularly need to process about 60 large (~30mb each) txt files that contain a mix of simplified Chinese characters and...
Another way would be to replace (\S)\R with $1\x20. That says if there's anything actually on the line besides spaces, then replace the CR with a space. This...
How can I set the height of a wizard with checkboxes The following does not work. ^?[(T=A;H10)Prompt=Value1|_DefaultValue2|Value3|_DefaultValue4|Value5] Dirk...