зеркало из
https://github.com/docxology/cognitive.git
synced 2025-10-30 04:36:05 +02:00
4.1 KiB
4.1 KiB
| title | type | status | created | tags | semantic_relations | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Obsidian Usage Guide | guide | stable | 2024-02-12 |
|
|
Obsidian Usage Guide
Overview
This guide provides a comprehensive overview of using Obsidian for knowledge management in the cognitive modeling framework. For detailed information, see the specialized guides referenced throughout.
Quick Start
Installation
- Download Obsidian from obsidian.md
- Install and open Obsidian
- Open the cognitive modeling vault
- Configure recommended settings
Essential Features
- Markdown editing
- Wiki-style linking
- Graph visualization
- Plugin system
Knowledge Organization
Directory Structure
See obsidian/folder_structure for complete details.
cognitive/
├── knowledge_base/ # Core knowledge
├── docs/ # Documentation
└── templates/ # Note templates
Content Types
-
Knowledge Base
- Concepts
- Theories
- Implementations
- Research notes
-
Documentation
- Guides
- API docs
- Examples
- Tutorials
-
Templates
- Note templates
- Code templates
- Documentation templates
Linking System
Link Types
See obsidian/linking_patterns for complete details.
# Basic Links
[[filename]]
[[filename|alias]]
# Section Links
[[filename#section]]
# Block References
[[filename#^block-id]]
Link Organization
- Group related links
- Use consistent patterns
- Maintain bidirectional links
- Follow naming conventions
Templates
Using Templates
- Open command palette (Ctrl/Cmd + P)
- Select "Templates: Insert template"
- Choose appropriate template
- Fill in template fields
Template Types
See templates/template_guide for complete details.
-
Note Templates
--- title: ${title} type: ${type} created: ${date} --- # ${title} ## Overview ## Content -
Documentation Templates
--- title: ${title} type: documentation status: draft --- # ${title} ## Purpose ## Usage
Plugins
Core Plugins
- File Explorer
- Search
- Graph View
- Backlinks
- Outgoing Links
- Tags View
Community Plugins
See plugins/plugin_guide for complete details.
-
Essential Plugins
- Dataview
- Calendar
- Templates
- Mind Map
-
Development Plugins
- Code Blocks
- Mermaid
- PlantUML
- Math Preview
Workflows
Content Creation
- Choose appropriate template
- Fill in metadata
- Add content
- Create links
- Add tags
- Review and validate
Content Organization
- Use consistent structure
- Follow naming conventions
- Maintain clean hierarchy
- Regular cleanup
Link Management
- Create meaningful links
- Validate link targets
- Add backlinks
- Check link graph
Best Practices
File Management
- Use clear names
- Follow conventions
- Maintain organization
- Regular cleanup
Content Structure
- Clear hierarchy
- Consistent formatting
- Proper metadata
- Complete documentation
Link Hygiene
- Valid links
- Meaningful connections
- Bidirectional links
- Regular validation
Advanced Features
Graph View
- Node filtering
- Link filtering
- Custom colors
- Layout options
Search
- Full-text search
- Regular expressions
- File properties
- Tag filtering
Automation
- Templates
- Hotkeys
- Scripts
- Workflows
Troubleshooting
Common Issues
- Broken links
- Missing files
- Plugin conflicts
- Performance issues
Solutions
- Link validation
- File verification
- Plugin updates
- Cache clearing