Dave Winer
Dave Winer
Suppose, writing on your blog, or in a comment on GitHub, you wanted to link to the announcement of Electric Drummer in the Change Notes outline, as viewed in Drummer....
New feature today -- tweets.opml. Preliminary docs are in the Change Notes for today.
Yesterday I added some new users to the Drummer test group. Calling it The Class of September 2021. If you're part of this group, you should have a fresh new-user...
@andrewshell -- I haven't had the time to dig in on this, but when writing sample scripts, I've noticed they behave weirdly if I use the built-in JavaScript [forEach](https://www.w3schools.com/jsref/jsref_foreach.asp) function,...
I was chatting with @allenwb this afternoon and he asked for a way to see the script code that Drummer is generating when you run a script from the Scripts...
This is starting to feel like a product ship. ### Drummer == the smaller Frontier for the web I was asked what are we doing here? It's pretty simple. I'm...
I've been writing docs for months so that they will be ready for the hoards of new users I imagine will descend on Drummer when they find out how adorable...
In the last post, I showed you how to start your own Scripts menu, and you wrote a Hello World script, and invoked it from a command in the Scripts...
This doc explains how to add a command to the Scripts menu. ### Screen shot First, a [screen shot](http://scripting.com/images/2021/07/29/helloWorldSetupDrummer.png) of where we're headed. ### Create the Scripts menu 1. In...
# Never mind! I fixed it. The glue was still wrong. Here's the new glue that works. ``` alert: function (s) { //7/29/21 by DW return new Promise (function (resolve,...