@adminforth/markdown 1.12.4 → 1.12.6
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.
- package/README.md +26 -2
- package/build.log +2 -2
- package/custom/package.json +1 -1
- package/dist/custom/package.json +1 -1
- package/package.json +5 -4
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"
|
|
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
|
+
[](https://tluma.ai/ask-ai/devforth/adminforth)
|
|
4
6
|
|
|
5
7
|
Enables Markdown editing capabilities in AdminForth applications using Monaco Editor.
|
|
6
8
|
|
|
7
|
-
##
|
|
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/build.log
CHANGED
|
@@ -14,5 +14,5 @@ custom/tsconfig.json
|
|
|
14
14
|
custom/utils/
|
|
15
15
|
custom/utils/monacoMarkdownToggle.ts
|
|
16
16
|
|
|
17
|
-
sent 56,
|
|
18
|
-
total size is 55,
|
|
17
|
+
sent 56,440 bytes received 180 bytes 113,240.00 bytes/sec
|
|
18
|
+
total size is 55,748 speedup is 0.98
|
package/custom/package.json
CHANGED
package/dist/custom/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/markdown",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.6",
|
|
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
|
},
|
|
@@ -15,11 +16,11 @@
|
|
|
15
16
|
"adminforth",
|
|
16
17
|
"markdown"
|
|
17
18
|
],
|
|
18
|
-
"author": "devforth",
|
|
19
|
+
"author": "DevForth (https://devforth.io)",
|
|
19
20
|
"license": "MIT",
|
|
20
21
|
"devDependencies": {
|
|
21
22
|
"@types/node": "^22.10.7",
|
|
22
|
-
"adminforth": "^2.
|
|
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.
|
|
33
|
+
"adminforth": "^2.42.0"
|
|
33
34
|
},
|
|
34
35
|
"release": {
|
|
35
36
|
"plugins": [
|