# Note Manager

### **✨** Key Features

#### 📝 Rich Markdown Support

* Full markdown syntax including headers, lists, code blocks, and tables
* Real-time preview with syntax highlighting
* Support for inline formatting (bold, italic, code, links)
* Blockquotes and horizontal rules

#### 🖼️ Media Integration

* Attach and display multiple images per note
* Horizontal image gallery with lightbox viewer
* Cover images with overlay effects
* Direct asset references from your Unity project

#### 🏷️ Advanced Organization

* Custom categories for project organization
* Multiple tags per note for easy filtering
* Priority levels (Low, Medium, High, Critical)
* Status tracking (Active, Completed, Archived, On Hold)
* Search functionality across all notes

#### 📑 Table of Contents

* Automatic TOC generation from markdown headers
* Quick navigation to any section
* Sticky sidebar for easy access while reading
* Multi-level heading support (H1, H2, H3)

#### 🎨 Modern Interface

* Dark theme optimized for Unity Editor
* Grid and card view layouts
* Compact metadata display with visual indicators
* Fullscreen note viewing mode
* Real-time content preview

#### 🔗 Unity Integration

* **OpenNote Component**: Attach to GameObjects to open specific notes from the scene
* Direct asset referencing and linking
* Quick access from Unity's Tools menu
* Persistent storage using ScriptableObjects
* Scene and project file linking

#### ✏️ Content Editing

* Live markdown preview while editing
* Undo/redo support
* Quick insert panel for markdown syntax
* Checkbox support for task lists
* Multi-line editing with auto-save

#### 📌 Note Management

* Pin important notes for quick access
* Duplicate notes with all content and metadata
* Bulk operations and filtering
* Creation and modification date tracking
* Note versioning through duplicates

### **🛠** Requirements

* **Unity Version**: 2021.3 or higher
* **Dependencies**:
  * Unity UI Toolkit (built-in)
  * TextMeshPro (optional, for enhanced typography)
* **Platform**: All Unity-supported platforms
* **Editor**: Windows, macOS, Linux

### **💡 Support**

If you encounter any issues or have feature requests, please contact us at: `soportelatintechnology@gmail.com`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://latin-tools.gitbook.io/latin-tools-docs/documentation/note-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
