dogsheep / dogsheep/apple-notes-to-sqlite
Configure full text search
Open
enhancement
- Dominant language
- Python
- Stars
- 251
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
FTS would be useful.
Maybe even extract the plain text from the notes to make that index easier to create, rather than creating it against the HTML. Can use the `plaintext` property for that.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the SQLite schema and the Apple Notes export path, then determine how the plaintext property is available for indexing. Done means full-text search can query note plaintext rather than HTML, with the relevant behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- databases, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100