Can anyone suggest a way to easily use an external editor (specifically BBEdit) to write text on a web page, such as in this fine forum?
By “easily” I mean of course more easily than copy-paste, especially if, like me, you end up editing your message several times.
Many years ago I remember a browser extension that did this very well. But at some point it must have stopped working, and I never found a replacement.
I found several advantages to writing web text like this. I’d get a nice big window that wasn’t jammed at the bottom of the page. I could be confident that making a new paragraph wouldn’t trigger a premature post. I got smart quotes in web editors that didn’t provide them natively. And I could scroll up the page in question without losing sight of my text.
I’ve tried GhostText and it works well with Visual Studio Code and various other editors. But as far as I can see it doesn’t currently support BBEdit, which is my scratchpad of choice.
The server model GhostText uses, which keeps text in sync at all times between the web form and the editor, is also perhaps overkill. The ancient app I’m thinking of simply copied the text back to the browser in a one-off operation, I think when you attempted to save or close the text editor document.
I like scripting and I use LaunchBar all the time. But I can’t think of a really really simple way to automate this, and I don’t want to switch to VSC.