obsidian-markdown

仓库创建 2026年2月2日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

对做笔记与知识管理的用户尤为实用,能保持格式与元数据一致性

这个 Skill 做什么

生成与编辑符合 Obsidian 扩展语法的 Markdown 文件

生成和编辑符合 Obsidian 扩展语法的 Markdown,支持 wikilinks、嵌入、callouts、frontmatter、属性和标签等特性。适合整理个人知识库、写笔记模板或把内容导入 Obsidian 时用。输出文件可直接放进 .md,省去手动修格式的麻烦。

▸ 展开 SKILL.md 英文原文

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

内容创作MarkdownObsidianwikilinkfrontmatter通用
4.2k
Stars
417
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anbeime/skill/main/skills/obsidian-skills-integrated/obsidian-markdown/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anbeime/skill/main/skills/obsidian-skills-integrated/obsidian-markdown/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Obsidian Flavored Markdown Skill

This skill enables skills-compatible agents to create and edit valid Obsidian Flavored Markdown, including all Obsidian-specific syntax extensions.

## Overview

Obsidian uses a combination of Markdown flavors:
- [CommonMark](https://commonmark.org/)
- [GitHub Flavored Markdown](https://github.github.com/gfm/)
- [LaTeX](https://www.latex-project.org/) for math
- Obsidian-specific extensions (wikilinks, callouts, embeds, etc.)

## Basic Formatting

### Paragraphs and Line Breaks

```markdown
This is a paragraph.

This is another paragraph (blank line between creates separate paragraphs).

For a line break within a paragraph, add two spaces at the end  
or u
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有