diff --git a/content/posts/chrono_track.md b/content/posts/chrono_track.md new file mode 100644 index 0000000..1b5c179 --- /dev/null +++ b/content/posts/chrono_track.md @@ -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 +# +``` + +# 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.* + +Thank you ChatGPT, that will do nicely diff --git a/hugo.toml b/hugo.toml index 7e568b8..60fe6ff 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,3 @@ -baseURL = 'https://example.org/' +baseURL = 'https://staticpages.nickiel.net/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Nickiels Static Pages' diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..58883e8 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on Nickiels Static Pages + https://staticpages.nickiel.net/categories/ + Recent content in Categories on Nickiels Static Pages + Hugo -- gohugo.io + en-us + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..c6ba65f --- /dev/null +++ b/public/index.xml @@ -0,0 +1,21 @@ + + + + Nickiels Static Pages + https://staticpages.nickiel.net/ + Recent content on Nickiels Static Pages + Hugo -- gohugo.io + en-us + + Chrono-Track User manual + https://staticpages.nickiel.net/posts/chrono_track/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://staticpages.nickiel.net/posts/chrono_track/ + 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="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. + + + + diff --git a/public/posts/index.xml b/public/posts/index.xml new file mode 100644 index 0000000..704e409 --- /dev/null +++ b/public/posts/index.xml @@ -0,0 +1,21 @@ + + + + Posts on Nickiels Static Pages + https://staticpages.nickiel.net/posts/ + Recent content in Posts on Nickiels Static Pages + Hugo -- gohugo.io + en-us + + Chrono-Track User manual + https://staticpages.nickiel.net/posts/chrono_track/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://staticpages.nickiel.net/posts/chrono_track/ + 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="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. + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..e569f68 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,15 @@ + + + + https://staticpages.nickiel.net/categories/ + + https://staticpages.nickiel.net/posts/chrono_track/ + + https://staticpages.nickiel.net/ + + https://staticpages.nickiel.net/posts/ + + https://staticpages.nickiel.net/tags/ + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..2807ca7 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on Nickiels Static Pages + https://staticpages.nickiel.net/tags/ + Recent content in Tags on Nickiels Static Pages + Hugo -- gohugo.io + en-us + +