remark-mind-elixir 0.3.1 → 0.3.3
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 +2 -6
- package/package.json +11 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# remark-mind-elixir
|
|
2
2
|
|
|
3
|
-
A [remark](https://github.com/remarkjs/remark) plugin for embedding interactive [Mind Elixir](https://mind-elixir.com/) mind maps in Markdown.
|
|
3
|
+
A [remark](https://github.com/remarkjs/remark) plugin for embedding interactive [Mind Elixir](https://docs.mind-elixir.com/) mind maps in Markdown.
|
|
4
4
|
|
|
5
5
|
It lets you define mind maps using YAML inside `elixir-mind` fenced code blocks and transforms them into interactive Mind Elixir maps.
|
|
6
6
|
|
|
@@ -194,14 +194,10 @@ It is built on top of ZikoJS utilities while remaining a remark plugin rather th
|
|
|
194
194
|
## Related Projects
|
|
195
195
|
|
|
196
196
|
* [ZikoJS](https://github.com/zikojs)
|
|
197
|
-
* [Mind Elixir](https://
|
|
197
|
+
* [Mind Elixir](https://docs.mind-elixir.com/)
|
|
198
198
|
* [Remark](https://github.com/remarkjs/remark)
|
|
199
199
|
* [Unified](https://unifiedjs.com/)
|
|
200
200
|
|
|
201
|
-
<!-- ## Documentation -->
|
|
202
|
-
|
|
203
|
-
<!-- See the [ZikoJS Remark Plugins documentation](https://remark.zikojs.org/) for guides, syntax references, and examples. -->
|
|
204
|
-
|
|
205
201
|
## License
|
|
206
202
|
|
|
207
203
|
MIT
|
package/package.json
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remark-mind-elixir",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "0.3.3",
|
|
4
|
+
"description": "A remark plugin for embedding interactive Mind Elixir mind maps in Markdown.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"remark",
|
|
7
|
-
"unified"
|
|
7
|
+
"unified",
|
|
8
|
+
"markdown",
|
|
9
|
+
"mindmap",
|
|
10
|
+
"mind-map",
|
|
11
|
+
"mind-elixir"
|
|
8
12
|
],
|
|
9
|
-
"homepage": "https://github.com/
|
|
13
|
+
"homepage": "https://github.com/zakarialaoui10/remark-plugins#remark-plugins",
|
|
10
14
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/
|
|
15
|
+
"url": "https://github.com/zakarialaoui10/remark-plugins/issues"
|
|
12
16
|
},
|
|
13
17
|
"repository": {
|
|
14
18
|
"type": "git",
|
|
15
19
|
"url": "git+https://github.com/zakarialaoui10/remark-plugins.git",
|
|
16
|
-
"directory": "packages/
|
|
20
|
+
"directory": "packages/mind-elixir"
|
|
17
21
|
},
|
|
18
22
|
"publishConfig": {
|
|
19
23
|
"access": "public"
|
|
@@ -31,7 +35,7 @@
|
|
|
31
35
|
}
|
|
32
36
|
},
|
|
33
37
|
"license": "MIT",
|
|
34
|
-
"author": "
|
|
38
|
+
"author": "Zakaria Elalaoui",
|
|
35
39
|
"type": "module",
|
|
36
40
|
"dependencies": {
|
|
37
41
|
"@zikojs/mind-elixir": "^0.6.2",
|