card-mod-prosemirror_editor 0.2 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/db/migrate_core_cards/20160804112548_add_prosemirror_cards.rb +30 -0
- data/lib/javascript/script_prosemirror.js +13243 -0
- data/lib/javascript/script_prosemirror_config.js.coffee +31 -0
- data/lib/stylesheets/style_prosemirror.scss +298 -0
- data/set/all/prosemirror_editor.rb +0 -6
- data/set/self/script_prosemirror.rb +4 -0
- data/set/self/script_prosemirror_config.rb +5 -0
- data/set/self/style_prosemirror.rb +3 -0
- metadata +20 -15
- data/LICENSE +0 -674
- data/README.md +0 -21
- data/set/self/prose_mirror.rb +0 -8
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/.
|