* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
24 lines
609 B
HTML
24 lines
609 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<base target="_blank">
|
|
<meta charset="UTF-8">
|
|
|
|
<script src="dist/dist.js"></script>
|
|
|
|
<script src="dist/sn-codemirror-search/search.js"></script>
|
|
<script src="dist/sn-codemirror-search/searchcursor.js"></script>
|
|
<script src="dist/sn-codemirror-search/dialog/dialog.js"></script>
|
|
|
|
<link rel="stylesheet" media="all" href="dist/dist.css">
|
|
<link rel="stylesheet" media="all" href="dist/sn-codemirror-search/dialog/dialog.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrapper">
|
|
<textarea id="code" name="code"></textarea>
|
|
<div>
|
|
|
|
</body>
|
|
</html>
|