Skip to content

Commit

Permalink
docs: add mentions of new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Jul 6, 2024
1 parent 30f9dc1 commit 81fea31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Differently from most editors, Carta does not include a code editor, but it is _
- 📂 **Attachment** support (plugin);
-**Anchor** links in headings (plugin);
- 🌈 Code blocks **syntax highlighting** (plugin).
- ⚙️ Embed **Components** (plugin);

## Packages

Expand All @@ -65,6 +66,7 @@ Differently from most editors, Carta does not include a code editor, but it is _
| [plugin-tikz](https://www.npmjs.com/package/@cartamd/plugin-tikz) | ![plugin-tikz](https://img.shields.io/npm/v/@cartamd/plugin-tikz) | [/plugins/tikz](https://beartocode.github.io/carta/plugins/tikz) |
| [plugin-attachment](https://www.npmjs.com/package/@cartamd/plugin-attachment) | ![plugin-attachment](https://img.shields.io/npm/v/@cartamd/plugin-attachment) | [/plugins/attachment](https://beartocode.github.io/carta/plugins/attachment) |
| [plugin-anchor](https://www.npmjs.com/package/@cartamd/plugin-anchor) | ![plugin-anchor](https://img.shields.io/npm/v/@cartamd/plugin-anchor) | [/plugins/anchor](https://beartocode.github.io/carta/plugins/anchor) |
| [plugin-component](https://www.npmjs.com/package/@cartamd/plugin-component) | ![plugin-component](https://img.shields.io/npm/v/@cartamd/plugin-component) | [/plugins/component](https://beartocode.github.io/carta/plugins/anchor) |

## Community plugins

Expand Down Expand Up @@ -156,6 +158,7 @@ For the full documentation, examples, guides and more checkout the [website](htt
- [TikZ](https://beartocode.github.io/carta/plugins/tikz)
- [Attachment](https://beartocode.github.io/carta/plugins/attachment)
- [Anchor](https://beartocode.github.io/carta/plugins/anchor)
- [Component](https://beartocode.github.io/carta/plugins/component)
- API:
- [Utilities](https://beartocode.github.io/carta/api/utilities)
- [Core](https://beartocode.github.io/carta/api/core)
Expand Down
8 changes: 8 additions & 0 deletions docs/src/pages/introduction.svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ Carta comes with a set of official plugins for the most common use cases.
</Card.Header>
</Card.Root>

<Card.Root href="/plugins/component">
<Card.Header>
<iconify-icon icon="ri:svelte-fill" class="text-3xl text-sky-300"></iconify-icon>
<Card.Title>Component</Card.Title>
<Card.Description>Map elements to components.</Card.Description>
</Card.Header>
</Card.Root>

<Card.Root href="/community-plugins">
<Card.Header>
<iconify-icon icon="ph:stack-fill" class="text-3xl text-sky-300"></iconify-icon>
Expand Down
3 changes: 3 additions & 0 deletions packages/carta-md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Differently from most editors, Carta does not include a code editor, but it is _
- 📂 **Attachment** support (plugin);
-**Anchor** links in headings (plugin);
- 🌈 Code blocks **syntax highlighting** (plugin).
- ⚙️ Embed **Components** (plugin);

## Packages

Expand All @@ -65,6 +66,7 @@ Differently from most editors, Carta does not include a code editor, but it is _
| [plugin-tikz](https://www.npmjs.com/package/@cartamd/plugin-tikz) | ![plugin-tikz](https://img.shields.io/npm/v/@cartamd/plugin-tikz) | [/plugins/tikz](https://beartocode.github.io/carta/plugins/tikz) |
| [plugin-attachment](https://www.npmjs.com/package/@cartamd/plugin-attachment) | ![plugin-attachment](https://img.shields.io/npm/v/@cartamd/plugin-attachment) | [/plugins/attachment](https://beartocode.github.io/carta/plugins/attachment) |
| [plugin-anchor](https://www.npmjs.com/package/@cartamd/plugin-anchor) | ![plugin-anchor](https://img.shields.io/npm/v/@cartamd/plugin-anchor) | [/plugins/anchor](https://beartocode.github.io/carta/plugins/anchor) |
| [plugin-component](https://www.npmjs.com/package/@cartamd/plugin-component) | ![plugin-component](https://img.shields.io/npm/v/@cartamd/plugin-component) | [/plugins/component](https://beartocode.github.io/carta/plugins/anchor) |

## Community plugins

Expand Down Expand Up @@ -156,6 +158,7 @@ For the full documentation, examples, guides and more checkout the [website](htt
- [TikZ](https://beartocode.github.io/carta/plugins/tikz)
- [Attachment](https://beartocode.github.io/carta/plugins/attachment)
- [Anchor](https://beartocode.github.io/carta/plugins/anchor)
- [Component](https://beartocode.github.io/carta/plugins/component)
- API:
- [Utilities](https://beartocode.github.io/carta/api/utilities)
- [Core](https://beartocode.github.io/carta/api/core)
Expand Down

0 comments on commit 81fea31

Please sign in to comment.