Dash ace editor component

I wrapped up a react ace editor GitHub - securingsincity/react-ace: React Ace Component in a Dash component:
GitHub - reasoned-ai/dash-ace: Dash Ace Editor Component

It supports python|javascript|sql modes with several themes. It also supports custom language in terms of syntax highlighting, code folding and auto-completion. A custom auto-completer endpoint can be configured for advanced code analysis and IntelliSense.

If these are the features you are looking for, please check it out and let me know your thoughts.

-Xu

2 Likes

Very nice, thanks for sharing!

Sure thing. Dash is a very good analytics framework for python. Thanks for the hard work!

1 Like

Update:
I have also enabled Diff views to compare different versions of codes.

2 Likes

Hi there,

thanks for this - it looks very nice, and I like the configurability! I am just checking it out now to see if I can use it as a suitable JSON viewer and editor. I have some trouble setting the editor properties, in that the default mode of ‘python’ seems to override my desired ‘mode’ settings. However, the demo that is provided at Document works nicely when changing mode. Any advice?

Thanks!