... Actually, the "^" means start of selection, if any, start of line if not. What I was trying to convey was that at this point in my clip a selection exists,...
23583
joy8388608
Jan 3, 2013 11:03 pm
... Hi Art. I'm not nearly as good at RegExp at others but I'll give you what I have so far. I'm unclear about your data and what you mean by "the selection...
23582
Art Kocsis
artkns
Jan 2, 2013 3:15 pm
I don't have much hair left to pull so maybe you guys can save my scalp and suggest a way to make this search pattern work in a clip. I am trying to verify a...
23581
Peter
peterhulm
Jan 1, 2013 3:03 pm
I have slightly edited the datetime clip I posted earlier so that it fits HTML5 better by insert a <time> tag into the coding. ^!Clip CheckLogical ... ^!Set...
23580
john041650
Dec 31, 2012 10:47 pm
FWIW because I often need to reference an image folder dependent upon the job (web site) I'm working on, which means I'll use the same image folder over and...
23579
Axel Berger
absalom_nemini
Dec 31, 2012 10:58 am
... So simple and I never ever thught of that. Danke. ... Yes, in the original that wizard sets half a dozen variables at once, missed it when trimming. Danke ...
23578
loro
yastupidhoo
Dec 31, 2012 12:15 am
... I'm not sure when and how ^!ChDir works, but I don't think this is the right time to use it. You don't need it anyway. You can put the desired path...
23577
Axel Berger
absalom_nemini
Dec 30, 2012 11:49 pm
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...
23576
Peter
peterhulm
Dec 30, 2012 3:31 pm
Many thanks. That did it. I no longer get the extra coding when I use the Create HTML5 web page clip in HTML-CSS....
23575
m.feichtinger
Dec 30, 2012 2:46 pm
... Have you checked "Options > HTML/Web Files: [x] Create XHTML Tags"? If yes then remove the tick. HTH...
23574
John Shotsky
shotsky1
Dec 30, 2012 1:56 pm
This link shows the differences between html5/xml and html4/xml. There are a LOT of differences! http://www.w3.org/TR/html5-diff/ But the issue was about not...
23573
Axel Berger
absalom_nemini
Dec 30, 2012 11:56 am
... Those attribute have long been deprecated and really should have no right to exist in a HTML5 surrounding. I'm surprised they're not illegal there, it is...
23572
Dave
david_99_au
Dec 30, 2012 11:44 am
hi this is what I get when I make new page page001.htm it is from the HTML library first line deleted <html xmlns="http://www.w3.org/1999/xhtml"> <head> ...
23571
Peter
peterhulm
Dec 29, 2012 6:16 pm
I've checked again Dave and there is something I am clearly missing something when I delete the reference after :Start. A further note. To create an automatic...
23570
Peter
peterhulm
Dec 29, 2012 5:53 pm
Thanks, Dave. That is what I thought I was doing, but it seems to reestablish itself with the old reference to XHTML 1.0. For anyone interested, this is how I...
23569
Dave
david_99_au
Dec 29, 2012 1:04 pm
Hi as far as I can see you select the template you want from the list and then edit the template ,delete the line you want cut and save it and it is done ...
23568
Peter
peterhulm
Dec 28, 2012 7:52 pm
Thanks for jumping in. I have created these functions with new clips, copying from similar ones, but am not capable of handling the timedate tag requiring...
23567
John Shotsky
shotsky1
Dec 27, 2012 6:56 pm
Sorry, I reread your message, and indeed it doesn't create anything more than a basic html 5 page. I think someone would have to customize the toolbar to add...
23566
John Shotsky
shotsky1
Dec 27, 2012 6:49 pm
The html5 new document works for me, and I've used it several times. It uses a template with a wizard to populate it. What, exactly, do you not find correct?...
23565
Axel Berger
absalom_nemini
Dec 27, 2012 6:44 pm
... I don't write HTML5 myself but if you provide the kind of end product you want plus the input expected then I can cobble something together. Axel...
23564
Peter
peterhulm
Dec 27, 2012 6:37 pm
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...
23563
Art Kocsis
artkns
Dec 27, 2012 3:21 pm
... Whoa. Don't get excited. I didn't say it was a problem. There are times one WANTS to open a clip library as a test file. All I was doing was describing the...
23562
Axel Berger
absalom_nemini
Dec 27, 2012 9:52 am
... I don't see the problem. If I <F4> in Totalcommander, "open with NoteTab", the file is opened as a text. Nevertheless all .clb in my library folder are...
23561
Art Kocsis
artkns
Dec 27, 2012 1:55 am
... File extension keys appearing under HKCU\...\Explorer92;FileExts92; are file associations defined by & for separate user accounts. They over ride the global ...
23560
Axel Berger
absalom_nemini
Dec 26, 2012 1:32 pm
... As far as I know all it means you've never told Windows what to do, when you double-click on a *.clb. As that's not what you want to do anyway it doesn't...
CCleaner reports Unused File Extension .clb HKCU\Software92;Microsoft92;Windows92;CurrentVersion\Explorer92;FileExts92;.clb I get no other similar reports about other...
23557
puusto13
Dec 23, 2012 2:10 am
Hi, Thanks! Now it works ok with ABR. But Finnish language has word jos. One English Bible ABR is Jos. Example text: Mat 1:1 Jos te jne. Mat 1:1 Jos_te jne....
23556
m.feichtinger
Dec 22, 2012 4:23 pm
... Replace the <SN> pattern in the last two ^!Replace commands with (?<SN>(\p{Lu}|\p{Nd})[\p{L&}]{2}_) ; --- LONG LINE START ^!Replace "(?x)^(?<TEXT>.+)...
23555
m.feichtinger
Dec 22, 2012 4:19 pm
... If you want to edit lines beginning not only with "Matt", then replace the <HEAD> pattern ?<HEAD>Matt\x20 with ?<HEAD>(Matt|Mark|Luuk)\x20 Or better use a...