append_entry
Add a new glossary entry with developer and simple explanations to an Obsidian dictionary file.
Instructions
Append a new glossary entry to the dictionary file. Use this to add new technical terms to the Obsidian glossary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the glossary markdown file (e.g., /path/to/vault/Glossary/개발용어사전.md) | |
| term | Yes | The technical term to add | |
| dev_explanation | Yes | Developer-focused explanation in Korean (1-2 sentences) | |
| simple_explanation | Yes | Simple explanation for non-developers in Korean (1 sentence) | |
| example | Yes | One short example in Korean |