to go to the start of the document... ... Thanks for the tip Don. I'm not to fancy with the clips but I do find for replacing or fixing up code they do save a...
14267
Larry Hamilton
lm_hamilton
Sep 26, 2005 2:27 am
I know that Jody has a clip Library (Sureword) that will display random Bible verses when the Library is activated. There is a clip to format the text file you...
14268
Doug Offen
d_offen
Sep 26, 2005 3:53 am
I have a lot of email type documents with plain http://domain.com links which are hot in the email and in notetab. I want to convert the files to html and...
14269
loro
yastupidhoo
Sep 26, 2005 4:21 am
... Jody has one that you can steal ideas from. Look for "Extract Links". <http://notetab.net/html/snatchclp.htm> Lotta...
14270
Alec Burgess (g)
alecb3ca
Sep 26, 2005 4:45 am
Doug: This is the two-liner I use when needed: H=make links ; Alec Burgess 2005-09-26 (Mon) ^!replace "{((file://)|(https?://)|(www.))[^<>]+}" >> "<a...
14271
Jeffery Scism
scismgenie
Sep 26, 2005 4:48 am
Here is one you can copy to a Clip library. when in a text document in Note Tab, highlight the URL and click this one to make it into a HTML link. copy below...
14272
Hugo Paulissen
hugo_paulissen
Sep 26, 2005 9:27 am
... definitively ... Hi Alec, Nice regex. (file://)|(www.)|(https?://)[^\s\t]+[a-z] Assuming a url always ends with a regular character you could use this. I...
14273
Doug Offen
d_offen
Sep 26, 2005 2:33 pm
Thanks Lotta, Alec, Jeff and Hugo. I tried the ... but I couldn't figure out the coding. I'm not too good at the coding and I do the copy and paste routine as...
14274
rpdooling
Sep 26, 2005 5:54 pm
^!Replace ^p^p ^p A Why does this get a syntax error? Trying to remove blank lines. Thanks, Rick...
14275
Don - htmlfixit.com
dpasseng
Sep 26, 2005 6:23 pm
... try using the variable for new line instead ^%NL% = new line (CR/LF pair)...
14276
loro
yastupidhoo
Sep 26, 2005 6:27 pm
... I don't know. I've never fully understood how that format is supposed to work. Use the other way with quotes and >> instead. Because that works and you see...
14277
Jody
notetabber
Sep 26, 2005 6:52 pm
Hi Doug, ... You need to either add a bunch more loops to this to get like .uk, .se, .us, .de, jp, .it, etc., but you will probably end up with more of a mess...
14278
Jody
notetabber
Sep 26, 2005 7:33 pm
Hi Rick, Don, Lotta, Others... ... Lotta's method and reasoning is correct, especially the part about being easier to see and for me to remember. If your...
14279
rpdooling
Sep 26, 2005 7:47 pm
Jody, Don, Lotta: Thank you. That did the trick. I was missing the ">>" As long as we are on the subject: Is there a favorite clip for removing hard carriage...
14280
rpdooling
Sep 26, 2005 9:51 pm
... removing hard carriage returns at the end of lines? The paragraphs are separated by blank lines.<< Never mind. Sorry. Select All. Join lines. Duh. Thanks...
14281
Alec Burgess (g)
alecb3ca
Sep 27, 2005 7:28 am
Hugo: > Nice regex. ... the reason for negating the angle brackets was that I was working originally with sample text that had things like: <...
14282
rpdooling
Sep 27, 2005 2:09 pm
Larry, Thanks. I will find SureWord and examine it. I've already made some progress using some PERL scripts that work quite nicely and feed the output into...
14283
rpdooling
Sep 27, 2005 3:29 pm
Roy, I played with this to solve the common problem of getting text or a doc where the paragraphs end in hard returns and there are no blank lines separating...
14284
Jody
notetabber
Sep 27, 2005 7:46 pm
Hi Rick, ... One thing about NoteTab is there can be many ways of getting the same task done. Some may have advantages over the others. ^!Menu...
14285
rpdooling
Sep 27, 2005 11:35 pm
Thanks, Jody, And thanks for reminding me about Shortcuts.dat. I had forgotten that little trick. Rick ... like the ... one at...
14286
auld_reeky
Sep 29, 2005 9:53 am
I'm hoping that I'm not a complete idiot but I can't figure out how to load multiple files automatically when a clipbook library opens. I can open a library...
14287
loro
yastupidhoo
Sep 29, 2005 10:12 am
... Yup. Take a look at the Events section in Clip Help (me wants more events!). You can do this. ... OnOpen ^!Open...
14288
abairheart
Sep 29, 2005 3:25 pm
PMFBI, Just a suggestion -- I would approach searching for one of three different kind of fragments by assigning them to a single variable, inside parethesies,...
14289
Larry Hamilton
lm_hamilton
Sep 29, 2005 4:35 pm
I was working with the ^!Make Shortcut command, and found a couple of things that would be helpful. I am sending to both the Clips and NextRelease lists. The...
14290
Don Daugherty
dondaugherty...
Sep 29, 2005 4:36 pm
... If you want exactly four files, as named above then loro has your answer. If you're looking for a more general solution, you might want to expand his idea...
14291
acummingsus
Sep 29, 2005 5:04 pm
The next be part OT and part not OT I don't know what it is but did ran accross (it) Win32::Shortcut a Perl module http://dada.perl.it/ ...
14292
Larry Hamilton
lm_hamilton
Sep 29, 2005 8:03 pm
Alan, Thanks for the information. I have done some more searcing. This has been an on and off project on the side for a few years now. I have a vbscipt that...
14293
Jamal Mazrui
jmazrui
Sep 29, 2005 8:24 pm
Hi Larry, I'm not sure if this would work for you, but let me make sure you're aware of the free AutoIt scripting language and compiler, available from ...
14294
Larry Hamilton
lm_hamilton
Sep 29, 2005 10:45 pm
Jamal, THANKS! I had heard of Auto-It, but I had not seen it for a few years. It is now much better than it was! I really like the ability to create ...
14295
Michael Frascinella
frascinella
Sep 30, 2005 5:20 pm
Notetabbers, Well, I learned something new from the discussion of MakeShortcut. It took a few tries before I got the hang of it. The help was a little unclear...