Generate Notes
# Generating Notes with LLMs
Use these prompts to turn source material into structured notes that are detailed enough to study from, but organized enough to scan quickly.
## Best for
- Lecture notes, study guides, book chapters, papers, tutorials, and documentation
- Converting transcripts or long articles into reusable notes
- Building outlines before writing an article or presentation
## Expected output
- A markdown document with clear `##` and `###` sections
- Short introductory paragraph under each main section
- Definitions, examples, and key takeaways
- Tables or ASCII diagrams where they improve understanding
- No unsupported facts beyond the provided source unless explicitly requested
## Required input
- Topic or source text
- Audience level
- Desired depth
- Whether the model may add external knowledge
- Any formatting constraints
## Source-Based Notes Prompt
Use this when you want notes grounded only in the material you provide.when to use it
Community prompt sourced from the open-source GitHub repo djeada/llm-queries (MIT). A "Generate Notes" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
educationcommunitygeneral
source
djeada/llm-queries · MIT