previewer up

This commit is contained in:
Garry Ing
2021-03-15 18:22:28 -04:00
parent ce40b32bec
commit 0660137321
9 changed files with 53 additions and 49 deletions

View File

@ -1,5 +1,8 @@
<div id="zoom"></div>
<div id="graph-wrapper">
<div class="absolute bottom-1">
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
</div>
<div id="zoom" class="absolute code f7 bottom-1 right-1"></div>
<div id="graph-wrapper" class="code f6">
<script>
const graphData = {% include notes_graph.json %}
</script>