opencode-skills-antigravity 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/bundled-skills/ad-creative/SKILL.md +371 -0
  2. package/bundled-skills/ad-creative/evals/evals.json +90 -0
  3. package/bundled-skills/ad-creative/references/generative-tools.md +637 -0
  4. package/bundled-skills/ad-creative/references/platform-specs.md +213 -0
  5. package/bundled-skills/ai-seo/SKILL.md +407 -0
  6. package/bundled-skills/ai-seo/evals/evals.json +90 -0
  7. package/bundled-skills/ai-seo/references/content-patterns.md +285 -0
  8. package/bundled-skills/ai-seo/references/platform-ranking-factors.md +152 -0
  9. package/bundled-skills/backend-dev-guidelines/SKILL.md +1 -1
  10. package/bundled-skills/cc-skill-security-review/SKILL.md +1 -1
  11. package/bundled-skills/churn-prevention/SKILL.md +433 -0
  12. package/bundled-skills/churn-prevention/evals/evals.json +93 -0
  13. package/bundled-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  14. package/bundled-skills/churn-prevention/references/dunning-playbook.md +408 -0
  15. package/bundled-skills/claude-api/LICENSE.txt +202 -0
  16. package/bundled-skills/claude-api/SKILL.md +252 -0
  17. package/bundled-skills/claude-api/csharp/claude-api.md +70 -0
  18. package/bundled-skills/claude-api/curl/examples.md +164 -0
  19. package/bundled-skills/claude-api/go/claude-api.md +146 -0
  20. package/bundled-skills/claude-api/java/claude-api.md +128 -0
  21. package/bundled-skills/claude-api/php/claude-api.md +88 -0
  22. package/bundled-skills/claude-api/python/agent-sdk/README.md +269 -0
  23. package/bundled-skills/claude-api/python/agent-sdk/patterns.md +319 -0
  24. package/bundled-skills/claude-api/python/claude-api/README.md +404 -0
  25. package/bundled-skills/claude-api/python/claude-api/batches.md +182 -0
  26. package/bundled-skills/claude-api/python/claude-api/files-api.md +162 -0
  27. package/bundled-skills/claude-api/python/claude-api/streaming.md +162 -0
  28. package/bundled-skills/claude-api/python/claude-api/tool-use.md +587 -0
  29. package/bundled-skills/claude-api/ruby/claude-api.md +87 -0
  30. package/bundled-skills/claude-api/shared/error-codes.md +205 -0
  31. package/bundled-skills/claude-api/shared/live-sources.md +121 -0
  32. package/bundled-skills/claude-api/shared/models.md +68 -0
  33. package/bundled-skills/claude-api/shared/tool-use-concepts.md +305 -0
  34. package/bundled-skills/claude-api/typescript/agent-sdk/README.md +220 -0
  35. package/bundled-skills/claude-api/typescript/agent-sdk/patterns.md +150 -0
  36. package/bundled-skills/claude-api/typescript/claude-api/README.md +313 -0
  37. package/bundled-skills/claude-api/typescript/claude-api/batches.md +106 -0
  38. package/bundled-skills/claude-api/typescript/claude-api/files-api.md +98 -0
  39. package/bundled-skills/claude-api/typescript/claude-api/streaming.md +178 -0
  40. package/bundled-skills/claude-api/typescript/claude-api/tool-use.md +477 -0
  41. package/bundled-skills/codex-review/SKILL.md +1 -1
  42. package/bundled-skills/cold-email/SKILL.md +167 -0
  43. package/bundled-skills/cold-email/evals/evals.json +94 -0
  44. package/bundled-skills/cold-email/references/benchmarks.md +83 -0
  45. package/bundled-skills/cold-email/references/follow-up-sequences.md +81 -0
  46. package/bundled-skills/cold-email/references/frameworks.md +90 -0
  47. package/bundled-skills/cold-email/references/personalization.md +79 -0
  48. package/bundled-skills/cold-email/references/subject-lines.md +53 -0
  49. package/bundled-skills/content-strategy/SKILL.md +374 -0
  50. package/bundled-skills/content-strategy/evals/evals.json +90 -0
  51. package/bundled-skills/content-strategy/references/headless-cms.md +194 -0
  52. package/bundled-skills/context7-auto-research/SKILL.md +1 -1
  53. package/bundled-skills/dbos-golang/SKILL.md +1 -1
  54. package/bundled-skills/dbos-python/SKILL.md +1 -1
  55. package/bundled-skills/dbos-typescript/SKILL.md +1 -1
  56. package/bundled-skills/debug-buttercup/SKILL.md +1 -1
  57. package/bundled-skills/defuddle/SKILL.md +50 -0
  58. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  59. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  60. package/bundled-skills/docs/integrations/jetski-gemini-loader/package.json +1 -0
  61. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  62. package/bundled-skills/docs/maintainers/skills-import-2026-03-21.md +81 -0
  63. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  64. package/bundled-skills/docs/users/bundles.md +1 -1
  65. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  66. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  67. package/bundled-skills/docs/users/getting-started.md +1 -1
  68. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  69. package/bundled-skills/docs/users/usage.md +4 -4
  70. package/bundled-skills/docs/users/visual-guide.md +4 -4
  71. package/bundled-skills/evaluation/SKILL.md +1 -1
  72. package/bundled-skills/exa-search/SKILL.md +1 -1
  73. package/bundled-skills/firecrawl-scraper/SKILL.md +1 -1
  74. package/bundled-skills/frontend-dev-guidelines/SKILL.md +1 -1
  75. package/bundled-skills/gha-security-review/SKILL.md +2 -1
  76. package/bundled-skills/git-pushing/SKILL.md +1 -1
  77. package/bundled-skills/internal-comms/LICENSE.txt +202 -0
  78. package/bundled-skills/internal-comms/SKILL.md +35 -0
  79. package/bundled-skills/internal-comms/examples/3p-updates.md +47 -0
  80. package/bundled-skills/internal-comms/examples/company-newsletter.md +65 -0
  81. package/bundled-skills/internal-comms/examples/faq-answers.md +30 -0
  82. package/bundled-skills/internal-comms/examples/general-comms.md +16 -0
  83. package/bundled-skills/json-canvas/SKILL.md +253 -0
  84. package/bundled-skills/json-canvas/references/EXAMPLES.md +329 -0
  85. package/bundled-skills/lead-magnets/SKILL.md +319 -0
  86. package/bundled-skills/lead-magnets/references/benchmarks.md +129 -0
  87. package/bundled-skills/lead-magnets/references/format-guide.md +196 -0
  88. package/bundled-skills/memory-systems/SKILL.md +1 -1
  89. package/bundled-skills/obsidian-bases/SKILL.md +506 -0
  90. package/bundled-skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
  91. package/bundled-skills/obsidian-cli/SKILL.md +115 -0
  92. package/bundled-skills/obsidian-markdown/SKILL.md +205 -0
  93. package/bundled-skills/obsidian-markdown/references/CALLOUTS.md +58 -0
  94. package/bundled-skills/obsidian-markdown/references/EMBEDS.md +63 -0
  95. package/bundled-skills/obsidian-markdown/references/PROPERTIES.md +61 -0
  96. package/bundled-skills/product-marketing-context/SKILL.md +250 -0
  97. package/bundled-skills/product-marketing-context/evals/evals.json +85 -0
  98. package/bundled-skills/react-best-practices/SKILL.md +1 -1
  99. package/bundled-skills/revops/SKILL.md +352 -0
  100. package/bundled-skills/revops/evals/evals.json +91 -0
  101. package/bundled-skills/revops/references/automation-playbooks.md +290 -0
  102. package/bundled-skills/revops/references/lifecycle-definitions.md +278 -0
  103. package/bundled-skills/revops/references/routing-rules.md +203 -0
  104. package/bundled-skills/revops/references/scoring-models.md +247 -0
  105. package/bundled-skills/sales-enablement/SKILL.md +358 -0
  106. package/bundled-skills/sales-enablement/evals/evals.json +91 -0
  107. package/bundled-skills/sales-enablement/references/deck-frameworks.md +263 -0
  108. package/bundled-skills/sales-enablement/references/demo-scripts.md +355 -0
  109. package/bundled-skills/sales-enablement/references/objection-library.md +270 -0
  110. package/bundled-skills/sales-enablement/references/one-pager-templates.md +208 -0
  111. package/bundled-skills/seo/SKILL.md +139 -0
  112. package/bundled-skills/seo/references/cwv-thresholds.md +108 -0
  113. package/bundled-skills/seo/references/eeat-framework.md +214 -0
  114. package/bundled-skills/seo/references/quality-gates.md +155 -0
  115. package/bundled-skills/seo/references/schema-types.md +118 -0
  116. package/bundled-skills/seo-competitor-pages/SKILL.md +229 -0
  117. package/bundled-skills/seo-content/SKILL.md +186 -0
  118. package/bundled-skills/seo-dataforseo/SKILL.md +395 -0
  119. package/bundled-skills/seo-geo/SKILL.md +254 -0
  120. package/bundled-skills/seo-hreflang/SKILL.md +209 -0
  121. package/bundled-skills/seo-image-gen/SKILL.md +183 -0
  122. package/bundled-skills/seo-images/SKILL.md +193 -0
  123. package/bundled-skills/seo-page/SKILL.md +103 -0
  124. package/bundled-skills/seo-plan/SKILL.md +136 -0
  125. package/bundled-skills/seo-plan/assets/agency.md +175 -0
  126. package/bundled-skills/seo-plan/assets/ecommerce.md +167 -0
  127. package/bundled-skills/seo-plan/assets/generic.md +144 -0
  128. package/bundled-skills/seo-plan/assets/local-service.md +160 -0
  129. package/bundled-skills/seo-plan/assets/publisher.md +153 -0
  130. package/bundled-skills/seo-plan/assets/saas.md +135 -0
  131. package/bundled-skills/seo-programmatic/SKILL.md +184 -0
  132. package/bundled-skills/seo-schema/SKILL.md +178 -0
  133. package/bundled-skills/seo-sitemap/SKILL.md +129 -0
  134. package/bundled-skills/seo-technical/SKILL.md +175 -0
  135. package/bundled-skills/site-architecture/SKILL.md +366 -0
  136. package/bundled-skills/site-architecture/evals/evals.json +88 -0
  137. package/bundled-skills/site-architecture/references/mermaid-templates.md +216 -0
  138. package/bundled-skills/site-architecture/references/navigation-patterns.md +305 -0
  139. package/bundled-skills/site-architecture/references/site-type-templates.md +293 -0
  140. package/bundled-skills/skill-improver/SKILL.md +1 -1
  141. package/bundled-skills/tavily-web/SKILL.md +1 -1
  142. package/bundled-skills/test-fixing/SKILL.md +1 -1
  143. package/bundled-skills/tool-design/SKILL.md +1 -1
  144. package/bundled-skills/ui-ux-pro-max/SKILL.md +1 -1
  145. package/bundled-skills/verification-before-completion/SKILL.md +1 -1
  146. package/bundled-skills/wiki-changelog/SKILL.md +1 -1
  147. package/bundled-skills/wiki-onboarding/SKILL.md +1 -1
  148. package/bundled-skills/wiki-qa/SKILL.md +1 -1
  149. package/bundled-skills/wiki-researcher/SKILL.md +1 -1
  150. package/bundled-skills/wiki-vitepress/SKILL.md +1 -1
  151. package/package.json +1 -1
