Bike 2.0 (Preview 283-284)

284

  • Fixed a crash that could happen when undoing after a document reloaded.
  • Fixed a crash when running certain menu commands from scripts or automation
  • Dates in scripts and extensions now follow your real language and region settings
  • Calendar extension: the format preview rows in settings now show a small arrow indicator
  • AppleScript: the selection text property now also answers to its Bike 1 name selected text

283

  • File > Document Options…
  • Print theme popup in the print panel
  • Document spell-check language. Choose in the Check panel or Document Options
  • Created and modified row dates are now optional (off by default in new documents)
  • Configure row dates for new documents in Settings > Document (per file format)
  • Configure row dates for existing documents in File > Document Options
  • Fixed connection handling in the Row: Text Delete command
  • Crash that could happen right after renewing your license
  • Korean and other CJK input breaking on rows with links and highlight formatting
  • Outdenting rows that span multiple top-level rows or include folded children
  • Calendar extension (Settings > Extensions) configuration options (thanks, coignard!)
  • Installing the bike command-line tool no longer requires sudo in Terminal on first install. It is still required when you move Bike and need to reinstall.
  • Runtime: added the Box container component (Runtime/common.{js,css})
  • Row insert with format:'markdown' and no explicit type now runs the block parser, so a leading marker sets the row type

Download:

2 Likes

The row dates changes fixes up inconsistencies between file formats. It was that .bike would write row dates, while .md would not. Now all formats are treated the same:

  • Default is don’t include dates. Unless they are actually needed that add a lot of clutter to files and are the most expensive part of file parsing.
  • Setting is per document. Use File > Document Options to date serialization per document. There is not a persistent metadata flag for this setting. Instead when Bike reads a file it enables date writing if any read row contains a date attribute. Your existing documents that were tracking dates should continue to do so.
  • You can change the default for new documents in Settings > Document. There is a checkbox after the file format. The setting is per file format, so you can, for example, have bike documents track, while markdown documents do not.

I’ve also made a bunch of changes to Settings > Extension > Calendar. By default calendars are now rooted at document root (instead of Calendar row). And they build Year/Month/Day structure using plain rows. You can now make this structure flatter, by unchecking levels in settings. You can also configure so that heading rows, or other text/formatting is inserted per level when rows are created.

Last, if you don’t want your calendar at root level, you can just move the structure to some other location in your outline. When new rows are needed the calendar builds off existing structure where it is located.

Fixed some problems with the last release and now we have 284

For me, the calendar extension in 284 seems to do this:

In other words, it ignores the numbers and just enters the ISO date syntax. I have not yet touched the settings. Is this expected or could this be a bug?

I think this now works the way it should!