Skip to content

Instantly share code, notes, and snippets.

@UltraInstinct0x
Created October 19, 2024 00:01
Show Gist options
  • Select an option

  • Save UltraInstinct0x/fc54efeda2a4c740d085a6fa02e65f8c to your computer and use it in GitHub Desktop.

Select an option

Save UltraInstinct0x/fc54efeda2a4c740d085a6fa02e65f8c to your computer and use it in GitHub Desktop.
Structural Prompt for Automated Note Creation in Obsidian

Structural Prompt for Automated Note Creation in Obsidian

This prompt serves as a guide for creating well-structured, interconnected notes in Obsidian using a consistent format. Follow the steps and structure to enhance the clarity and navigability of your knowledge base.


Initial Setup

  1. Create a new note with a capitalized, singular title: [[Topic]]
  2. Use proper naming conventions:
    • Capitalize all links
    • Use singular forms for concepts
    • Add context in parentheses for ambiguous terms, e.g., [[Vector (Mathematics)]]

Note Structure

Header

# [Topic Name]

Definition Section

## Definition
[Insert a concise definition of the topic]

Key aspects:
- [Aspect 1]: [Brief explanation with [[Relevant Link]]]
- [Aspect 2]: [Brief explanation with [[Another Link]]]
- [Aspect 3]: [Brief explanation]

Main Content

## Overview
[Provide a broader explanation of the topic, its significance, and its relationship to other concepts]

## Key Concepts
1. [[Concept 1]]: [Brief description]
2. [[Concept 2]]: [Brief description]
3. [[Concept 3]]: [Brief description]

## Applications
- [Application area 1]
- [Application area 2]
- [Application area 3]

## Related Topics
- [[Related Topic 1]]
- [[Related Topic 2]]
- [[Related Topic 3]]

Optional Sections (as needed)

## History
[Brief history of the topic, if relevant]

## Controversies or Debates
[Any ongoing discussions or disagreements in the field]

## Further Reading
- [Resource 1]
- [Resource 2]
- [Resource 3]

## Personal Notes
[Space for personal reflections, questions, or insights]

Note-Taking Process

  1. Start with the main [[Topic]] note
  2. Create links to subtopics within the definition and main content
  3. Click on a newly created link to generate a new note
  4. Repeat the process for each new note, creating a network of interconnected concepts
  5. Regularly review and update notes as understanding deepens

Best Practices

  • Keep notes concise and focused
  • Use links liberally to connect related concepts
  • Regularly review the graph view to identify clusters and gaps in knowledge
  • Update and refine notes as you learn more about the topic
  • Use tags or folders to categorize notes if needed (e.g., #machine-learning, #computer-science)
  • Consider creating an index note or MOC (Map of Content) for complex topics with many subtopics

Remember: This is a flexible structure. Adapt it as needed for different types of content or personal preferences.


Reference

This prompt was inspired by an article shared by Alia: Original Tweet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment