2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript11,288 stars (11,288 stars)701 forks (701 forks)batch import
feature requesthelp wanted
Description
pdf reader 可否記住頁數?
理論上只要往URL中添加hash就可以實現。
Contributor guide
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 85
- Research direction
- Locate the PDF viewer component in the extension's source code. The issue suggests adding a URL hash to store the current page number. Examine how the PDF viewer tracks the current page and how navigation occurs. Implement reading the hash on load and updating it on page change. Look for existing URL handling patterns in the codebase.