Imported from gideonfip/copy-as-markdown (
.kilocode/rules-ask/AGENTS.md). Install upstream withnpx skills add gideonfip/copy-as-markdown --skill rules-ask. Copyright stays with the author.
AGENTS.md - Ask Mode
This file provides contextual information for understanding this repository.
Project Overview
This is the Obsidian Web Clipper - an official browser extension for clipping web pages to Obsidian.
Key Components
src/core/popup.ts- Main popup UI (clipping interface)src/core/settings.ts- Settings pagesrc/content.ts- Content script (injected into pages)src/background.ts- Background service workersrc/utils/filters/- Template filters (like Liquid filters)src/utils/interpreter.ts- AI/LLM integration for prompt processing
Browser Builds
Three separate builds: Chrome (dist/), Firefox (dist_firefox/), Safari (dist_safari/)
Documentation
docs/folder contains user documentationdocs/Filters.md- Template filter referencedocs/Templates.md- Template system documentationdocs/Variables.md- Variable system documentation