/streamlit-editorjs

EDITORJS editor component for Streamlit.

Primary LanguageTypeScriptMIT LicenseMIT

📝 Streamlit EditorJS

[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]

Installation

pip install streamlit-editorjs

Getting started

import streamlit as st

from streamlit_editorjs import editorjs

# Spawn a new Quill editor
content = st_quill()

# Display editor's content as you type
content

Development

cd streamlit_editorjs/frontend
yarn install
yarn build
yarn start .
streamlit run streamlit_editor/__init__.py

Based in editor quill for streamlit project.