What's Changed
This change adds support for using the arrow keys to navigate across cells. It also adds a new UI element, mo.ui.code_editor()
, a text input with syntax highlighting.
Highlights
- improvement: Add ArrowUp/ArrowDown hotkey support for moving between cells by @mscolnick in #533
- feat: mo.ui.code_editor by @mscolnick in #531
- fix: don't make cells stale after formatting code by @mscolnick in #535
- feat: configurable line length in format by @akshayka in #528
- improvement: support running from https://marimo.io/static/ by @mscolnick in #525
- example: Add duckdb and hugging face example by @mscolnick in #529
Full Changelog: 0.1.73...0.1.74