在 HTML 文本区域中设置特殊文本的格式

发布于 2024-12-08 00:43:23 字数 109 浏览 1 评论 0原文

我正在开发一个用于 SQL 的 Web 编辑器,我希望能够在用户键入时使用与其他文本不同的文本(选择、创建、来自)来设置特殊 SQL 文本的样式。 这在 HTML 中可能吗? 我可以使用第三方库/插件吗?

I am developing a web editor for SQL, I would like to be able to style special SQL text with in text (select, create, from) differently from other texts, as a user types.
Is this possible in HTML?
Is there a third party libary/plugin I can use for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

哭泣的笑容 2024-12-15 00:43:23

试试 EditErea,它内置了 SQL 高亮支持。

Try EditErea, it has built-it SQL highlighting support.

孤独难免 2024-12-15 00:43:23

文本区域内的格式充其量是最少的。您可以尝试 Stack Overflow 使用的方法,即让用户在文本区域中输入内容,然后显示另一个带有输入格式的框。这是使用 Google Prettify 在 SO 完成的。这包括 SQL 格式化以及自动检测和格式化的其他语言列表。

Formatting inside a textarea is minimal at best. You might try the approach that Stack Overflow uses, which is to let your user input in a textarea and then display another box with the input formatted. This is done at SO using Google Prettify. This includes SQL formatting as well as a list of other languages, detected and formatted automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文