fennr112 downloadsGenerate LeetCode problem templates in your notes.
An Obsidian plugin that creates a structured note from a LeetCode problem link or number. It fetches metadata, the problem description, similar questions, and your accepted solution(s).
link field from the active note's frontmatter and appends new accepted solutions without duplicates.{{number}}, {{slug}}, {{title}}) and target folder.bun install
bun run build
Copy main.js and manifest.json into .obsidian/plugins/leetcode-template/ and reload the plugin.
versions.json stays in the repository root for compatibility with older Obsidian versions and is not included in GitHub Releases.
{{number}}, {{slug}}, {{title}}en / ru; switches commands, notices, modal text, and template labelslink: https://leetcode.com/problems/.../.Frontmatter includes title, number, difficulty, tags, and link. Body sections: Description, My idea, Optimal solution, optional Similar questions, and Solutions with code, runtime, and memory. Duplicate solutions are removed; new ones are appended to the Solutions section.
Плагин создаёт заметку по ссылке или номеру задачи LeetCode: подтягивает метаданные, описание, похожие задачи и Accepted-решения. Команды и интерфейс доступны на русском — включите Language: ru в настройках.