built chrono track
This commit is contained in:
parent
afb0a4481d
commit
22b2a40783
7 changed files with 153 additions and 2 deletions
74
content/posts/chrono_track.md
Normal file
74
content/posts/chrono_track.md
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
---
|
||||||
|
title: "Chrono-Track User manual"
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
# Chrono Track User Manual
|
||||||
|
Welcome not so weary traveler! Odds are pretty high that you had no issue finding this, because if you *did* find it, odds are the creator gave it to you.
|
||||||
|
|
||||||
|
## Credential file
|
||||||
|
The credential file for this script, looks like this:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
user="TheUserName"
|
||||||
|
pswd="theworldsmostsecurepasswordbecauseitislong"
|
||||||
|
email_addr="destination_addr@example.com"
|
||||||
|
primary_note_id="id of the source note"
|
||||||
|
logging_note_id="id of the output note"
|
||||||
|
server_url="the base domain of the server you are using"
|
||||||
|
```
|
||||||
|
|
||||||
|
Put your logon username (not your display name) into the first line, your logon password on the second line, and the email address you wish to recieve emails on line three.
|
||||||
|
|
||||||
|
For the next part, you need to create two notes in your notes nextcloud. [See below for more information on actually setting it up](#setting-up-your-source-note). This section just shows how to get the ID.
|
||||||
|
|
||||||
|
### Getting a note's ID
|
||||||
|
To get the ID of your notes, simply log into your nextcloud account, go to the notes tab, and navigate to the note you wish to get the id of. Then look at the URL, and grab the string of numbers at the end, and put that into the template above!
|
||||||
|
|
||||||
|
Simply do this for both of the notes you wish to use.
|
||||||
|
|
||||||
|
![URL Example with note id circled](file:./src/chrono_track/url-note-id-example.png)
|
||||||
|
|
||||||
|
## Setting up your source note
|
||||||
|
The source note, is the important one that the user interacts with. If you are the user, then yes! I am talking about you.
|
||||||
|
|
||||||
|
To set up the source note, all you need to know, is that Chrono Track ignores all lines except for checkboxes (`- [ ]` in markdown). So a source note might look like this!
|
||||||
|
|
||||||
|
(Note: The title of the note does not matter)
|
||||||
|
|
||||||
|
```
|
||||||
|
- [ ] Item 1
|
||||||
|
- [ ] Item 2
|
||||||
|
This line is ignored! But quillpad will automatically convert it into a checklist item.
|
||||||
|
```
|
||||||
|
|
||||||
|
Because of the quillpad issue, I personally would advise that you only put checklist items in this file (lines starting with the checklist markdown mark `- [ ]`). If you don't use quillpad, and are using something that does support checking items in non-list-only files, congratulations you lucky person! Ignore this line.
|
||||||
|
|
||||||
|
## Setting up your output note
|
||||||
|
This file is 90% managed by Chrono Track, so you should only need to touch it once, and forget about it.
|
||||||
|
|
||||||
|
To start the file, please put the following:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
*Last Updated*
|
||||||
|
# Automatically Generated
|
||||||
|
```
|
||||||
|
|
||||||
|
And that's it. In fact, you could go even more minimalistic, because this is all that it checks for:
|
||||||
|
```markdown
|
||||||
|
*Last Updated
|
||||||
|
# <Literally Anything>
|
||||||
|
```
|
||||||
|
|
||||||
|
# Warranty Agreement
|
||||||
|
|
||||||
|
*Disclaimer: The Dubiously Digitized Dreamcatcher© Software Warranty Depletion Expedition*
|
||||||
|
|
||||||
|
*Congratulations on embarking on this software odyssey! We must inform you that this product, the Dubiously Digitized Dreamcatcher©, journeys through the labyrinth of warranty obfuscation. Herein, we are boldly committed to a perpetually transient warranty policy, which may challenge your very grasp of reality.*
|
||||||
|
|
||||||
|
*Initially, our warranty is as solid as a fleeting quantum particle, here and not here simultaneously. Over time, it metamorphoses into a spectral unicorn tap-dancing on the event horizon of a cosmic black hole.*
|
||||||
|
|
||||||
|
*Intriguingly, your warranty might transform into a probability cloud of wandering gnomes with abacuses, calculating the odds of a one-winged butterfly performing a symphony. Eventually, your warranty becomes a palindrome of gibberish.*
|
||||||
|
|
||||||
|
*Remember, we take pride in our commitment to the inexplicable. Use this software at your own risk, and may the warranty force be ever in your favor.*
|
||||||
|
|
||||||
|
<sub><sup>Thank you ChatGPT, that will do nicely</sup></sub>
|
|
@ -1,3 +1,3 @@
|
||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://staticpages.nickiel.net/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'Nickiels Static Pages'
|
||||||
|
|
10
public/categories/index.xml
Normal file
10
public/categories/index.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on Nickiels Static Pages</title>
|
||||||
|
<link>https://staticpages.nickiel.net/categories/</link>
|
||||||
|
<description>Recent content in Categories on Nickiels Static Pages</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language><atom:link href="https://staticpages.nickiel.net/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
21
public/index.xml
Normal file
21
public/index.xml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Nickiels Static Pages</title>
|
||||||
|
<link>https://staticpages.nickiel.net/</link>
|
||||||
|
<description>Recent content on Nickiels Static Pages</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language><atom:link href="https://staticpages.nickiel.net/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Chrono-Track User manual</title>
|
||||||
|
<link>https://staticpages.nickiel.net/posts/chrono_track/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://staticpages.nickiel.net/posts/chrono_track/</guid>
|
||||||
|
<description>Chrono Track User Manual Welcome not so weary traveler! Odds are pretty high that you had no issue finding this, because if you did find it, odds are the creator gave it to you.
|
||||||
|
Credential file The credential file for this script, looks like this:
|
||||||
|
user=&#34;TheUserName&#34; pswd=&#34;theworldsmostsecurepasswordbecauseitislong&#34; email_addr=&#34;destination_addr@example.com&#34; primary_note_id=&#34;id of the source note&#34; logging_note_id=&#34;id of the output note&#34; server_url=&#34;the base domain of the server you are using&#34; Put your logon username (not your display name) into the first line, your logon password on the second line, and the email address you wish to recieve emails on line three.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
21
public/posts/index.xml
Normal file
21
public/posts/index.xml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Posts on Nickiels Static Pages</title>
|
||||||
|
<link>https://staticpages.nickiel.net/posts/</link>
|
||||||
|
<description>Recent content in Posts on Nickiels Static Pages</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language><atom:link href="https://staticpages.nickiel.net/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Chrono-Track User manual</title>
|
||||||
|
<link>https://staticpages.nickiel.net/posts/chrono_track/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://staticpages.nickiel.net/posts/chrono_track/</guid>
|
||||||
|
<description>Chrono Track User Manual Welcome not so weary traveler! Odds are pretty high that you had no issue finding this, because if you did find it, odds are the creator gave it to you.
|
||||||
|
Credential file The credential file for this script, looks like this:
|
||||||
|
user=&#34;TheUserName&#34; pswd=&#34;theworldsmostsecurepasswordbecauseitislong&#34; email_addr=&#34;destination_addr@example.com&#34; primary_note_id=&#34;id of the source note&#34; logging_note_id=&#34;id of the output note&#34; server_url=&#34;the base domain of the server you are using&#34; Put your logon username (not your display name) into the first line, your logon password on the second line, and the email address you wish to recieve emails on line three.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
15
public/sitemap.xml
Normal file
15
public/sitemap.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
<url>
|
||||||
|
<loc>https://staticpages.nickiel.net/categories/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://staticpages.nickiel.net/posts/chrono_track/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://staticpages.nickiel.net/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://staticpages.nickiel.net/posts/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://staticpages.nickiel.net/tags/</loc>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
10
public/tags/index.xml
Normal file
10
public/tags/index.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Tags on Nickiels Static Pages</title>
|
||||||
|
<link>https://staticpages.nickiel.net/tags/</link>
|
||||||
|
<description>Recent content in Tags on Nickiels Static Pages</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language><atom:link href="https://staticpages.nickiel.net/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
Loading…
Reference in a new issue