Re: Is there an AI coding extension / plugin for BBEdit?

2024-03-06 Thread Rails Smith
Hi Greg! I like your question. There's a new document type, "ChatGPT Worksheet". This is created from File => New as with other document types, and provides an interface for conversational exchanges with ChatGPT . https://www.barebones.com/support/bbedit/notes-15.0.html

Re: Can't get CharGPT to work on v15

2024-01-16 Thread Rails Smith
Two OpenAI products: https://openai.com/chatgpt/pricing https://openai.com/pricing (scroll down after loading page) After some more research I came to the conclusion that data sent to ChatGPT is reused and ingested in the OpenAI product. And the API data is held to a higher standard in terms of

Re: Can't get CharGPT to work on v15

2024-01-16 Thread Rails Smith
Awesome work Bare Bones! I love this effort from you guys!. Purchased my upgrade the day I was notified. Was there some advantages to implementing this in BBEdit differently than other IDEs; where I can use my $20 chatGPT4 account? Here's coverage on YouTube from a person who said they have

Soft-wrap: Can I toggle it with a command key, some how?

2023-10-11 Thread Rails Smith
Hello, I read about 5 years of old posts mentioning soft-wrap. Gosh it must be a bugger to keep this feature to be bug free, release after release, considering all of a huge variety of content that must be wrapped combined with variations of what User's want to see. Amazing job with that, Rich

Re: Copy markdown as HTML

2022-11-25 Thread Rails Smith
not bbedit but may be helpful # brew install cmark # cmark -t html src.md > dst.html if you are really interested in the markdown details: # brew install markdownlint-cli # markdownlint src.md > errors-md.txt 2>&1 -- This is the BBEdit Talk public discussion group. If you have a feature

Re: typing surround delimiters... Is single quote supposed to work too?

2019-04-26 Thread Rails Smith
exclusive selector for two modes in the same binary: o Senior mode o Millennial mode :-) On Thu, Apr 25, 2019 at 5:08 PM @lbutlr wrote: > On 24 Apr 2019, at 21:23, Rails Smith wrote: > > Double quote, square brackets, curly brackets works for me. > > Will angle brackets an

typing surround delimiters... Is single quote supposed to work too?

2019-04-25 Thread Rails Smith
Double quote, square brackets, curly brackets works for me. Will angle brackets and forward-slash be added? Thank you, Rich, Patrick and the team, for implementing these modern code-editing features. -- This is the BBEdit Talk public discussion group. If you have a feature request or need

Re: Noob trying to improve on these grep / expressions

2019-01-05 Thread Rails Smith
What fun thread! I find Rubular to be helpful for iterating on regex development. It is similar to the app mentioned in the App store. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email

auto-save front-most window on application switch

2018-06-06 Thread Rails Smith
Feature Request please... Modern developer workflows adopted an autosave View/Window on the application switch event (well, it appears like this as a User). For example when I switch from BBEdit to another application, such as Terminal, I need my changes to be saved without an additional