A simple turtle companion to study with you. It highlights important information, and those highlights can persist across sessions if you choose. Turtly is meant to be a supportive friend, handling the tedious work of highlighting so you can focus on learning. It began as a Hackathon project and has grown into a companion for my late-night study sessions.
A turtle companion that pops out while you read and studies alongside you. It highlights what it finds important, and you can finalize or remove those highlights with a click. Future features include paragraph summaries and quick notes. It’s designed to learn by your side — not as a cheat code, but as a companion to handle the tedious parts of studying.
v0.0.1
- Basic Extension
- Loads and keeps track of the number of paragraphs in a website
- Keeps track of the current focused paragraph
- Early debugging and setting up the environment for the upcoming features
- Early repository setup
v0.0.2
- Cleaner project structure
- Cleaner README file
- Added the idle sprite for the turtle (animations are still WIP)
- Turtle sprite now appears at the end of the paragraph (WIP)
v0.0.2
- Implement the sprites for the turtle (idle (main sprite done), dig down (WIP), and dig up (WIP))
- Add the icons for the extension
- Implement the popup, idle, and dig down animations
- Early setup of the highlight system
v0.0.3
- The turtle highlights passages as it's reading (highlights are faint)
- Implement the highlight locking after the user clicks the turtle (highlights become more apparent)
- Make the highlights persistent through reloads
- Clean up and polishing
