GetParagraph seems to be misbehaving. When this clip ^!Info [L]^$GetParagraph$ is tried on this text One Two Three the third paragraph isn't returned if it is...
Hmn, it does look like a problem. And look what happens if the cursor is on an empty line at the bottom. It returns all the text. If the cursor is on an empty...
Hi Mark, I find that 4.95 and 5.1 work the same. It depends on where your cursor is to what is returned. My guess is you selected text forward in one test and...
... Hi, Sheri. As far as I know, GetLine is always correct. So, I guess, whenever it is acceptable to turn off word wrap, GetLine will serve. --Mark...
... Hi Mark, It is almost always acceptable to turn off word wrap. Turn it off, run the clip, turn it back on. You simply record the state at the beginning ...
... I don't think that's true for shared clips where clip compatibility with earlier versions, and between Pro, Standard and Light is wanted. I know that...
... I don't think that's true for shared clips where clip compatibility ... Ok (but sheesh). Thanks. On the topic of compatibility and shared clips, I notice...
... In the new 5+ multiuser setup, libraries exist in both locations. ^$GetLibraryPath$ returns the one under the AppPath and ^$GetLibraryUserPath$ returns the...
Hi Group, I'm fairly new to the NoteTab Pro clip building feature (actually, we got 4.95 some time ago and put it on the "later to-do" list, but never got to...
Donovan Foster
dj4ster1@...
Sep 1, 2006 7:22 pm
15421
... A clip can send keystrokes to your browser window, is that what you're asking? You can also copy information to the clipboard (e.g., from the browser) and...
I'm new here, so please bear with my several questions. For a HTML-ar shortcut to be recognized it must be separated from the previous text by a space or a...
All clip inserting image tags call up the internal function: [(T=T;F="Image Files|*.gif;*.png;*.jpg;*.jpeg")Image file name] This automatically includes the...
A pictue inside a text should always have a caption. As HTML doesn't natively support this I wrap the image into a small table with two cells, the image above...
... If I understand you correctly the answer is no. Clips only work while editing source code inside Notetab. Once the code is uploaded to the server there are...
Axel, You can use the following to create the text you want inserted (place it in a template or a clip): ^!Set %varName%=^?{Enter Description=} That will...
... For this, I use a backspace. This clip H="bb" ^!Keyboard BACKSPACE <BULLET> allows me to type a space + bb to get this result: some text<BULLET> --Mark...
Hi Absalom and All, This is a bit OT here, and I'll take it to the Off Topic list if replies are necessary. Absalom said in answer to a question in a different...
... It is not for you and presumably your scripts would not do anyone any harm. But Javascript can be misused so you should not expect people to have it...
... How do I string them together? "^!Keyboard BACKSPACE^!InsertHtml <span style="font-variant:small-caps">^&</span>" gives me a sytax error. Danke Axel...
... PHP runs on a Server, while Javascript runs on the client. So a Javascript procedure might force your machine to do something unwanted, while PHP usually...
... Using the help to another question I found a partial answer. I used ^!Set %varIMG%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg")Image file name}; ...
Hi all : see further down for the relevance to this list :) Do any of the clip guru's here use Inctl5 to track registry and file changes and/or "grok" XML? Its...
Hi Absalom, Thanks. That answers my question. To all who helped (even those of you who just read it), thank you. Now I have to read the help files and create...
Donovan Foster
dj4ster1@...
Sep 3, 2006 7:30 pm
15436
... Not in any browser. Only in browsers that mimic IE in this respect. Lotta...
OK: IE and Firefox (I can't think of any extension I have that might be handling it, and not Opera but I take your point. Regards ... Alec -- ... From: "loro"...
Is it possible to produce a clip that can do Modify > Lines > Adjust Line Breaks on a specified batch of files? I'm having problems with PHP scripts brought in...
Hi Alec et.al. ... to write a clip that will translate anyone of the above HTML, TXT or CSV formats to XML... does not StarOffice [Sun Microsystems] have an...
... The easy solution, I guess, would be to open your batch of documents in tabs and do ^!Menu Modify/Lines/Adjust Line Breaks on each open doc. H="batch...
The more I learn about clips, the more powerful they become. As I might write papers for the university in HTML for the printed version too, there is the...