I downloaded the Perl script at http://daringfireball.net/projects/markdown/ and ran it at the command line without problem. For example: perl Markdown.pl...
277
Sheri
silvermoonwo...
Mar 22, 2004 1:42 am
Hi Jelks, You can't pass parameters to Perl using ^!RunPerl. You have to use ^!RunScript. Try it this way (untested): ^!RunScript "^$GetPerlExe$ ^1 --htmltags"...
278
jelkscabaniss@...
jelkscabaniss
Mar 22, 2004 2:57 am
... htmltags" "^$GetScriptPath$Markdown.pl" Perfect! Thank you very much, Sheri! (I had assumed from the help description that ^!Runscript was for running...
279
jelkscabaniss@...
jelkscabaniss
Mar 23, 2004 1:44 am
BTW, I noticed this script embeds a CTRL+Z (visible in NTP as a little right-pointing arrow) right before the final inserted "</p>". I don't know enough about...
280
Sheri
silvermoonwo...
Mar 23, 2004 2:26 am
I believe you are describing the infamous Ansi 26 problem that arises when you use Perl 8 with Notetab. I guess it might depend on what font you're using, but...
281
jelkscabaniss@...
jelkscabaniss
Mar 23, 2004 4:48 pm
... Ah, I had seen the fairly recent "ANSI 26 Character" thread in the archives and didn't make the connection. ANSI (or more lowest common denominator,...
282
Larry Thomas
back3home2003
Mar 24, 2004 12:59 am
... I looked it up in my references. ASCIIcat shows it as: Dec Hex Oct Binary Chr NAME 26 1A 32 00011010 ® SUB - Substitute; End of file And it appears as...
283
jaankanellis
Apr 19, 2004 5:42 pm
Does anyone know how to write run an option on NoteTab Pro that can delete doubles of keywords that are sorted in alpha or non-alpha order?...
284
Larry Thomas
back3home2003
Apr 19, 2004 9:18 pm
Hi jaanis, ... Go to the menu bar and select View/Options. Then go to the "Tools" tab and on the upper right side place a check mark in the box labeled "Sort...
285
jaankanellis
Apr 20, 2004 5:57 pm
... can ... the "Tools" tab and ... labeled "Sort Removes ... be removed. ... you can use ... in v4.52) ... criteria. ... contained in the ... removing ... How...
286
Larry Thomas
back3home2003
Apr 20, 2004 8:03 pm
Hi jaanis, ... Here is a clip for you: ______[Copy below this line]_______ H="Sorting Clip" ;lrt@... e¿ê ;04/20/2004, 02:51:31 PM ^!IfFalse...
287
Jaan Kanellis - KBK M...
jaankanellis
Apr 20, 2004 8:18 pm
Thank you for the help thus far. I got to the point where the clip was uploaded and every thing is ready to be run and when I clicked on the clip it deletes...
288
Larry Thomas
back3home2003
Apr 20, 2004 8:57 pm
... I have tested the clip on your list and it works for me. I cannot think of why it would delete your whole list. The command ^!InsertText will delete a...
289
coolguydatsme
Apr 30, 2004 10:11 pm
I need a few sample source codes in clips. I have a few from the site: http://www.ghg.net/clips/CLIPS.html So if anybody could send more Clips codes other than...
290
Rudolf Horbas
rhorbas
Apr 30, 2004 11:35 pm
... Good day to You too, coolguywhatsoever, wrong language, wrong group, dude. This is for the Clip Language of the swiss programming editor NoteTab. You're...
291
jacobhu
Jul 16, 2004 3:34 pm
Hi there: I am thinking in this way: Since we can get a copy of current editing file in disk, why can I use any script or language to control the current file?...
292
Piotr Bienkowski
syntaxpb
Jul 16, 2004 3:59 pm
... Hi Jacob, I think you can use the ^!RunScript command command to achieve it. HTH Piotr...
293
jacobhu
Jul 17, 2004 12:07 pm
... I use ... Is it ... '================================================================ Piotr: Thanks, but it is not work. Clip lang is a strange animal??? ...
294
Jody
notetabber
Jul 17, 2004 12:46 pm
Hi Jacob, ... I don't know the script you are using, but you do have two typos that may be messing it up. The lines have spaces after them. ...
295
Grant MacKenzie
grantneilsonmac
Jul 18, 2004 9:56 pm
... Jacob Your examples ... This is your test1.js: Note: CScript is the command prompt.. console version of the WSH ^!TextToFile "^$GetScriptPath$test1.js"...
Hi all I am attempting to implement Perl regexp expressions to take advantage of "non-greedy" matching. Unfortunately, I am not very familiar with Perl. I have...
298
Alan C.
acummingsus
May 8, 2005 1:10 am
Hi Daniel, I'm certainly no guru. But am recently leave the basics behind for intermediate and advanced Perl programming things such as: packages, namespaces,...
299
Sheri
silvermoonwo...
May 11, 2005 2:41 pm
... LOL! I've forgotten everything I'm so out of practice I've forgotten everything I knew....
300
acumming@...
acummingsus
May 11, 2005 8:24 pm
... and advanced Perl programming things such as: packages, namespaces, references, complex data structures, and perhaps now not too far away on the horizon:...
301
acummingsus
May 11, 2005 8:35 pm
... [ . . ] A guru would ... so because of ... goes through the ... for loop from ... think too) 2 ... Oops. I removed the left hand parenthesis but forgot to...
302
lm_hamilton
May 25, 2005 3:57 pm
I have a file that has hundreds of lines of several hundred right square brackets "]". I cannot control how I receive this file, but I have to clean it up. I ...
303
lm_hamilton
May 25, 2005 4:39 pm
After much Googling and further trial and error, I found it. I thought I had tried this before and it did not work, but I was mistaken. Here it is: ...
304
Alan C
acummingsus
May 26, 2005 5:24 am
perl -pe 's/\]+\n//g' < file.ddf > file.txt That did it here on Linux. Sometimes Win needs double quotes if trying it on Windows. ...
305
Larry Hamilton
lm_hamilton
May 27, 2005 1:38 am
Thanks Alan. I'll have to try this one and see how it does. Larry Hamilton Kairos Computer Solutions http://www.kairoscomputers.com/ Sales Affiliate for...