card-mod-prosemirror_editor 0.2 → 0.11.0

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.
data/README.md DELETED
@@ -1,21 +0,0 @@
1
- <!--
2
- # @title README - mod: Prosemirror editor
3
- -->
4
-
5
- # Prosemirror editor
6
-
7
- Prosemirror is an embeddable code editor written in JavaScript. It can be used
8
- as an alternative to the default tinyMCE editor.
9
-
10
- ## All cards
11
-
12
- Adds `prosemirror editor` input type option.
13
-
14
- ## The "ProseMirror" card
15
-
16
- | pattern | anchor | codename |
17
- |:----:|:----:|:----:|
18
- | Self | *ProseMirror | prose_mirror |
19
-
20
- JSON card for configuring ProseMirror editor. See
21
- https://prosemirror.net/docs/ref/.
@@ -1,8 +0,0 @@
1
- format :html do
2
- def raw_help_text
3
- "[[http://prosemirror.net|ProseMirror]] "\
4
- "is a configurable "\
5
- "[[http://en.wikipedia.org/wiki/Wysiwyg|wysiwyg]] editor. "\
6
- "[[https://prosemirror.net/docs/ref/|more]]"
7
- end
8
- end