Hey, streamlit_ace is great stuff.
I am having issues though making the "markers" option do anything. Am I correct to think that it takes a list of dicts looking like
{'startRow': 1, 'startCol': 0, 'endRow': 302, 'endCol': 0, 'className': 'red', 'type': 'text'}
And "red" needs to be defined as CSS class via st.markdown()?
If not, how does it work?
Thanks
Hey, streamlit_ace is great stuff.
I am having issues though making the "markers" option do anything. Am I correct to think that it takes a list of dicts looking like
{'startRow': 1, 'startCol': 0, 'endRow': 302, 'endCol': 0, 'className': 'red', 'type': 'text'}And "red" needs to be defined as CSS class via
st.markdown()?If not, how does it work?
Thanks