org
Version:
A parser and converter for org-mode notation
20 lines (19 loc) • 653 B
HTML
<html>
<head>
<title>Interactive Org Editor</title>
<script type="text/javascript" src="../../org.js"></script>
<script type="text/javascript" src="editor.js"></script>
<link rel="stylesheet" href="./editor.css" type="text/css"/>
</head>
<body>
<div id="container">
<div id="input-container">
<textarea placeholder="Input document in org-mode notation"
class="input" id="org-input"></textarea>
</div>
<div id="result-container">
<div id="result"></div>
</div>
</div>
</body>
</html>