Skip to content

caviri/streamlit-editorjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 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.

About

EDITORJS editor component for Streamlit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 29.9%
  • JavaScript 27.4%
  • Python 24.1%
  • HTML 13.7%
  • CSS 4.9%