Skip to content

Commit 79aa4f8

Browse files
committed
Simplify skill
1 parent 7bd7f90 commit 79aa4f8

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.agents/skills/draftjs-exporter/SKILL.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: draftjs-exporter
33
description: Use when working with the Draft.js exporter library. Manipulating and rendering Draft.js ContentState to HTML or Markdown, parsing Markdown back into ContentState, writing custom block/entity/style components, configuring block/style/entity maps, picking or building DOM, or extending the exporter with fallbacks and composite decorators. Trigger on imports from `draftjs_exporter`, `DOM.create_element`, `block_map` / `style_map` / `entity_decorators` / `composite_decorators`, `build_markdown_config`, `markdown_to_content_state`, or Draft.js `ContentState` / `entityMap` JSON.
4+
license: MIT
5+
metadata:
6+
version: "6.0.0"
47
---
58

69
# Draft.js exporter
@@ -219,21 +222,6 @@ All imported from `draftjs_exporter` directly:
219222

220223
For every `BLOCK_TYPES.*`, `INLINE_STYLES.*`, `ENTITY_TYPES.*` value, see [the API reference](https://wagtail.github.io/draftjs_exporter/api/) or [`constants.py`](https://github.com/wagtail/draftjs_exporter/blob/main/draftjs_exporter/constants.py).
221224

222-
## Reference docs
223-
224-
- [Getting started](https://wagtail.github.io/draftjs_exporter/getting-started/)
225-
- [Content state](https://wagtail.github.io/draftjs_exporter/content-state/)
226-
- [Configuration](https://wagtail.github.io/draftjs_exporter/configuration/)
227-
- [Custom components](https://wagtail.github.io/draftjs_exporter/custom-components/)
228-
- [Fallbacks](https://wagtail.github.io/draftjs_exporter/fallback-components/)
229-
- [Alternative engines](https://wagtail.github.io/draftjs_exporter/alternative-engines/)
230-
- [Custom engines](https://wagtail.github.io/draftjs_exporter/custom-engines/)
231-
- [Markdown](https://wagtail.github.io/draftjs_exporter/markdown/)
232-
- [Troubleshooting](https://wagtail.github.io/draftjs_exporter/troubleshooting/)
233-
- [Migration guide](https://wagtail.github.io/draftjs_exporter/migration-guide/)
234-
- [API reference](https://wagtail.github.io/draftjs_exporter/api/)
235-
- [Architecture](https://wagtail.github.io/draftjs_exporter/architecture/)
236-
237225
## Resources
238226

239227
- [Full docs site](https://wagtail.github.io/draftjs_exporter/)

0 commit comments

Comments
 (0)