{"id":15159750,"url":"https://github.com/akshay1728/streamlit-jodit","last_synced_at":"2026-03-08T01:05:58.359Z","repository":{"id":254867865,"uuid":"847784186","full_name":"akshay1728/streamlit-jodit","owner":"akshay1728","description":"Jodit editor component for streamlit","archived":false,"fork":false,"pushed_at":"2026-01-12T18:12:38.000Z","size":429,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T19:40:14.069Z","etag":null,"topics":["html-editor","jodit","jodit-react","joditjs","pyhton","rich-text-editor","streamlit","streamlit-component","streamlit-jodit","streamlitjodit"],"latest_commit_sha":null,"homepage":"","language":"Python","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/akshay1728.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-26T14:39:28.000Z","updated_at":"2025-04-17T13:58:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d0008ff-f927-4cb9-a89d-ddd6ebd14924","html_url":"https://github.com/akshay1728/streamlit-jodit","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"aab658dac202ceef9b4e5107a076e3b5a954d00e"},"previous_names":["akshay1728/streamlit-jodit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akshay1728/streamlit-jodit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay1728%2Fstreamlit-jodit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay1728%2Fstreamlit-jodit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay1728%2Fstreamlit-jodit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay1728%2Fstreamlit-jodit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshay1728","download_url":"https://codeload.github.com/akshay1728/streamlit-jodit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay1728%2Fstreamlit-jodit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30240342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"ssl_error","status_checked_at":"2026-03-08T00:55:48.608Z","response_time":53,"last_error":"SSL_read: 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":["html-editor","jodit","jodit-react","joditjs","pyhton","rich-text-editor","streamlit","streamlit-component","streamlit-jodit","streamlitjodit"],"created_at":"2024-09-26T22:00:22.707Z","updated_at":"2026-03-08T01:05:58.326Z","avatar_url":"https://github.com/akshay1728.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streamlit-jodit\n\nStreamlit component that allows you to use Jodit HTML editor in streamlit. Jodit is a open source rich text editor\nhttps://xdsoft.net/jodit/\n\nThis component is based on react wrapper - https://github.com/jodit/jodit-react \n\n## Installation instructions\n\n```sh\npip install streamlit-jodit\n```\n\n## Usage instructions\n\n\n```python\nimport streamlit as st\n\nfrom streamlit_jodit import st_jodit\n\nconfig={\n            \n            'minHeight':300,\n        'uploader': {\n            'insertImageAsBase64URI': True,\n            'imagesExtensions': ['jpg', 'png', 'jpeg', 'gif', 'svg', 'webp']\n                    },\n             }\ncontent = st_jodit(config)\nst.write(content)\n```\nBy default code will pass **readonly:false** to config. \nList of options for config is available at https://xdsoft.net/jodit/docs/options.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshay1728%2Fstreamlit-jodit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshay1728%2Fstreamlit-jodit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshay1728%2Fstreamlit-jodit/lists"}