-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (16 loc) · 2.63 KB
/
Copy pathindex.html
File metadata and controls
18 lines (16 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html><head><title>QOwnNotes Scripting Wiki</title><meta charset="utf-8"/><style>h1 { margin: 5px 0 20px 0; }h2, h3 { margin: 10px 0 15px 0; }img { max-width: 100%; }pre { background-color: #f1f1f1; border-radius: 5px; padding: 10px; }pre > code { padding: 0; }table {border-spacing: 0; border-style: solid; border-width: 1px; border-collapse: collapse; margin-top: 0.5em;}th, td {padding: 2px 5px;}a { color: #FF9137; text-decoration: none; } pre, code { font-family: Monospace; font-weight: normal; }pre { display: block; background-color: #f1f1f1; white-space: pre-wrap } code { padding: 3px; overflow: auto; line-height: 1.45em; background-color: #f1f1f1; border-radius: 5px; color: #000000; } .code-comment { color: #75715E; font-style: italic;} .code-string { color: #E6DB74;} .code-literal { color: #AE81FF;} .code-type { color: #66D9EF;} .code-builtin { color: #A6E22E;} .code-keyword { color: #F92672;} .code-other { color: #F92672;} body { font-family: "Sans Serif"; font-weight: normal; font-size: 12pt; } span.critic.comment, span.critic.metadata {background-color:#FFFF00; padding-left: 4px; border-left: 4px solid #ff832b; } del {color: #FF0000 ; text-decoration: line-through;} ins {color: #008000 ; text-decoration: underline;} ins.break {background-color: #008000} mark {background-color:#ff832b;}</style></head><body class="export"><h1>QOwnNotes Scripting Wiki</h1>
<p>Notes and documentation for various <a href="https://www.qownnotes.org/">QOwnNotes</a> scripts in development.</p>
<ul>
<li><a href="https://github.com/dohliam/qownnotes-scripting">Project repo</a> (GitHub)</li>
</ul>
<p>This wiki is also a live demonstration of the <a href="scripts/export-notes-as-website.html">export-notes-as-website</a> and <a href="scripts/backlinks.html">backlinks</a> scripts, and is entirely written in and created using QOwnNotes. This is proof that QOwnNotes can be an excellent <a href="https://en.wikipedia.org/wiki/Content_management_system">CMS</a> and quick static site generator for building simple websites.</p>
<h2>Topics</h2>
<p>The following main topics (or groups) are covered in this wiki:</p>
<ul>
<li><a href="scripts/scripts.html">Scripts</a> - Documentation for scripts under development</li>
<li><a href="issues/issues.html">Issues</a> - Bugs, feature requests, quirks etc</li>
<li><a href="examples/examples.html">Examples</a> - Examples of various features to help with duplicating and resolving issues</li>
<li><a href="diagrams/diagrams.html">Diagrams</a> - Some sample diagrams for testing Mermaid integration</li>
<li><a href="utilities/utilities.html">Utilities</a> - Command-line utility scripts for working with linked notes</li>
</ul>
</body></html>