opentiny / opentiny/tiny-editor
✨ [Feature]: bubble 主题支持
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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