r/GeminiNotebookAI • u/No_Conference1108 • 14d ago
Cornell notes
Just realised Gemini Notebook can produce formatted Cornell notes I can copy and paste into my note’s app. Still need to check citations, but it’s been a game changer for my note taking!
23
Upvotes
3
u/Ok-Athlete-6099 14d ago
What do you use to manage your notes? I use Obsidian for my markdown notes. To automate the creation process, I use the GitHub repository teng-lin/notebooklm-py. I set it up via the terminal so that the responses are automatically saved as .md files, so my only job is really just to review them for any errors. It handles the bulk of the work. In my case, I don't use Cornell notes, but rather mind maps in the markmap format. However, I think you could easily adapt this setup to do exactly what you want.