Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okld/streamlit-quill
Quill editor component for Streamlit.
https://github.com/okld/streamlit-quill
demo editor python quill quill-editor quilljs streamlit streamlit-component streamlit-quill
Last synced: 7 days ago
JSON representation
Quill editor component for Streamlit.
- Host: GitHub
- URL: https://github.com/okld/streamlit-quill
- Owner: okld
- License: mit
- Created: 2020-09-24T01:31:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T20:37:56.000Z (6 months ago)
- Last Synced: 2025-01-09T00:28:56.557Z (14 days ago)
- Topics: demo, editor, python, quill, quill-editor, quilljs, streamlit, streamlit-component, streamlit-quill
- Language: Python
- Homepage: https://share.streamlit.io/okld/streamlit-gallery/main?p=quill-editor
- Size: 352 KB
- Stars: 59
- Watchers: 1
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 Streamlit Quill
[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]
## Installation
```sh
pip install streamlit-quill
```## Getting started
```python
import streamlit as stfrom streamlit_quill import st_quill
# Spawn a new Quill editor
content = st_quill()# Display editor's content as you type
content
```## Demo
[![Open in Streamlit][share_badge]][share_link]
[![Preview][share_img]][share_link]
[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
[share_link]: https://share.streamlit.io/okld/streamlit-gallery/main?p=quill-editor
[share_img]: https://raw.githubusercontent.com/okld/streamlit-quill/main/preview.png[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/okld/streamlit-quill[pypi_badge]: https://badgen.net/pypi/v/streamlit-quill?icon=pypi&color=black&label
[pypi_link]: https://pypi.org/project/streamlit-quill