1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Dart8,171 stars (8,171 stars)552 forks (552 forks)batch import
P3enhancementgood first issue
Description
希望能在每一个段落增加一个小的按钮,书写段落笔记,类似于番茄小说的评论区功能,方便进行添加
Contributor guide
- Tech stack
- dartflutter
- Domain
- frontendmobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- DartFlutterbasic state management
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- Review the paragraph rendering widget (likely in `lib/widgets/paragraph/` or similar). Identify where each paragraph is built in the codebase. The issue requests a small button per paragraph to add notes. Consider implementing a note taking feature similar to the comment system in Tomato Novel. Check if there is an existing note model or database. For a newcomer, start by adding a button to the paragraph widget and linking it to a note input modal. Look at existing features like bookmarks or highlights for patterns. Files to look at: `lib/pages/reader/` and `lib/models/`.