This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a documentation repository for the AI Learning Assistant (AI学习助手), a learning tool that integrates AI capabilities with Obsidian note-taking software. The repository contains user guides and documentation for different versions of the software.
AI学习助手使用说明-软件版本V1.01.md- User guide for version 1.01, with images inimages/folderAI学习助手1.1版本 使用文档.docx- Word document for version 1.1AI学习助手1.1版本_使用文档.md- Converted markdown version of 1.1 documentationimages/- Screenshots and diagrams for v1.01 documentationmedia/- Extracted images from Word document conversion (when using pandoc --extract-media)
Use pandoc with media extraction to preserve images:
pandoc "filename.docx" --extract-media=. -o "output.md"- V1.01 documentation uses
images/folder with descriptive Chinese filenames - Converted Word docs create
media/folder with genericimage1.png,image2.pngnames - When merging documents, ensure image paths are consistent
When combining multiple markdown files:
- Align image folder structures (
images/vsmedia/) - Ensure heading levels are consistent
- Maintain table of contents structure used in existing docs
- Preserve Obsidian-specific syntax like
![[filename.png]]and table-of-contents blocks
The documentation covers:
- AI plugin usage (Copilot integration, custom personas)
- Voice recognition (ASR) deployment and configuration
- Text-to-speech (TTS) setup
- Multi-platform deployment (Windows CPU/CUDA, macOS)
- Obsidian plugin configuration and workflows
All documentation is in Chinese. The software supports both Windows and macOS platforms with different deployment packages for CPU and CUDA environments.