chore(in-app-help): add first draft of the user guide

This commit is contained in:
Elian Doran
2025-02-02 14:17:25 +02:00
parent acbd936654
commit 58e82fb0f8
40 changed files with 1731 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul>
<li>User Guide
<ul>
<li>Types of notes
<ul>
<li><a href="User%20Guide/Types%20of%20notes/Geo%20map.html" target="detail">Geo map</a>
</li>
</ul>
</li>
<li>Working with notes
<ul>
<li><a href="User%20Guide/Working%20with%20notes/Exporting%20as%20PDF.html"
target="detail">Exporting as PDF</a>
</li>
</ul>
</li>
<li>Power users
<ul>
<li>Theme development
<ul>
<li><a href="User%20Guide/Power%20users/Theme%20development/Creating%20a%20custom%20theme.html"
target="detail">Creating a custom theme</a>
</li>
<li><a href="User%20Guide/Power%20users/Theme%20development/Theme%20base%20(legacy%20vs.%20next).html"
target="detail">Theme base (legacy vs. next)</a>
</li>
<li><a href="User%20Guide/Power%20users/Theme%20development/Reference.html"
target="detail">Reference</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>