Re: ChatGPT worksheet contexts

2024-01-15 Thread Bruce Van Allen
As one kind of context, I describe something or write out a code excerpt a la StackOverflow, and then ask a question about it. Example: select this and press Enter/Control-Return: The programming language Raku has a Supply construct, which provides the means to iterate over a variety of

Re: ChatGPT worksheet contexts

2024-01-15 Thread Rich Siegel
On 15 Jan 2024, at 17:09, Tim Gray wrote: > What is the recommended way of including a context while use a ChatGPT > worksheet? Just start of with it as your first line? Something else? There's not currently a mechanism for adding (or specifying, or changing) context. If this is important to

ChatGPT worksheet contexts

2024-01-15 Thread Tim Gray
What is the recommended way of including a context while use a ChatGPT worksheet? Just start of with it as your first line? Something else? -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "supp...@barebones.com" rather

Re: Trouble creating a CLM

2024-01-15 Thread Maarten Sneep
Hi Joaquin, > On 15 Jan 2024, at 16:29, Joaquin Adiego wrote: > > Hi Maarten, > > Thank you for your kind reply. I have already tested the expression you > suggest (I haven't tried that variant yet) and the result is the same. The > fact is that it is a bit strange that it works for one

Re: Trouble creating a CLM

2024-01-15 Thread jj
Hi Joaquin, My guess is that keywords are whitespace separated character runs – they don't contain whitespace. BBEdit probably chunks the keywords "before" matching against the regular expression chunk by chunk. For example what your regular expression matches against is the string "label2:",

Re: Can't get CharGPT to work on v15

2024-01-15 Thread Bruce Van Allen
NOT a ChatGPT Plus account. Excerpt: How do I access the GPT-4 API? If you're a Pay-As-You-Go customer and you've made a successful payment of $1 or more, you'll be able to access the GPT-4 API (8k). ChatGPT Plus ChatGPT

BBEdit 15 change to markdown coloring?

2024-01-15 Thread Craig Heilman
I just updated to BBEdit 15.0 and quickly noticed a change in my markdown note files in that many words/phrases previously highlighted are no longer highlighted. For example, I use “tags” like [_ACTION_], [_WAITING_], [_QUESTION_], etc in my notes to call attention to action items, etc. These

Re: Can't get CharGPT to work on v15

2024-01-15 Thread Steve Hodgson
I believe that to have the ChatGPT integration work needs a ChatGPT Plus account, an API key setup in BBEdit and paymet added for the API usage. I found a good explanation for this on the TidBITS site here .

Re: Trouble creating a CLM

2024-01-15 Thread Joaquin Adiego
Hi Maarten, Thank you for your kind reply. I have already tested the expression you suggest (I haven't tried that variant yet) and the result is the same. The fact is that it is a bit strange that it works for one subexpression and not for another very similar one. Regards. El domingo, 14 de

Re: automator actions can't be opened

2024-01-15 Thread Johnny Ragadoo
Worked great - many thanks for your help. BBEdit is superb for coding, but I also like to use it for writing content for Affinity Publisher. Affinity is very nice for formatting, a crime against humanity as a word processor. As are most DTP applications. So, I use a BBEdit notebook. That

Re: automator actions can't be opened

2024-01-15 Thread Rich Siegel
On 15 Jan 2024, at 9:14, Johnny Ragadoo wrote: > First, insert standard gushing about BBEdit. It is cool in the extreme. > > Automator doesn't show any BBEdit actions. I found a Barebones > download BBEditAutomatorActionsInstaller-14.1.pkg > at

automator actions can't be opened

2024-01-15 Thread Johnny Ragadoo
First, insert standard gushing about BBEdit. It is cool in the extreme. Automator doesn't show any BBEdit actions. I found a Barebones download BBEditAutomatorActionsInstaller-14.1.pkg at https://www.barebones.com/support/bbedit/automator.html . When I tried to open the .pkg file in macOS

Re: help on notes project

2024-01-15 Thread Tim Gray
I love BBEdit, and I'm sure this could be done with it and some Applescripts, but something like Python seems much better suited. Very easy to write a small script that would cycle through a bunch of text files, extract text based on different criteria, and output things to new text files.