{"id":37075574,"url":"https://github.com/musubi-labs/streamlit_lexical","last_synced_at":"2026-01-14T08:53:43.107Z","repository":{"id":304890138,"uuid":"826007307","full_name":"musubi-labs/streamlit_lexical","owner":"musubi-labs","description":"Streamlit component that allows you to use Meta's Lexical rich text editor","archived":false,"fork":false,"pushed_at":"2025-08-22T15:13:36.000Z","size":371,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-22T17:47:54.673Z","etag":null,"topics":["streamlit-component"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/streamlit-lexical/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/musubi-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-08T23:54:11.000Z","updated_at":"2025-08-22T15:10:29.000Z","dependencies_parsed_at":"2025-07-17T03:25:39.066Z","dependency_job_id":"c04808fe-0e3e-4120-8184-24759a60b9a8","html_url":"https://github.com/musubi-labs/streamlit_lexical","commit_stats":null,"previous_names":["musubi-labs/streamlit_lexical"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/musubi-labs/streamlit_lexical","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musubi-labs%2Fstreamlit_lexical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musubi-labs%2Fstreamlit_lexical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musubi-labs%2Fstreamlit_lexical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musubi-labs%2Fstreamlit_lexical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/musubi-labs","download_url":"https://codeload.github.com/musubi-labs/streamlit_lexical/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musubi-labs%2Fstreamlit_lexical/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["streamlit-component"],"created_at":"2026-01-14T08:53:42.582Z","updated_at":"2026-01-14T08:53:43.094Z","avatar_url":"https://github.com/musubi-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streamlit_lexical\n\nStreamlit component that allows you to use Meta's [Lexical](https://lexical.dev/) as a rich text plugin. \n\n## Installation instructions\n\n```sh\npip install streamlit-lexical\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom streamlit_lexical import streamlit_lexical\n\nmarkdown = streamlit_lexical(value=\"initial value in **markdown**\",\n                             placeholder=\"Enter some rich text\", \n                             height=800,\n                             debounce=500,\n                             key='1234', \n                             on_change=None\n                            )\n\n\nst.markdown(rich_text_dict)\n```\n\n## Development instructions\n\nAfter cloning the github repo...\n\nIn __init__.py, set:\n```python\nRELEASE = False\n```\nAnd you can test out the example.py with your changes by doing the following:\n\n```sh\ncd streamlit_lexical/frontend\nnpm install (or yarn install)\nnpm run start # Start the Webpack dev server\n```\n\nThen, in a separate terminal, run:\n```python\npip install -e .\nstreamlit run example.py\n```\n\nFurther, to build the package (after making changes/adding features), you can install it locally like: \n```sh\ncd streamlit_lexical/frontend\nnpm install (or yarn install)\nnpm run build\ncd ../..\npip install -e ./\n```\n\nMake sure the __init__.py file RELEASE is set to True in this case. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusubi-labs%2Fstreamlit_lexical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusubi-labs%2Fstreamlit_lexical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusubi-labs%2Fstreamlit_lexical/lists"}