Skip to content

fix(parse_clippings): skip notes#13

Merged
cfm merged 1 commit into
mainfrom
12-skip-notes
Mar 29, 2026
Merged

fix(parse_clippings): skip notes#13
cfm merged 1 commit into
mainfrom
12-skip-notes

Conversation

@cfm

@cfm cfm commented Mar 29, 2026

Copy link
Copy Markdown
Owner

Fixes #12.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses Issue #12 by ensuring Kindle “Your Note” entries are not treated as highlights during clipping parsing, and documents the behavior.

Changes:

  • Skip entries whose metadata line indicates a “Your Note”.
  • Add a unit test verifying notes are skipped and don’t affect parsed highlights.
  • Document the limitation in the README.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/main.rs Adds “Your Note” filtering in parse_clippings and introduces a regression test to ensure notes are skipped.
README.md Documents that Kindle notes are skipped with a warning under a new “Limitations” section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/main.rs
Comment thread src/main.rs
@cfm cfm merged commit fd9b0b0 into main Mar 29, 2026
5 checks passed
@cfm cfm deleted the 12-skip-notes branch March 29, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Your Note" entries are included

2 participants