Transform your note-taking into progressive learning. Upload your markdown notes to Idealite where they're enhanced with AI-powered features like automatic tagging, flashcard generation, and intelligent organization.
- Turn distillation into action: Instead of endlessly shrinking notes into smaller blocks, Idealite converts them into flashcards you can do right away.
- Automates the busywork: Hit save, and the app auto-tags your note, adds rich metadata, and generates flashcards
- Surface real gaps: Idealite tracks which cards you miss, back-links to the exact passages you struggle with, and puts only those in your queue.
- Keeps you in the 'active' zone: By skipping everything you've already mastered, every session is deliberate practice, not passive reading.
- Extra features
- Built-in metrics
- Method-of-Loci 2.0
- Put a YAML block at the very top of the note
- Begin and end with
---
, no blank lines before the opening fence. - Use spaces (not tabs) for indention.
- Adding books
- Write each entry as "Title by Author" (or an object with title & author)
books:
- Atomic Habits by James Clear
- { title: "Peak", author: "Anders Ericsson" } # object form also works
- During upload Idealite hits OpenLibrary, fetches cover art & metadata, and links the book to your note.
- Adding URLs
urls:
- https://www.gatesnotes.com/Energy/My-new-favorite-battery-breakthrough
- https://x.com/someuser/status/987654321
- Each URL is looked up (Twitter/X or generic open-graph) and saved as a resource, complete with title, description, preview image, and publication date when available.
- Go to workspace page by clicking the folder icon in the left side navigation bar.
- Click on the Compass button to go to tag selection page
- Click on any of the circles to select tags.
- Go to the profile page by clicking on the user icon in the left side navigation bar.
- Click on the integrations button under the Account Settings header
- Click Generate API key button and copy the token
- After installing the Idealite Obsidian plugin
- Click on the settings button next to the vault button
- Click on the Idealite Obsidian Plugin in the Community Plugins
- In the settings, paste in the API key in the API Token and select a folder by click on the Browse... button.
- Your notes in the selected folder will be uploaded and processed into flashcards and notes on Idealite.
-
To update the version run
npm version patch
-
Merge pull request
-
Create a tag and release
git tag -a 1.0.1 -m "1.0.1"
git push origin 1.0.1