gogothegogo282 downloadsCopy folder contents (Markdown & Canvas files) to the clipboard formatted for LLM context.
This plugin is 100% generated using AI (Gemini CLI)!
A lightweight Obsidian plugin designed to streamline the process of providing context to Large Language Models (LLMs) like ChatGPT, Claude, or Gemini. Quickly export your notes and canvas files in a structured format optimized for LLM comprehension.
.md) and Canvas (.canvas) files to your clipboard.#private/sensitive) in settings to automatically exclude specific notes from all exports and the Context Builder.main.js, manifest.json, and styles.css from the releases.simple-exporter-for-llm in your vault's plugin directory: <vault>/.obsidian/plugins/simple-exporter-for-llm.Ctrl/Cmd + P -> "Open Context Builder").Go to Settings > Simple exporter for LLM to:
Context Prefix: Text at the very beginning. Use {{TREE}} to insert the visual structures.Context Suffix: Text at the very end.Item Prefix: Text before each file. Placeholders: {{PATH}}, {{CTIME}}, {{MTIME}}.Item Suffix: Text after each file.#private, archive#work will also ignore #work/projectA.<context>
Tag Structure:
└── #project
└── #project/active
└── Task.md
Folder Structure:
└── Project/
└── Task.md
<item loc="Project/Task.md" created="2024-01-20T10:00:00Z" modified="2024-01-21T15:30:00Z">
Note content goes here...
</item>
</context>