@glifox/gnosis 0.0.1 → 0.0.2
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 +3 -5
- package/dist/gnosis.mjs +4250 -230
- package/dist/gnosis.umd.js +7 -2
- package/package.json +13 -11
package/README.md
CHANGED
|
@@ -4,11 +4,9 @@ _GNOSIS_ is an extension-pack for codemirror to support WYSIWYG markdown edition
|
|
|
4
4
|
|
|
5
5
|
## Why another **_WYSIWYG_ markdown editor**?
|
|
6
6
|
|
|
7
|
-
I
|
|
8
|
-
unfurtunetly they are not as good as the **obsidian** editor. The problem here
|
|
9
|
-
it is not open sourse... _so i decide to create my own_.
|
|
7
|
+
I did a lot of online research, and found some _WYSIWYG markdown editors_. However, none of the Open Source options seemed good enough. The **Obsidian** editor is nice but not Open Source... _So I decided to start a new project_.
|
|
10
8
|
|
|
11
|
-
## Similar
|
|
9
|
+
## Similar projects
|
|
12
10
|
|
|
13
11
|
1. [Inoxia](https://ixora.karawale.in/)
|
|
14
12
|
2. [Silverbullet](https://silverbullet.md/)
|
|
@@ -50,4 +48,4 @@ it is not open sourse... _so i decide to create my own_.
|
|
|
50
48
|
## More ideas?
|
|
51
49
|
|
|
52
50
|
Feel free to open an [issue](https://github.com/feraxhp/gnosis/issues)
|
|
53
|
-
requesting new features.
|
|
51
|
+
requesting new features.
|