JuliaPluto/PlutoUI.jl

CodeMirror input

Open

#170 创建于 2021年12月14日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Julia (60 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (314 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Just like the TextField, we want a widget to input text, but with syntax highlighting!

We should use CodeMirror 5 for this (not 6, too tricky): https://codemirror.net/

There should be a parameter to set the mode, i.e. the programming language, and the default value.

贡献者指南