2022-01-25 19:10:40 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2022-07-09 03:34:52 +02:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>@wisemapping/editor - Playground</title>
|
|
|
|
<style>
|
|
|
|
html * {
|
|
|
|
font-family: Arial !important;
|
|
|
|
}
|
2022-01-25 19:10:40 +01:00
|
|
|
|
2022-07-09 03:34:52 +02:00
|
|
|
.section {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody tr td:first-child {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
</style>
|
2022-01-25 19:10:40 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
2022-07-09 03:34:52 +02:00
|
|
|
<h1>@wisemapping/editor - Playground</h1>
|
|
|
|
<p>You will find here a set of examples that shows how you can use integrate WiseMapping Editor</p>
|
|
|
|
<div>
|
|
|
|
<p><span class="section">View Mode:</span>Simple integration to load and render mindaps in read only mode.</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/viewmode.html?id=welcome">Welcome</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample1">Sample 1</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample2">Sample 2</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample3">Sample 3</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample4">Sample 4</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample5">Sample 5</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample6">Sample 6</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample7">Sample 7</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=sample8">Sample 8</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=img-support">Image support</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=error-on-load">Error on load</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=complex">Complex</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=huge">Huge</a></li>
|
|
|
|
<li><a href="/viewmode.html?id=icon-sample">Icon Sample</a></li>
|
|
|
|
</ul>
|
|
|
|
<p><span class="section">Editor Mode:</span>Example on how mindplot can be used for mindmap edition. Browser local storage is used for persistance.</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/editor.html">Sample</a></li>
|
|
|
|
</ul>
|
|
|
|
<p><span class="section">Showcase Mode:</span>When an user wants to try the editor without creating an account.</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/showcase.html">Sample</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2022-01-25 19:10:40 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|