No description
Find a file
2025-06-05 11:40:14 +08:00
.github/workflows add action to auto build 2024-10-28 03:58:38 +00:00
docs adjust readme 2025-05-28 08:18:17 +00:00
images add video demo 2025-04-11 03:12:57 +00:00
src debug 2025-06-05 03:36:38 +00:00
.gitignore Initial commit 2024-10-28 03:47:40 +00:00
CHANGELOG.md debug 2025-06-04 00:41:17 +00:00
CHANGELOG_cn.md debug 2025-06-04 00:41:17 +00:00
esbuild.config.mjs move ts to src 2024-11-07 06:29:43 +00:00
LICENSE Initial commit 2024-10-28 03:47:40 +00:00
manifest.json update version info 2025-06-05 03:27:32 +00:00
package.json add more funcs 2025-04-02 09:49:39 +00:00
README.md debug 2025-06-04 00:41:17 +00:00
README_cn.md adjust readme file 2025-06-03 08:53:20 +00:00
styles.css debug 2025-06-04 04:01:19 +00:00
tsconfig.json Initial commit 2024-10-28 03:47:40 +00:00
version-bump.mjs Initial commit 2024-10-28 03:47:40 +00:00
versions.json adjust version to obsidian plugin review 2024-11-11 08:10:56 +00:00

English | 中文简体

ExMemo Tools

ExMemo Tools is an Obsidian plugin powered by large language models (LLM), offering intelligent document management and content optimization features.

Watch the video

Watch the video

Main Features

  • Smart File Archiving - Auto-recommend suitable directories
  • Smart Content Insertion - Auto-locate optimal insertion points
  • Metadata Management - Auto-generate tags, descriptions, titles
  • Directory Indexing - Create directory summaries and content tags
  • AI-Assisted Editing - Support content optimization and text continuation
  • Generate Card - Create Luhmann cards for files or selected paragraphs

Quick Start

Basic Configuration

  1. Configure LLM parameters: Set API key, base URL, and model name
  2. Optional: Configure tag list or auto-extract tags from repository
  3. Optional: Customize metadata generation prompts
  4. Recommended: Enable "content truncation" for long documents to control API costs

Need more detailed setup guide? Check out the Configuration Documentation

Core Features

Generate Metadata (Ctrl+P > ExMemo Tools: Generate Metadata)

  • Auto-generate tags, descriptions, titles, categories, and dates
  • Support incremental updates for existing metadata

Smart Archiving (Ctrl+P > ExMemo Tools: Select Suitable Directory for Current File)

  • Recommend best directories based on file content
  • Support directory filtering and path completion

Smart Content Editing (Ctrl+P > ExMemo Tools: Insert selected text/LLM Assistant/Continue Writing)

  • Smart insertion point location
  • AI-assisted content editing (with prompt management)
  • Context-aware text continuation

Generate Card (Ctrl+P > ExMemo Tools: Generate Luhmann Card)

  • Create Luhmann cards based on selected text or file content
  • Automatically insert cards into the file

Generate Index (Right-click directory > ExMemo Generate Directory Index / Search results > Create Index)

  • Generate directory structure and content summary
  • Auto-extract and aggregate tags
  • Auto-extract cards from files

License

This project is licensed under the GNU Lesser General Public License v3.0. For more details, please refer to the LICENSE file.

coffee