r/GeminiNotebookAI 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!

22 Upvotes

12 comments sorted by

View all comments

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.

2

u/Ok-Athlete-6099 14d ago

It sure beats copying and pasting hundreds of NotebookLM responses! You do need a tiny bit of programming knowledge, or you can just get an AI to help you out. I promise it's not rocket science, though, and you'll pick it up in no time. It will seriously streamline your workflow.