dream-num / univer

Univer is an open-source productivity tool dev kit helping you integrate spreadsheets, docs and slides into your applications.
https://univer.ai
Apache License 2.0
6.92k stars 600 forks source link

[Feature] I hope to be able to block the input of an = sign to convert an ordinary text into a formula (because I don’t need my own formula function) #3648

Open 840251442 opened 2 weeks ago

840251442 commented 2 weeks ago

Initial checklist

Problem

我希望可以屏蔽掉输入一个=号就可以把一个普通文本转化成公式

univer-bot[bot] commented 2 weeks ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

Origin Title: [Feature] 我希望可以屏蔽掉输入一个=号就可以把一个普通文本转化成公式 (因为我不需要自身的公式功能)

Title: [Feature] I hope to be able to block the input of an = sign to convert an ordinary text into a formula (because I don’t need my own formula function)


Initial checklist

Problem

I hope to be able to block the conversion of ordinary text into a formula by inputting an = sign.

jikkai commented 1 week ago

A configuration option could be provided to allow users to customize the symbol that triggers formulas. @Dushusir Such as

{
  formulaTriggerSymbol: boolean | '=' | string
}