Rewrite HTML export to support all node types (#3)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-10-18 12:55:32 -05:00
parent 1825c11569
commit b5b2a7cd85
17 changed files with 4117 additions and 9 deletions

View File

@@ -8,8 +8,12 @@
<title>{{ PAGE_TITLE }} | {{ GROUP_TITLE }}</title>
<script src="vendor/aggrid/ag-grid-community.min.noStyle.js"></script>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/aggrid/ag-grid.css">
<link rel="stylesheet" href="vendor/aggrid/ag-theme-balham.css">
<!-- Custom styles for this template -->
<link href="css/simple-sidebar.css" rel="stylesheet">