Skip to content

Commit 45c8db0

Browse files
committed
refactor: update dependencies and clean up code
- Removed Milkdown dependencies from package.json and added Monaco Editor, Turndown, and Turndown Plugin for GFM. - Cleaned up unnecessary 'pluginType' property from meta in MarkdownPlugin class. - Updated comments in types.ts for clarity on attachment resource ID handling.
1 parent e36246c commit 45c8db0

File tree

6 files changed

+468
-3015
lines changed

6 files changed

+468
-3015
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/markdown"> <img src="https://img.shields.io/npm/dt/@adminforth/markdown" alt="npm downloads" /> </a> <a href="https://www.npmjs.com/package/@adminforth/markdown"> <img src="https://img.shields.io/npm/v/@adminforth/markdown" alt="npm version" /> </a>
44

5-
Enables powerful Markdown editing capabilities in AdminForth applications using <a href="https://milkdown.dev">Milkdown</a>.
5+
Enables Markdown editing capabilities in AdminForth applications using Monaco Editor.
66

77
## For usage, see [AdminForth Markdown Documentation](https://adminforth.dev/docs/tutorial/Plugins/markdown/)

0 commit comments

Comments
 (0)