Bike 1.0 (38) Preview

Spent last week and a half on website stuff getting ready for making Bike more public. End result is surprisingly similar to what was already there, but at least I’m more confident about it. Do let me know if you see where I can improve things.

I also released a few changes for Bike 30:

  • Scale guide and drop indicator lines with font size
  • Foreground/Background color settings require a license
  • Fixed Focus In/Out animations to animate text caret correctly
  • Fixed problems where pasting from Bike into other applications wasn’t working

User guide is still a mess. Once I get that in a better state then will make Bike forum public so anyone can try Bike out. Will address any problems that come up and hopefully be ready for 1.0 soon after that.

Here’s current website: https://hogbaysoftware.netlify.app

2 Likes

Overall, it feels like it is coming together nicely.

The only thing that is bugging me:

On items with no sub-item, there is a tinted triangle:

Screen Shot 2022-04-12 at 12.13.25 PM

I would prefer that triangle to be a dash: — or even a “L” shaped line.

I can’t explain it well but the triangle (even a tinted one) makes me think & feel that the item should contain a sub-item. A line would be better, IMHO.

I like the script interface developments too :slight_smile:

Ha, yeah I needed some for scripting demo video. Been a long time since I working on an AppleScript dictionary, easier than I remember. Will likely change everything a few times before AppleScript support settles down. But I am considering adding supported (AppleScript) scripting support for 1.0.

“Real” scripting API will still be javascript based (run in app context) and released after 1.0.

2 Likes

You are probably right, but I’m going to wait until I have theme system in place so these sorts of visual tests are easier to iterate on. Abstractly I still like it as it is, but hard to say for sure since I haven’t tested other views.

1 Like

I personally like the cognitive economy of just one shape, with two angles and saturations.

Adding an extra glyph might feel more cluttered, I think.

And we clearly need something to quietly distinguish the start of a new node from folded lines:

I vote for clarity over clutter. :slight_smile:

Horizontal dash becomes bold or longer or angles or turns vertically?

This is increasing my desire for the theme customization implementation.

I personally find that the current design is working pretty well …

( The structure is visible at a glance, and attention is not distracted from text itself by too many extras )

It is bugging me enough that I have went back to doing my outlining in TaskPaper.

Here’s script to play with if anyone’s interested. Bike Into Automation Script.zip (2.9 KB)

1 Like

Thanks !

I wondered how you had done that : -)

1 Like

selection range of window

is working well.

For the moment, FWIW, I’m seeing an apple event error here with:

focus range of window

(macOS 11.6.5, Bike Preview 38)

Yeah, AppleScript support is very half baked at moment. Only setting colors is really well tested since that’s what I needed for demo video.

2 Likes