-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pete Boysen
committed
Mar 6, 2016
1 parent
4f11a73
commit eb908b8
Showing
4 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!doctype html> | ||
<meta charset="utf-8"/> | ||
<title>ProseMirror Peer Review Examples</title> | ||
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> | ||
<script src="//handsontable.com/dist/handsontable.full.js"></script> | ||
<script src="amcharts/amcharts.js"></script> | ||
<script src="amcharts/serial.js"></script> | ||
<script src="amcharts/gantt.js"></script> | ||
<script src="amcharts/pie.js"></script> | ||
<script src="amcharts/funnel.js"></script> | ||
<script src="amcharts/gauge.js"></script> | ||
<script src="amcharts/radar.js"></script> | ||
<script src="amcharts/xy.js"></script> | ||
<script src="ammap/ammap_amcharts_extension.js"></script> | ||
<script src="amcharts/plugins/dataloader/dataloader.js"></script> | ||
<link rel="stylesheet" media="screen" href="//handsontable.com/dist/handsontable.full.css"> | ||
<style> | ||
body { | ||
font-family: Arial; | ||
margin: 0 1em | ||
} | ||
</style> | ||
<h4>ProseMirror Peer Review Example</h4> | ||
<p style="width: 800px"> | ||
In a peer review you can comment but not change the text. | ||
Swipe a section of the text and add a comment. | ||
</p> | ||
|
||
<div class="comments"> | ||
<div id="editor"></div> | ||
<div id="comments"></div> | ||
</div> | ||
|
||
<div id="content" style="visibility:hidden"> | ||
<p> | ||
Perhaps, as has been suggested, patients get better irregardless of antibiotics, and not because of them. | ||
It was a questionable call in the 81st minute that for all intensive purposes decided the outcome. | ||
Is it in danger of putting form ahead of function? Same difference, says Jobs. | ||
</p> | ||
<p><strong>The Media is Lying- Hillary Didn't Win Nevada</strong> says this pundit. | ||
|
||
<p>Data is a collection of facts, such as numbers, words, measurements, observations or even just descriptions of things. | ||
I drove to Pike's Pique to take a peak at the peek. | ||
I am racked with pane after a wrack fell on me. | ||
I think we should make a 360-degree turn. | ||
The first chapter of "War and Peace" is the penultimate chapter of the book. | ||
</p> | ||
</div> | ||
|
||
<script src="comments-built.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.