Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jul 20, 2023
1 parent 2e6d7e4 commit 71b5ff9
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<meta name="generator" content="Hugo 0.102.0" />
<meta name="generator" content="Hugo 0.115.0">

<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
Expand Down
18 changes: 18 additions & 0 deletions docs/content/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@
<description>You may store media in the note storage folder and reference them in notes, so markdown text ![cat](cat.jpg) will display cat.jpg stored in the note folder. You may either add media from media providers like file managers or image managers or receive media sent by other apps. Media added will be added at the current cursor position. Media sent by other apps will be added at the current cursor position, or in a new note if no note is open.</description>
</item>

<item>
<title>Markdown</title>
<link>https://billthefarmer.github.io/notes/content/markdown/</link>
<pubDate>Thu, 20 Jul 2023 13:43:41 +0100</pubDate>

<guid>https://billthefarmer.github.io/notes/content/markdown/</guid>
<description>Notes supports several markdown extensions including autolink, tables using vertical bar characters, heading anchor, underlining using ++underline++, strikethrough using ~~strike~~, YAML front matter, task lists using - [x] task #1, - [ ] task #2, superscript using ^super^, subscript using ~sub~.</description>
</item>

<item>
<title>Task Lists</title>
<link>https://billthefarmer.github.io/notes/content/task-lists/</link>
<pubDate>Thu, 20 Jul 2023 13:39:50 +0100</pubDate>

<guid>https://billthefarmer.github.io/notes/content/task-lists/</guid>
<description>To change the state of check boxes in a task list, switch to the edit view and tap on the box [ ]. The box will change state and the edit cursor will be where you tapped.</description>
</item>

<item>
<title>Latex</title>
<link>https://billthefarmer.github.io/notes/content/latex/</link>
Expand Down
40 changes: 38 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<meta name="generator" content="Hugo 0.102.0" />
<meta name="generator" content="Hugo 0.115.0">

<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
Expand Down Expand Up @@ -113,6 +113,10 @@ <h1 class="site-title"><a href="https://billthefarmer.github.io/notes/">Notes</a

<li><a href="#media">Media</a></li>

<li><a href="#markdown">Markdown</a></li>

<li><a href="#task-lists">Task Lists</a></li>

<li><a href="#latex">Latex</a></li>

<li><a href="#svgbob">Svgbob</a></li>
Expand Down Expand Up @@ -181,7 +185,7 @@ <h1 class="site-title"><a href="https://billthefarmer.github.io/notes/">Notes</a

<div class="version">
<p id="version">
Copyright &copy; 2022 Bill Farmer
Copyright &copy; 2023 Bill Farmer
</p>

</div>
Expand Down Expand Up @@ -515,6 +519,38 @@ <h3>
</section>


<section class="page" id="markdown">

<h3>
<a href="#markdown">Markdown</a>
</h3>

<div class="content">
<p>Notes supports several markdown extensions including autolink, tables
using vertical bar characters, heading anchor, underlining using
<code>++underline++</code>, strikethrough using <code>~~strike~~</code>, YAML front matter,
task lists using <code>- [x] task #1</code>, <code>- [ ] task #2</code>, superscript using
<code>^super^</code>, subscript using <code>~sub~</code>.</p>

</div>
</section>


<section class="page" id="task-lists">

<h3>
<a href="#task-lists">Task Lists</a>
</h3>

<div class="content">
<p>To change the state of check boxes in a task list, switch to the edit
view and tap on the box <code>[ ]</code>. The box will change state and the edit
cursor will be where you tapped.</p>

</div>
</section>


<section class="page" id="latex">

<h3>
Expand Down
20 changes: 19 additions & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-gb</language>
<copyright>Copyright &amp;copy; 2006 Bill Farmer</copyright>
<lastBuildDate>Wed, 02 Mar 2022 09:59:41 +0000</lastBuildDate><atom:link href="https://billthefarmer.github.io/notes/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Thu, 20 Jul 2023 13:43:41 +0100</lastBuildDate><atom:link href="https://billthefarmer.github.io/notes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Features</title>
<link>https://billthefarmer.github.io/notes/introduction/features/</link>
Expand Down Expand Up @@ -129,6 +129,24 @@ Ctrl+A – Accept Ctrl+E – Edit Ctrl+N – New file Ctrl+O – Open file Ctrl+
<description>You may store media in the note storage folder and reference them in notes, so markdown text ![cat](cat.jpg) will display cat.jpg stored in the note folder. You may either add media from media providers like file managers or image managers or receive media sent by other apps. Media added will be added at the current cursor position. Media sent by other apps will be added at the current cursor position, or in a new note if no note is open.</description>
</item>

<item>
<title>Markdown</title>
<link>https://billthefarmer.github.io/notes/content/markdown/</link>
<pubDate>Thu, 20 Jul 2023 13:43:41 +0100</pubDate>

<guid>https://billthefarmer.github.io/notes/content/markdown/</guid>
<description>Notes supports several markdown extensions including autolink, tables using vertical bar characters, heading anchor, underlining using ++underline++, strikethrough using ~~strike~~, YAML front matter, task lists using - [x] task #1, - [ ] task #2, superscript using ^super^, subscript using ~sub~.</description>
</item>

<item>
<title>Task Lists</title>
<link>https://billthefarmer.github.io/notes/content/task-lists/</link>
<pubDate>Thu, 20 Jul 2023 13:39:50 +0100</pubDate>

<guid>https://billthefarmer.github.io/notes/content/task-lists/</guid>
<description>To change the state of check boxes in a task list, switch to the edit view and tap on the box [ ]. The box will change state and the edit cursor will be where you tapped.</description>
</item>

<item>
<title>Latex</title>
<link>https://billthefarmer.github.io/notes/content/latex/</link>
Expand Down
8 changes: 7 additions & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
</url><url>
<loc>https://billthefarmer.github.io/notes/content/media/</loc>
<lastmod>2020-02-15T19:39:29+00:00</lastmod>
</url><url>
<loc>https://billthefarmer.github.io/notes/content/markdown/</loc>
<lastmod>2023-07-20T13:43:41+01:00</lastmod>
</url><url>
<loc>https://billthefarmer.github.io/notes/content/task-lists/</loc>
<lastmod>2023-07-20T13:39:50+01:00</lastmod>
</url><url>
<loc>https://billthefarmer.github.io/notes/content/latex/</loc>
<lastmod>2020-02-15T19:46:17+00:00</lastmod>
Expand Down Expand Up @@ -90,7 +96,7 @@
<lastmod>2020-02-16T15:22:26+00:00</lastmod>
</url><url>
<loc>https://billthefarmer.github.io/notes/</loc>
<lastmod>2022-03-02T09:59:41+00:00</lastmod>
<lastmod>2023-07-20T13:43:41+01:00</lastmod>
</url><url>
<loc>https://billthefarmer.github.io/notes/categories/</loc>
</url><url>
Expand Down

0 comments on commit 71b5ff9

Please sign in to comment.