- Added
bike.commands.toString()
for debugging
- Added
bike.keybindings.toString()
for debugging
- Added
value
to all cases of OultinePathValue
- Fixed keybindings documentation, use
-
as modifier key separator
- Fixed keybindings to again recognize modifiers
Quick set of API bug fixes and helpers.
Download:
1 Like
Here’s a rough example that shows how to use d3.js to get a different view on your outline.
Took me a while to figure out how to get everything connected. I’m still seeing unwanted errors in this import:
import * as d3 from "./d3.v7.min";
Error: File '... d3.v7.min.js' is not a module.ts(2306)
But the import seems to work OK, it’s just an error that VS Code is showing me.
If anyone has thoughts on how to make that work without errors I’d love to know how. Also I’m unsure how best to include typescript definitions. Anyway work in progress, but I think the basics should work in latest Bike 2 preview:
TreeView.bikeextension.zip (99.5 KB)
1 Like