Skip to content

Commit

Permalink
Update syncList.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Feb 4, 2024
1 parent 1447ee1 commit c09a311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/syncList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ const PluginList: PluginItem[] = [
path: 'medium',
tags: ['article', 'search'],
},
{
manifest: 'https://mermaid.pyxl.uk/.well-known/ai-plugin.json',
path: 'charts-and-diagrams',
tags: ['chart', 'diagram'],
}
];

export default PluginList;

0 comments on commit c09a311

Please sign in to comment.