Here is some beginning text to work with. Have fun!
+diff --git a/demo.css b/demo.css new file mode 100644 index 0000000..f5fd799 --- /dev/null +++ b/demo.css @@ -0,0 +1,24 @@ +body { + font-family: Georgia; + margin: 0 1em +} + +textarea { + width: 100%; + border: 1px solid silver; + min-height: 40em; + padding: 4px 8px; +} + +.left, .right { + width: 50%; + float: left; +} + +.full { + max-width: 50em; +} + +.marked { + background: #ff6 +} diff --git a/img.png b/img.png new file mode 100644 index 0000000..bdf5b55 Binary files /dev/null and b/img.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..da0161b --- /dev/null +++ b/index.html @@ -0,0 +1,62 @@ + + + +
Caution: These are prototypes which have bugs and need UX and CSS work. Deal with it.
In ThinkSpace, +faculty use CKEditor to build content in multiple pages called phases which are +linked together forming a complex problem for students to solve. +CKEditor is great but has typical HTML editor problems and takes work to add new widgets to insert. Enter ProseMirror. +
++The above ProseMirror editor displays a number of widgets which can be inserted into HTML. +Insert the desired widget and supply the attributes requested. Tab between fields and press Enter to insert the element. +If you don't supply an attribute nothing will be created. +For most widgets, click on the widget to change the attributes. +
+ +A brief description of the widgets are shown below:
+Finally, ThinkSpace supports team-based learning. The ProseMirror collaboration capabilities are +ideal for student teams to interact on documents.
+ +This is exciting!
+ + + +Here is some beginning text to work with. Have fun!
+