A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Include dictionary as in-scope (#917)

## Summary

* Include dictionary as in-scope

## Additional Context

* Discussion in
https://github.com/crosspoint-reader/crosspoint-reader/discussions/878

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? No

authored by

Dave Allie and committed by
GitHub
2e673c75 1a308269

+4 -2
+4 -2
SCOPE.md
··· 25 25 * **Library Management:** E.g. Simple, intuitive ways to organize and navigate a collection of books. 26 26 * **Local Transfer:** E.g. Simple, "pull" based book loading via a basic web-server or public and widely-used standards. 27 27 * **Language Support:** E.g. Support for multiple languages both in the reader and in the interfaces. 28 + * **Reference Tools:** E.g. Local dictionary lookup. Providing quick, offline definitions to enhance comprehension 29 + without breaking focus. 28 30 29 31 ### Out-of-Scope 30 32 ··· 34 36 * **Active Connectivity:** No RSS readers, News aggregators, or Web browsers. Background Wi-Fi tasks drain the battery 35 37 and complicate the single-core CPU's execution. 36 38 * **Media Playback:** No Audio players or Audio-books. 37 - * **Complex Reader Features:** No highlighting, notes, or dictionary lookup. These features are better suited for 38 - devices with better input capabilities and more powerful chips. 39 + * **Complex Annotation:** No typed out notes. These features are better suited for devices with better input 40 + capabilities and more powerful chips. 39 41 40 42 ## 3. Idea Evaluation 41 43