Yifei Zhang

Results 17 issues of Yifei Zhang

Here is a proposal for this feature: ```ts enum Actions { Fill = 'fill', // fill a text to text input Submit = 'submit', // submit a text to gpt...

https://tauri.app/v1/api/js/ - replace `window.prompt` and `window.confirm` with dialog api; - replace `copy/write` with clipboard api; - replace download with dialog api (save to file).

以 https://github.com/Illumine-Labs/GreatMaster 为例,如果在支持 markdown 语法的工具中输入,会变成下面的样子: ![image](https://github.com/ZhangHanDong/prompt-description-language/assets/16968934/075871b8-2c20-4157-b33f-baa43aa5f0c6) 反引号会被解析成 Code Block,人类可读性会很差,而且也没办法将其放入新的 Code Block 语法中。 如果能够使用三个连单引号来替代反引号,使用起来会更加方便: ![image](https://github.com/ZhangHanDong/prompt-description-language/assets/16968934/18bd1ba9-098a-4bf7-9359-8ea1545b5271)