@adminforth/markdown 1.12.4 → 1.12.5

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 (2) hide show
  1. package/README.md +26 -2
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,7 +1,31 @@
1
1
  # AdminForth Markdown Plugin
2
2
 
3
- <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>
3
+ <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/dm/@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>
4
+
5
+ [![Ask AI](https://tluma.ai/badge)](https://tluma.ai/ask-ai/devforth/adminforth)
4
6
 
5
7
  Enables Markdown editing capabilities in AdminForth applications using Monaco Editor.
6
8
 
7
- ## For usage, see [AdminForth Markdown Documentation](https://adminforth.dev/docs/tutorial/Plugins/markdown/)
9
+ ## Features
10
+
11
+ - Add Markdown editing to AdminForth applications.
12
+ - Use Monaco Editor for a better authoring experience.
13
+ - Support formatted content workflows in the admin panel.
14
+ - Integrate Markdown fields into existing resources.
15
+
16
+ ## Documentation
17
+
18
+ Full setup and configuration guide:
19
+
20
+ [AdminForth Markdown Documentation](https://adminforth.dev/docs/tutorial/Plugins/markdown/)
21
+
22
+ ## About AdminForth
23
+
24
+ AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
25
+
26
+ ## Related links
27
+
28
+ - [AdminForth website](https://adminforth.dev)
29
+ - [npm package](https://www.npmjs.com/package/@adminforth/markdown)
30
+ - [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
31
+ - [Built by DevForth](https://devforth.io)
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
+ "homepage": "https://adminforth.dev/docs/tutorial/Plugins/markdown/",
8
9
  "scripts": {
9
10
  "build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
10
11
  },
@@ -19,7 +20,7 @@
19
20
  "license": "MIT",
20
21
  "devDependencies": {
21
22
  "@types/node": "^22.10.7",
22
- "adminforth": "^2.35.0",
23
+ "adminforth": "^2.42.0",
23
24
  "semantic-release": "^24.2.1",
24
25
  "semantic-release-slack-bot": "^4.0.2",
25
26
  "typescript": "^5.7.3"
@@ -29,7 +30,7 @@
29
30
  "url": "https://github.com/devforth/adminforth-markdown.git"
30
31
  },
31
32
  "peerDependencies": {
32
- "adminforth": "^2.35.0"
33
+ "adminforth": "^2.42.0"
33
34
  },
34
35
  "release": {
35
36
  "plugins": [