forked from obsidian-html/obsidian-html.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (104 loc) · 5.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page information -->
<meta charset="UTF-8" />
<meta name="node_id" content="index">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- Set title -->
<title>ObsidianHtml/Documentation</title>
<!-- Includes -->
<link rel="stylesheet" href="/obs.html/static/mermaid.css" />
<link rel="stylesheet" href="/obs.html/static/main.css" />
<script src="/obs.html/static/mermaid.min.js"></script>
<link rel="stylesheet" href="/obs.html/static/graph.css" />
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="/obs.html/static/dirtree.js" /></script>
<!-- Onload tweaks -->
<script>
// add prefix to hash to avoid scrolling
if (window.location.hash != '' && window.location.hash.substr(1)[0] != '!'){
window.location.hash = '!' + window.location.hash.substr(1);
}
</script>
</head>
<body onload="LoadPage();">
<div id="header" class="header">
<a href="/" id="homelink" title="Clear screen and go to homepage">ObsidianHtml/Documentation</a>
<div style="width:6rem; height:1.6rem; position:fixed; left:calc(100vw - 6rem);top: 0.9rem; ">
<div style="width: calc(1.6rem - 6px); height: calc(1.6rem - 6px); border: 3px solid #f0f0f0; margin-right:0.2rem; float:right;">
<a id="rss_link" class="system-link" href="/obs.html/rss/feed.xml" title="RSS Feed link">
<img src = "/obs.html/static/rss.svg" alt="RSS Feed link"/>
</a>
</div>
<div style="width:1.6rem; height:1.6rem; float:right; margin-right:0.2rem">
<a href="/obs.html/tags/" title="Open tag view">
<img src = "/obs.html/static/hashtag.svg" alt="RSS Feed link"/>
</a>
</div>
<div style="width: calc(1.6rem - 6px); height: calc(1.6rem - 6px); border: 3px solid #f0f0f0; margin-right:0.2rem; float:right;">
<a id="dirtree_link" class="system-link" href="/obs.html/dir_index.html" title="View directory tree">
<img src = "/obs.html/static/dirtree.svg" style="width: 14px; padding: 3px;" alt="Directory tree link"/>
</a>
</div>
</div>
</div>
<div class="container-wrapper">
<div class="container">
<h1 id="obsidianhtml">ObsidianHtml</h1>
<table>
<thead>
<tr>
<th align="left">Status</th>
<th align="left">Version</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">Last published version</td>
<td align="left"><a href="https://pypi.org/project/obsidianhtml/" class="external-link">obsidianhtml-1.0.1</a></td>
</tr>
<tr>
<td align="left">Currently working on</td>
<td align="left"><a href="https://github.com/obsidian-html/obsidian-html/issues/173" class="external-link">obsidianhtml-1.1.0</a> <a href="https://github.com/obsidian-html/obsidian-html/actions/workflows/test.yml" class="external-link"><img alt="TestSuite" src="https://github.com/obsidian-html/obsidian-html/actions/workflows/test.yml/badge.svg" /></a></td>
</tr>
</tbody>
</table>
<h2 id="table-of-contents">Table of Contents</h2>
<h3 id="general-information">General information</h3>
<ul>
<li><a href="/General Information/About ObsidianHtml.html">About ObsidianHtml</a> </li>
<li><a href="/General Information/Report Issues & Request features.html">Report Issues & Request features</a> </li>
<li><a href="/General Information/HTML tweaks.html">How to navigate this site</a> </li>
<li><a href="/MOCs/News.html">News</a> </li>
<li><a href="/MOCs/Change Log.html">Change Log</a> </li>
</ul>
<h3 id="usage-capabilities">Usage & Capabilities</h3>
<ul>
<li><strong><a href="/Instructions/Quickstart.html">Quickstart</a></strong> </li>
<li><a href="/Instructions/Installation.html">Installation</a> </li>
<li><a href="/Instructions/Usage.html">Usage</a> </li>
<li><a href="/Configurations/Modes.html">Modes</a> </li>
<li><a href="/MOCs/Features.html">Features</a> </li>
<li><a href="/Configurations/Configuration Options.html">Configuration Options</a> </li>
</ul>
<h3 id="tips-and-tricks">Tips and tricks</h3>
<ul>
<li><a href="/MOCs/Automate website deployment.html">Automate website deployment</a> </li>
</ul>
<h2 id="alternatives-to-obsidianhtml">Alternatives to ObsidianHtml</h2>
<ul>
<li><a href="/Alternatives/Quartz 3.html">Quartz 3</a></li>
</ul>
<div class="graph">
<svg class="graph_svg" id="A79722118166485594463124771436997379064{level}"></svg>
<button class="graph_button" id="B79722118166485594463124771436997379064{level}" level="{level}" onclick="run('79722118166485594463124771436997379064'+this.level, 'index');">Show Graph</button>
</div>
<script src="/obs.html/static/graph.js" type="text/javascript"></script>
<!-- end content -->
</div>
</div>
<script src="/obs.html/static/obsidian.js" type="text/javascript"></script>
</body>
</html>