... Thanks, that does the job. I've still got a few bugs to figure out with it that i'll get back to you on when i've got time. I'd say 98% at this time. LOVE...
14341
vbmark
Oct 17, 2005 7:24 pm
I have this: 01-04-2005 519627929lb bla bla bla and I need to cut the date and the space out out of the beginning and move it to the end. Select word does not...
14342
John Zeman
john041650
Oct 17, 2005 10:25 pm
... Perhaps with a RegExp clip like this? (Watch out for line breaks)? ^!Replace "^{[0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]}{\s}{.*}" >> "\392;2\1" RTIWSA ...
14343
rpdooling
Oct 18, 2005 1:33 am
Dear hrs: That last clip is a keeper. Thanks rpd ... may be ... for ... new ... SourceFile"...
14344
vbmark
Oct 18, 2005 11:57 am
... Hmmm, interesting. I'll check that out. Thanks....
14345
vbmark
Oct 18, 2005 11:59 am
... I don't know how much the author is into implementing requests but I would like to see an option to select everything up to the next space....
14346
thefrank
thefrankwmx
Oct 18, 2005 1:53 pm
... here is one method: ^!Find " " ^!Select BOL ^!Set %date%=^$GetSelection$ ^!Keyboard BACKSPACE ^!Jump LINE_END ^!Keyboard SPACEBAR ^!InsertText ^%date% ...
14347
vbmark
Oct 18, 2005 3:29 pm
... Yep, cool. That will do it. Thanks!...
14348
hsavage
hrs62930
Oct 18, 2005 4:07 pm
... "\392;2\1" RTIWSA ... vb, tf, John, vb, I'm assuming the 'bla bla bla' represents additional text in the lines so you can't just move the date to eol. The 2...
14349
Alec Burgess (g)
alecb3ca
Oct 18, 2005 10:06 pm
... Only because I can't resist sticking my oar in after the fact with "yet another solution" :-) I think this one-liner will do what you want: ^!replace...
14350
hsavage
hrs62930
Oct 19, 2005 4:31 am
... Mark, Alec, John, theFrank, After seeing Alec's latest regexp pattern I re-evaluated my attempt. I can't get past the question of whether Mark actually...
14351
Jody
notetabber
Oct 20, 2005 9:30 pm
Hi vbMark, ... In Pro, press Alt and double click to have NoteTab select from the cursor and include the first space it comes to. It, Alt-click, toggles...
14352
marbux
marbux3
Oct 21, 2005 7:25 pm
I am spending a lot of time incrementing numbers and letters in HTML pages. Paragraph numbering, numbering endnotes and their calls in text, building ...
14353
loro
yastupidhoo
Oct 21, 2005 9:41 pm
... Yahoogroups have been sluggish lately so I guess 5 people have already answered but what the heck. Do you mean you want to put the same keyword/marker at...
14354
Jeffery Scism
scismgenie
Oct 22, 2005 6:19 pm
I am attempting to build a clip for modifying a HTML table, adding BGCOLORs to cells. How do I get the Clip to run each command line in succession on an ...
14355
Mike Breiding - Morga...
mikebreiding
Oct 22, 2005 10:16 pm
```````````````````````````````````````````````````` The clip below changes uppercase dirs and files to lower case. Can anyone tell me how to modify it so the...
14356
Jeffery Scism
scismgenie
Oct 23, 2005 8:07 pm
I have a 9,000+ page long text document extracted from a genealogy program. It contains literally thousands of pages of repeated text strings created when...
14357
Jeffery Scism
scismgenie
Oct 23, 2005 8:20 pm
Any genealogists out there who need a DNA chart (tab delimited file to color coded Dna results table) clip? This is based on the Tab delimited text to HTML...
14358
Larry Hamilton
lm_hamilton
Oct 24, 2005 1:59 am
Jeffrey, I have a similar issue with merged notes being duplicated. I have not yet found a suitable solution. The trick is to figure out a pattern of what is...
14359
Jeffery Scism
scismgenie
Oct 24, 2005 2:19 am
Thanks. Its good to find someone who knows what I am talking about when it comes to Gedcom 5.5. ~~ Jeffery G. Scism, IBSSG (\o/) ./_\...
14360
Larry Hamilton
lm_hamilton
Oct 24, 2005 4:25 am
Jeffrey, No problem. I've used NoteTab to help work on my GEDCOM over the years, spell check, build lists of surnames, etc. I have found that certain ...
14361
Larry Hamilton
lm_hamilton
Oct 24, 2005 4:47 am
I forgot to mention, I asked about this on the LifeLines list and I got back a quicky, untested, LifeLines report (only good if you have LifeLines), and a...
14362
hsavage
hrs62930
Oct 24, 2005 1:11 pm
... Jeffery, I have a, somewhat changed, substitution for your clip. The main difference is the loop routine at the end to replace all those ^!Replace "" >>...
14363
Jamal Mazrui
jmazrui
Oct 24, 2005 2:38 pm
The best way I can think of accomplishing this is to write a clip that processes the file as follows. Start at the beginning, and search for the first block...
14364
rpdooling
Oct 24, 2005 7:32 pm
Dear Jeffrey: If this can be solved, I bet it's by some Perl maestro. As you probably know, NoteTab will run Perl scripts on your file. But the only module I...
14365
Mike Breiding
mikebreiding
Oct 24, 2005 9:20 pm
Any ideas out there...? -mb ... unchanged? ... To]TARGET=39;^?[&Target(transitional)=blank^=_blank|parent^=_parent|self^=_sel...
14366
Don - htmlfixit.com
dpasseng
Oct 25, 2005 12:18 am
I'm sorry what is the issue? Looks like maybe we are working on one of my clips? Maybe I can help....
14367
loro
yastupidhoo
Oct 25, 2005 9:21 am
... Sure you don't have Create Lowercase URLs checked? Lotta...
14368
Wayne VanWeerthuizen
waynemv
Oct 26, 2005 3:09 am
Surprisingly, the ^$GetMD5Text()$ function is probably the best way to find repeated blocks of text in a moderately large file. The technique is fast, simple...
14369
Mike Breiding - Morga...
mikebreiding
Oct 26, 2005 8:12 pm
... Yep. I did. I'm a big dummy. Thanks, Lotta! -Mike http://www.Mbreiding.us/web_pages.html [Non-text portions of this message have been removed]...