|
[Clip] set file attribute of current file
Notetab. Lotta
By
loro
· #21069
·
|
|
[Clip] set file attribute of current file
Don wrote: But have you checked the disk properties? My guess is that Notetab protects a Unicode file. Check the status bar and then go to Document | Read-Only . Lotta
Don wrote: But have you checked the disk properties? My guess is that Notetab protects a Unicode file. Check the status bar and then go to Document | Read-Only . Lotta
|
By
loro
· #21065
·
|
|
[Clip] set file attribute of current file
Don wrote: Does "it" refer to Notetab? Do you mean read-only in Notetab or on disk? Lotta
Don wrote: Does "it" refer to Notetab? Do you mean read-only in Notetab or on disk? Lotta
|
By
loro
· #21063
·
|
|
[Clip] Assigning replacement Text to a Variable
Axel Berger wrote: Nuh. Bruce wanted spaces URL encoded and that's what ^$FileToUrl()$ does - and then some. I suspect the strings really are URLs and maybe getting other fishy characters URL encoded
Axel Berger wrote: Nuh. Bruce wanted spaces URL encoded and that's what ^$FileToUrl()$ does - and then some. I suspect the strings really are URLs and maybe getting other fishy characters URL encoded
|
By
loro
· #20991
·
|
|
[Clip] Assigning replacement Text to a Variable
Hi again Bruce! :-) Forgot to warn you that both clips are one-liners. Email may break them in two. Lotta
Hi again Bruce! :-) Forgot to warn you that both clips are one-liners. Email may break them in two. Lotta
|
By
loro
· #20988
·
|
|
[Clip] Assigning replacement Text to a Variable
bruce_marriott wrote: I saw you already have a regex clip, here's a couple of other ways. ^!Set %new%=^$FileToUrl("^$StrLower("^$GetSelection$")$")$ The above will also turn any backslashes to forward
bruce_marriott wrote: I saw you already have a regex clip, here's a couple of other ways. ^!Set %new%=^$FileToUrl("^$StrLower("^$GetSelection$")$")$ The above will also turn any backslashes to forward
|
By
loro
· #20987
·
|
|
[Clip] Re: Odd Clip problems
Sandy R wrote: I also tried it with Notetab 4.9 without problems. I'm on XP. Is this happening only on Win7 maybe? Lotta
Sandy R wrote: I also tried it with Notetab 4.9 without problems. I'm on XP. Is this happening only on Win7 maybe? Lotta
|
By
loro
· #20956
·
|
|
[Clip] Odd Clip problems
Sandy R wrote: Does for me. I see all labels. I don't think I've updated to the latest version of Notetab though. I have 6.1. Lotta
Sandy R wrote: Does for me. I see all labels. I don't think I've updated to the latest version of Notetab though. I have 6.1. Lotta
|
By
loro
· #20952
·
|
|
[Clip] T=C OUTPUT ?
I wrote: You don't really need the variable and the ^!InsertText command if you don't want to use them. It works the way you already did it too. ^?{(T=C)TOOL=A|_B^=YELLOW|C|D^=700|E|}
I wrote: You don't really need the variable and the ^!InsertText command if you don't want to use them. It works the way you already did it too. ^?{(T=C)TOOL=A|_B^=YELLOW|C|D^=700|E|}
|
By
loro
· #20936
·
|
|
[Clip] T=C OUTPUT ?
bozlawless wrote: Like this? ^!Set %what%=^?{(T=C)TOOL=A|_B^=YELLOW|C|D^=700|E|} ^!InsertText ^%what% There is no point in having an underscore in front of each option. The underscore decides which of
bozlawless wrote: Like this? ^!Set %what%=^?{(T=C)TOOL=A|_B^=YELLOW|C|D^=700|E|} ^!InsertText ^%what% There is no point in having an underscore in front of each option. The underscore decides which of
|
By
loro
· #20935
·
|
|
[Clip] Re: Converting url to file
It seems it screws up when you use curly braces in the wizard inside the function. Probably because wizards with square brackets are processed first in a clip, but the curly ones as they are encounter
It seems it screws up when you use curly braces in the wizard inside the function. Probably because wizards with square brackets are processed first in a clip, but the curly ones as they are encounter
|
By
loro
· #20934
·
|
|
[Clip] The QuickList Clip Assistant was driving me crazy!
rogue_ronin wrote: Gosh. It's the same in 4.95. Never noticed it. That shows I don't use the Clip Assistant often, but how odd that someone else hasn't noticed in all these years. Or have they? Lotta
rogue_ronin wrote: Gosh. It's the same in 4.95. Never noticed it. That shows I don't use the Clip Assistant often, but how odd that someone else hasn't noticed in all these years. Or have they? Lotta
|
By
loro
· #20927
·
|
|
[Clip] Converting url to file
amitava_dg wrote: You need ^$FileToUrl()$ and ^$GetRelativeName()$ . Lotta.
amitava_dg wrote: You need ^$FileToUrl()$ and ^$GetRelativeName()$ . Lotta.
|
By
loro
· #20925
·
|
|
[Clip] Capitalize only the first letter of a phrase
John Shotsky wrote: Judging from the sample lines, there aren't. But I guess in reality there may be... Lotta
John Shotsky wrote: Judging from the sample lines, there aren't. But I guess in reality there may be... Lotta
|
By
loro
· #20785
·
|
|
[Clip] Capitalize only the first letter of a phrase
c.brito78 wrote: I saw you got your clip. Just wanted to mention there is a menu command for this already. Modify | Text Case | Sentence . Lotta
c.brito78 wrote: I saw you got your clip. Just wanted to mention there is a menu command for this already. Modify | Text Case | Sentence . Lotta
|
By
loro
· #20781
·
|
|
[Clip] OnOpen
John Shotsky wrote: Let's see if I understand you right. Are you saying they open NTP with the library with the onopen clip loaded? It *should* run in that situation. Lotta
John Shotsky wrote: Let's see if I understand you right. Are you saying they open NTP with the library with the onopen clip loaded? It *should* run in that situation. Lotta
|
By
loro
· #20744
·
|
|
[Clip] Greek Characters
I haven't read all of this thread, but is Notetab really capable of displaying Greek characters? What's the trick? Adrien Verlee wrote: It's great. You may also like BabelPad, a Unicode editor from th
I haven't read all of this thread, but is Notetab really capable of displaying Greek characters? What's the trick? Adrien Verlee wrote: It's great. You may also like BabelPad, a Unicode editor from th
|
By
loro
· #20738
·
|
|
[Clip] Page navigation
Hi Sarah, Welcome to the list. :-) In addition to other suggestions and clips I just want to mention that you can actually do what you want yet another way. Hit SHIFT + CTRL + L. That will bring up th
Hi Sarah, Welcome to the list. :-) In addition to other suggestions and clips I just want to mention that you can actually do what you want yet another way. Hit SHIFT + CTRL + L. That will bring up th
|
By
loro
· #20689
·
|
|
[Clip] Script help needed for processing a list of download links
netplayground wrote: Get the title info into a variable somehow (I call it %info%). Then search for "http://" and replace it with "^P^%info%^Phttp://", that is, linebreak followed by the content of th
netplayground wrote: Get the title info into a variable somehow (I call it %info%). Then search for "http://" and replace it with "^P^%info%^Phttp://", that is, linebreak followed by the content of th
|
By
loro
· #20656
·
|
|
[Clip] Image Background Clip
Carl wrote: You mean href, right? Use a File Open dialog instead (T=O). Combine with ^$GetRelativeName()$ to get the ralative path and ^$FileToUrl()$ to change the Windows path to an URL (turns the sl
Carl wrote: You mean href, right? Use a File Open dialog instead (T=O). Combine with ^$GetRelativeName()$ to get the ralative path and ^$FileToUrl()$ to change the Windows path to an URL (turns the sl
|
By
loro
· #20604
·
|