streamlit-code-editor
streamlit-code-editor copied to clipboard
A code editor component for Streamlit apps, built on top of react-ace, with custom themes and customizable interface elements.
I read through the documentation and found there is no (simple) way to let the editor save user input automatically. Is it possible to have a callback function such as...
I am trying to use your great component. What I need to do is change the value/text of code in the code editor (most of the times I need to...
Hi, Thanks for your streamlit app, do you have recommendation or guidance of how to add a new syntax highlighting in the ace editor? Thanks
It would be nice to add a feature where a suggestion can be shown inline after the cursor. This type of suggestion should be partially transparent so not to be...
When autocompletion features are turned on, you get the annoying behavior where autocompletion suggestions pop up when typing comments. This is not ideal.
For greater maintainability, the changes made locally to fix issues with certain modules need to duplicated in forked repos.
Core scripts (and extensions/plugins/themes) inside the `ace-builds` and `react-ace` node modules have been modified/patched to work with streamlit-code-editor. The problem is multifold. 1. These modules should not have code specific...
Thanks a lot for this awesome project, I wonder if it is possible to disable this auto suggestion?
Hey, thanks so much for this project, its been a wonderful addition to my projects :) I noticed that the section on autocompletion/snippets is not finished in the docs, could...
Hello Anas ! I've been using your component for a while now and this is by far the most useful and aesthetic one as a code editor for Streamlit. I'm...