@@ -0,0 +1,115 @@
1
+ ---
2
+ name: obsidian-cli
3
+ description: "Use the Obsidian CLI to read, create, search, and manage vault content, or to develop and debug Obsidian plugins and themes from the command line."
4
+ risk: unknown
5
+ source: "https://github.com/kepano/obsidian-skills"
6
+ date_added: "2026-03-21"
7
+ ---
8
+
9
+ # Obsidian CLI
10
+
11
+ Use the `obsidian` CLI to interact with a running Obsidian instance. Requires Obsidian to be open.
12
+
13
+ ## When to Use
14
+
15
+ - Use when managing vault content through the Obsidian CLI.
16
+ - Use when developing or debugging Obsidian plugins and themes from the command line.
17
+ - Use when the user wants shell-driven interaction with a running Obsidian app.
18
+
19
+ ## Command reference
20
+
21
+ Run `obsidian help` to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli
22
+
23
+ ## Syntax
24
+
25
+ **Parameters** take a value with `=`. Quote values with spaces:
26
+
27
+ ```bash
28
+ obsidian create name="My Note" content="Hello world"
29
+ ```
30
+
31
+ **Flags** are boolean switches with no value:
32
+
33
+ ```bash
34
+ obsidian create name="My Note" silent overwrite
35
+ ```
36
+
37
+ For multiline content use `\n` for newline and `\t` for tab.
38
+
39
+ ## File targeting
40
+
41
+ Many commands accept `file` or `path` to target a file. Without either, the active file is used.
42
+
43
+ - `file=<name>` — resolves like a wikilink (name only, no path or extension needed)
44
+ - `path=<path>` — exact path from vault root, e.g. `folder/note.md`
45
+
46
+ ## Vault targeting
47
+
48
+ Commands target the most recently focused vault by default. Use `vault=<name>` as the first parameter to target a specific vault:
49
+
50
+ ```bash
51
+ obsidian vault="My Vault" search query="test"
52
+ ```
53
+
54
+ ## Common patterns
55
+
56
+ ```bash
57
+ obsidian read file="My Note"
58
+ obsidian create name="New Note" content="# Hello" template="Template" silent
59
+ obsidian append file="My Note" content="New line"
60
+ obsidian search query="search term" limit=10
61
+ obsidian daily:read
62
+ obsidian daily:append content="- [ ] New task"
63
+ obsidian property:set name="status" value="done" file="My Note"
64
+ obsidian tasks daily todo
65
+ obsidian tags sort=count counts
66
+ obsidian backlinks file="My Note"
67
+ ```
68
+
69
+ Use `--copy` on any command to copy output to clipboard. Use `silent` to prevent files from opening. Use `total` on list commands to get a count.
70
+
71
+ ## Plugin development
72
+
73
+ ### Develop/test cycle
74
+
75
+ After making code changes to a plugin or theme, follow this workflow:
76
+
77
+ 1. **Reload** the plugin to pick up changes:
78
+ ```bash
79
+ obsidian plugin:reload id=my-plugin
80
+ ```
81
+ 2. **Check for errors** — if errors appear, fix and repeat from step 1:
82
+ ```bash
83
+ obsidian dev:errors
84
+ ```
85
+ 3. **Verify visually** with a screenshot or DOM inspection:
86
+ ```bash
87
+ obsidian dev:screenshot path=screenshot.png
88
+ obsidian dev:dom selector=".workspace-leaf" text
89
+ ```
90
+ 4. **Check console output** for warnings or unexpected logs:
91
+ ```bash
92
+ obsidian dev:console level=error
93
+ ```
94
+
95
+ ### Additional developer commands
96
+
97
+ Run JavaScript in the app context:
98
+
99
+ ```bash
100
+ obsidian eval code="app.vault.getFiles().length"
101
+ ```
102
+
103
+ Inspect CSS values:
104
+
105
+ ```bash
106
+ obsidian dev:css selector=".workspace-leaf" prop=background-color
107
+ ```
108
+
109
+ Toggle mobile emulation:
110
+
111
+ ```bash
112
+ obsidian dev:mobile on
113
+ ```
114
+
115
+ Run `obsidian help` to see additional developer commands including CDP and debugger controls.
@@ -0,0 +1,205 @@
1
+ ---
2
+ name: obsidian-markdown
3
+ description: 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.
4
+ risk: unknown
5
+ source: "https://github.com/kepano/obsidian-skills"
6
+ date_added: "2026-03-21"
7
+ ---
8
+
9
+ # Obsidian Flavored Markdown Skill
10
+
11
+ Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge.
12
+
13
+ ## When to Use
14
+
15
+ - Use when writing or editing Markdown notes intended for Obsidian.
16
+ - Use when the task involves wikilinks, embeds, callouts, frontmatter properties, or Obsidian-specific syntax.
17
+ - Use when the user wants notes that render correctly inside an Obsidian vault.
18
+
19
+ ## Workflow: Creating an Obsidian Note
20
+
21
+ 1. **Add frontmatter** with properties (title, tags, aliases) at the top of the file. See [PROPERTIES.md](references/PROPERTIES.md) for all property types.
22
+ 2. **Write content** using standard Markdown for structure, plus Obsidian-specific syntax below.
23
+ 3. **Link related notes** using wikilinks (`[[Note]]`) for internal vault connections, or standard Markdown links for external URLs.
24
+ 4. **Embed content** from other notes, images, or PDFs using the `![[embed]]` syntax. See [EMBEDS.md](references/EMBEDS.md) for all embed types.
25
+ 5. **Add callouts** for highlighted information using `> [!type]` syntax. See [CALLOUTS.md](references/CALLOUTS.md) for all callout types.
26
+ 6. **Verify** the note renders correctly in Obsidian's reading view.
27
+
28
+ > When choosing between wikilinks and Markdown links: use `[[wikilinks]]` for notes within the vault (Obsidian tracks renames automatically) and plain Markdown links for external URLs only.
29
+
30
+ ## Internal Links (Wikilinks)
31
+
32
+ ```markdown
33
+ [[Note Name]] Link to note
34
+ [[Note Name|Display Text]] Custom display text
35
+ [[Note Name#Heading]] Link to heading
36
+ [[Note Name#^block-id]] Link to block
37
+ [[#Heading in same note]] Same-note heading link
38
+ ```
39
+
40
+ Define a block ID by appending `^block-id` to any paragraph:
41
+
42
+ ```markdown
43
+ This paragraph can be linked to. ^my-block-id
44
+ ```
45
+
46
+ For lists and quotes, place the block ID on a separate line after the block:
47
+
48
+ ```markdown
49
+ > A quote block
50
+
51
+ ^quote-id
52
+ ```
53
+
54
+ ## Embeds
55
+
56
+ Prefix any wikilink with `!` to embed its content inline:
57
+
58
+ ```markdown
59
+ ![[Note Name]] Embed full note
60
+ ![[Note Name#Heading]] Embed section
61
+ ![[image.png]] Embed image
62
+ ![[image.png|300]] Embed image with width
63
+ ![[document.pdf#page=3]] Embed PDF page
64
+ ```
65
+
66
+ See [EMBEDS.md](references/EMBEDS.md) for audio, video, search embeds, and external images.
67
+
68
+ ## Callouts
69
+
70
+ ```markdown
71
+ > [!note]
72
+ > Basic callout.
73
+
74
+ > [!warning] Custom Title
75
+ > Callout with a custom title.
76
+
77
+ > [!faq]- Collapsed by default
78
+ > Foldable callout (- collapsed, + expanded).
79
+ ```
80
+
81
+ Common types: `note`, `tip`, `warning`, `info`, `example`, `quote`, `bug`, `danger`, `success`, `failure`, `question`, `abstract`, `todo`.
82
+
83
+ See [CALLOUTS.md](references/CALLOUTS.md) for the full list with aliases, nesting, and custom CSS callouts.
84
+
85
+ ## Properties (Frontmatter)
86
+
87
+ ```yaml
88
+ ---
89
+ title: My Note
90
+ date: 2024-01-15
91
+ tags:
92
+ - project
93
+ - active
94
+ aliases:
95
+ - Alternative Name
96
+ cssclasses:
97
+ - custom-class
98
+ ---
99
+ ```
100
+
101
+ Default properties: `tags` (searchable labels), `aliases` (alternative note names for link suggestions), `cssclasses` (CSS classes for styling).
102
+
103
+ See [PROPERTIES.md](references/PROPERTIES.md) for all property types, tag syntax rules, and advanced usage.
104
+
105
+ ## Tags
106
+
107
+ ```markdown
108
+ #tag Inline tag
109
+ #nested/tag Nested tag with hierarchy
110
+ ```
111
+
112
+ Tags can contain letters, numbers (not first character), underscores, hyphens, and forward slashes. Tags can also be defined in frontmatter under the `tags` property.
113
+
114
+ ## Comments
115
+
116
+ ```markdown
117
+ This is visible %%but this is hidden%% text.
118
+
119
+ %%
120
+ This entire block is hidden in reading view.
121
+ %%
122
+ ```
123
+
124
+ ## Obsidian-Specific Formatting
125
+
126
+ ```markdown
127
+ ==Highlighted text== Highlight syntax
128
+ ```
129
+
130
+ ## Math (LaTeX)
131
+
132
+ ```markdown
133
+ Inline: $e^{i\pi} + 1 = 0$
134
+
135
+ Block:
136
+ $$
137
+ \frac{a}{b} = c
138
+ $$
139
+ ```
140
+
141
+ ## Diagrams (Mermaid)
142
+
143
+ ````markdown
144
+ ```mermaid
145
+ graph TD
146
+ A[Start] --> B{Decision}
147
+ B -->|Yes| C[Do this]
148
+ B -->|No| D[Do that]
149
+ ```
150
+ ````
151
+
152
+ To link Mermaid nodes to Obsidian notes, add `class NodeName internal-link;`.
153
+
154
+ ## Footnotes
155
+
156
+ ```markdown
157
+ Text with a footnote[^1].
158
+
159
+ [^1]: Footnote content.
160
+
161
+ Inline footnote.^[This is inline.]
162
+ ```
163
+
164
+ ## Complete Example
165
+
166
+ ````markdown
167
+ ---
168
+ title: Project Alpha
169
+ date: 2024-01-15
170
+ tags:
171
+ - project
172
+ - active
173
+ status: in-progress
174
+ ---
175
+
176
+ # Project Alpha
177
+
178
+ This project aims to [[improve workflow]] using modern techniques.
179
+
180
+ > [!important] Key Deadline
181
+ > The first milestone is due on ==January 30th==.
182
+
183
+ ## Tasks
184
+
185
+ - [x] Initial planning
186
+ - [ ] Development phase
187
+ - [ ] Backend implementation
188
+ - [ ] Frontend design
189
+
190
+ ## Notes
191
+
192
+ The algorithm uses $O(n \log n)$ sorting. See [[Algorithm Notes#Sorting]] for details.
193
+
194
+ ![[Architecture Diagram.png|600]]
195
+
196
+ Reviewed in [[Meeting Notes 2024-01-10#Decisions]].
197
+ ````
198
+
199
+ ## References
200
+
201
+ - [Obsidian Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown)
202
+ - [Internal links](https://help.obsidian.md/links)
203
+ - [Embed files](https://help.obsidian.md/embeds)
204
+ - [Callouts](https://help.obsidian.md/callouts)
205
+ - [Properties](https://help.obsidian.md/properties)
@@ -0,0 +1,58 @@
1
+ # Callouts Reference
2
+
3
+ ## Basic Callout
4
+
5
+ ```markdown
6
+ > [!note]
7
+ > This is a note callout.
8
+
9
+ > [!info] Custom Title
10
+ > This callout has a custom title.
11
+
12
+ > [!tip] Title Only
13
+ ```
14
+
15
+ ## Foldable Callouts
16
+
17
+ ```markdown
18
+ > [!faq]- Collapsed by default
19
+ > This content is hidden until expanded.
20
+
21
+ > [!faq]+ Expanded by default
22
+ > This content is visible but can be collapsed.
23
+ ```
24
+
25
+ ## Nested Callouts
26
+
27
+ ```markdown
28
+ > [!question] Outer callout
29
+ > > [!note] Inner callout
30
+ > > Nested content
31
+ ```
32
+
33
+ ## Supported Callout Types
34
+
35
+ | Type | Aliases | Color / Icon |
36
+ |------|---------|-------------|
37
+ | `note` | - | Blue, pencil |
38
+ | `abstract` | `summary`, `tldr` | Teal, clipboard |
39
+ | `info` | - | Blue, info |
40
+ | `todo` | - | Blue, checkbox |
41
+ | `tip` | `hint`, `important` | Cyan, flame |
42
+ | `success` | `check`, `done` | Green, checkmark |
43
+ | `question` | `help`, `faq` | Yellow, question mark |
44
+ | `warning` | `caution`, `attention` | Orange, warning |
45
+ | `failure` | `fail`, `missing` | Red, X |
46
+ | `danger` | `error` | Red, zap |
47
+ | `bug` | - | Red, bug |
48
+ | `example` | - | Purple, list |
49
+ | `quote` | `cite` | Gray, quote |
50
+
51
+ ## Custom Callouts (CSS)
52
+
53
+ ```css
54
+ .callout[data-callout="custom-type"] {
55
+ --callout-color: 255, 0, 0;
56
+ --callout-icon: lucide-alert-circle;
57
+ }
58
+ ```
@@ -0,0 +1,63 @@
1
+ # Embeds Reference
2
+
3
+ ## Embed Notes
4
+
5
+ ```markdown
6
+ ![[Note Name]]
7
+ ![[Note Name#Heading]]
8
+ ![[Note Name#^block-id]]
9
+ ```
10
+
11
+ ## Embed Images
12
+
13
+ ```markdown
14
+ ![[image.png]]
15
+ ![[image.png|640x480]] Width x Height
16
+ ![[image.png|300]] Width only (maintains aspect ratio)
17
+ ```
18
+
19
+ ## External Images
20
+
21
+ ```markdown
22
+ ![Alt text](https://example.com/image.png)
23
+ ![Alt text|300](https://example.com/image.png)
24
+ ```
25
+
26
+ ## Embed Audio
27
+
28
+ ```markdown
29
+ ![[audio.mp3]]
30
+ ![[audio.ogg]]
31
+ ```
32
+
33
+ ## Embed PDF
34
+
35
+ ```markdown
36
+ ![[document.pdf]]
37
+ ![[document.pdf#page=3]]
38
+ ![[document.pdf#height=400]]
39
+ ```
40
+
41
+ ## Embed Lists
42
+
43
+ ```markdown
44
+ ![[Note#^list-id]]
45
+ ```
46
+
47
+ Where the list has a block ID:
48
+
49
+ ```markdown
50
+ - Item 1
51
+ - Item 2
52
+ - Item 3
53
+
54
+ ^list-id
55
+ ```
56
+
57
+ ## Embed Search Results
58
+
59
+ ````markdown
60
+ ```query
61
+ tag:#project status:done
62
+ ```
63
+ ````
@@ -0,0 +1,61 @@
1
+ # Properties (Frontmatter) Reference
2
+
3
+ Properties use YAML frontmatter at the start of a note:
4
+
5
+ ```yaml
6
+ ---
7
+ title: My Note Title
8
+ date: 2024-01-15
9
+ tags:
10
+ - project
11
+ - important
12
+ aliases:
13
+ - My Note
14
+ - Alternative Name
15
+ cssclasses:
16
+ - custom-class
17
+ status: in-progress
18
+ rating: 4.5
19
+ completed: false
20
+ due: 2024-02-01T14:30:00
21
+ ---
22
+ ```
23
+
24
+ ## Property Types
25
+
26
+ | Type | Example |
27
+ |------|---------|
28
+ | Text | `title: My Title` |
29
+ | Number | `rating: 4.5` |
30
+ | Checkbox | `completed: true` |
31
+ | Date | `date: 2024-01-15` |
32
+ | Date & Time | `due: 2024-01-15T14:30:00` |
33
+ | List | `tags: [one, two]` or YAML list |
34
+ | Links | `related: "[[Other Note]]"` |
35
+
36
+ ## Default Properties
37
+
38
+ - `tags` - Note tags (searchable, shown in graph view)
39
+ - `aliases` - Alternative names for the note (used in link suggestions)
40
+ - `cssclasses` - CSS classes applied to the note in reading/editing view
41
+
42
+ ## Tags
43
+
44
+ ```markdown
45
+ #tag
46
+ #nested/tag
47
+ #tag-with-dashes
48
+ #tag_with_underscores
49
+ ```
50
+
51
+ Tags can contain: letters (any language), numbers (not first character), underscores `_`, hyphens `-`, forward slashes `/` (for nesting).
52
+
53
+ In frontmatter:
54
+
55
+ ```yaml
56
+ ---
57
+ tags:
58
+ - tag1
59
+ - nested/tag2
60
+ ---
61
+ ```