import { OnboardingButtons, kbdClasses, useDemoCode } from '.' import { onboardingPaths } from 'routes/Onboarding/paths' import { bracketWidthConstantLine } from 'lib/exampleKcl' export default function OnboardingInteractiveNumbers() { useDemoCode() return (
We believe editing in Modeling App should feel fluid between code and point-and-click, so that you can work in the way that feels most natural to you. Let's try something out that demonstrates this principle, by editing numbers without typing.
You can hold down different modifier keys to change the value by different increments:
Our code editor is built with{' '} CodeMirror , a great open-source project with extensions that make it even more dynamic and interactive, including{' '} one by the Replit team {' '} lets you interact with numbers in your code by dragging them around.
We're going to keep extending the text editor, and we'd love to hear your ideas for how to make it better.