opentiny / opentiny/tiny-editor

✨ [Feature]: bubble 主题支持

Open
#66 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement welcome pr
Dominant language
TypeScript
Stars
535
Forks
71
Avg merge
6h 50m
Merged PRs (30d)
2

Description

What problem does this feature solve

目前样式仅包括了 snow 主题,quill 本身支持两种主题模式,希望能与 quill 一致

What does the proposed API look like
const fluentEditor = new FluentEditor('#editor', {
  theme: 'bubble',
});
What is your project name

?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how FluentEditor reads its theme option and compare the supported themes in Quill 2.0, especially the bubble theme. Implement the documented theme: 'bubble' option and verify that the editor renders with bubble styling while the existing snow theme continues to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.