create account

October ProgBlog #1: potential end to the eternal note slog by ryivhnn

View this thread on: hive.blogpeakd.comecency.com
· @ryivhnn ·
$10.74
October ProgBlog #1: potential end to the eternal note slog
Title I should be using if I cared about SEO: one way to use Obsidian to manage creative writing projects.

Apologies in advance, I accidentally upsized some of the images in this because I forgot an important character in the mogrify command, and I am too lazy to redo those screenies.

## A "short" history
Once upon a time, I used to be a total [pantser](https://thewritepractice.com/plotters-pantsers/).

And then I started this project.

<sub>in 2003 I believe</sub>

And continued to try to pants because that's what I'd always done, until i realised that I actually needed to know everything that was going on.

And I do mean everything.  My "history" outline (originally a 200+ page LibreOffice document) came about because I was trying to figure out why some characters were acting in a certain way (I knew it was a cultural thing, but I wanted to know why it was a cultural thing, and I found out exactly why it was a cultural thing a few centuries in the past of where I'm working, and also found many other characters along the way).  And it got added to and continued because it was a very useful outline.  Of absolutely everything.

The problem with this very useful outline was that I got smacked upside the head with how many massive plot chasms were everywhere (wait how did they get there? How did this one find this much stuff out in one day? Where did you come from?) and I hadn't suspected their existence because I was too busy being cool.

Obviously I needed to make more notes!

Cue many LibreOffice documents and a folder structure that could rival the Labyrinth for ease of navigation.   

<sub>it's not actually that bad, I just question some of my decisions as I was looking for something specific earlier and past-me put it somewhere current-me wasn't expecting, but that's a rare occurrence, and also in a real bind <code>ctrl + F</code> or <code>meta + space</code> is a thing</sub>

I had the history/outline/thing, reference notes (mostly worldbuilding with a smattering of how to do stuff in Lightwave/3d Coat/Blender), character profiles, ideas, scripts, and lots of drawings (mostly digital after I got my first tablet, some scanned from back in the day when I used to draw in sketchbooks and uni notebooks).

Hm.  Maybe my friend was right and I needed something to organise it all better.

I reqspec'd my own project and writing software (what was recommended) wasn't going to cut it.  I wanted the timeline that had everything on it, and character profiles with a filtered timeline pertaining to only that character, and links to and from everything, and links to characters that character knew.

You know what, sounds like a job for a wiki, and guess who's set up for webdev.  Easy.

One  [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) instance later things were looking good til I realised that filtering the timeline per character profile was a horrible mess of transclusions (I just kept missing end tags with how it had to be done at the time).

Ergh.

Right, back to what I know then.  The [Drupal](drupal.org/) instance went much better for no other reason than I'm familiar with it, and while doing stuff was a lot more long-winded and unnecessarily complicated than in Mediawiki, it was at least quicker to data enter once set up.

Next major screeching roadblock.  I was without my notes on Christmas Island because setting up a webserver on MacOS was more of a pain in the system than I remember it being.  And even then, keeping them in sync was going to be nightmare.  No I do not want to set this thing up on my server. I love Drupal but I need something with less friction.

New thing, jamstack, because I could basically compile it out to static pages.  Spun up a [vuejs](https://vuejs.org/)/[strapi](https://strapi.io/) conglomeration and most of what it did was remind me that I have an unreasonable and unrelenting hatred of javascript.  

<sub>I do hate it less than Windows, but it's still a pretty big hate</sub>

And also apparently have to recompile the whole shebang because I changed a thing.  I am much too lazy for that.

Mostly internal screaming.

## Now what?
I have [written previously](https://peakd.com/aer/@ryivhnn/march-progblog-2-eternal-tooling) about using [Obsidian](https://obsidian.md/) to organise my roleplaying notes (aside: it's now floating all my games) and my life in general (the apps I was using previously were fine but apparently the pseudorganiser I cobbled together myself works better for my brain because?).  I have also more recently written about how I'm "overloading" it by [transferring the aforementioned notes and scripts](https://peakd.com/aer/@ryivhnn/september-progblog-2-new-hair) into it.

https://technonaturalist.net/sites/default/files/blog/image_90.jpeg
<center><sup>Here's my script setup again from the last progblog</sup></center>

I forgot to mention in that last progblog that originally had this screenie in it that I had to write some css to make the dual dialogue appear side by side:

```css
div.dual-dialogue {
    display: flex;
}

div.dual-dialogue .left,
div.dual-dialogue .right {
    width: 50%;
}
```

I don't know why it's not in the plugin's css file but no biggie.

The decision was mostly made because everything is md files.  Text.  Easy.  I do have Obsidian on my laptop as well which makes that stupidly easy, but I don't have it on my phone (well I do but it's not working the way I want because all phone OSs suck, I just hate iOS at least an order of magnitude less than Android) but I can still access and read it on my phone with Nextcloud as long as I know where the thing I'm looking for is.

I'm still in the process of copypasting the timeline (because there's a lot), but am now finally most of the way through, it should go pretty quickly from here on.  My notes developed a lot in the last 2-3 weeks I've been crunching it.  And not just because some got edited as they went.

This is my current not-script setup.

https://technonaturalist.net/sites/default/files/blog/image_170.jpeg
<center><sup>I did fix the table column widths ages later, easy fixes tend to get ignored until they annoy me too much or I need to procrastinate a harder problem</sup></center>

As you can see from the graph view in the lower right hand corner, I've added a few more things since the script workspace screenie.

I'm doing event creation/editing in the bottom left pane, character creation/editing in the top left pane, the timeline just sits in the top right pane.  It usually has the entire right pane to itself but I split it for now as I'm doing miscellany in the bottom right pane, sometimes it's editing a problem I picked up, most of the time it's just linking characters together as I go through the timeline and work out who knows who.

This is the insanity I've been doing for most of the last couple of weeks while family has been visiting and also while I've been hardcore resting trying not to let a cold settle in (spoiler: partial fail, I blame being dragged to Karrinyup, the drive was stressful and the gigantic shopping centre not much better, but I did get a waffle).

## The setup
### Community plugins
- Advanced Tables (makes managing markdown tables much less agonising)
- Dangling Links (creates a pane that lists notes with links to notes that haven't been created yet, useful for all those characters and notes that you are going to make "later")
- Dataview (lets you basically use the vault like a database, it's magical)
- Fountain (adds basic [fountain](https://fountain.io/) support)
- Frontmatter Tag Suggest (adds tag autocomplete to frontmatter tags)
- Pane Relief (makes pane navigation much less of a headache)
- Tag Wrangler (makes tag management a hell of a lot easier)
- Templater (saves so much typing/repetitive copy/pasting)

### Setting up templates
I currently have four templates set up and they are triggered when a note is created in a specific folder.

https://technonaturalist.net/sites/default/files/blog/image_171.jpeg

Obviously the templates are blank but in the examples I'll be throwing there will be stuff in them because examples.

### Timeline
This is where I've started with every instance of notes and the Obsidian version was no exception.  It's kind of the spine of the whole setup.   The timeline is comprised of a bunch of events, so first thing needed is an event template.  This triggers when a new note is created in the "events" folder.

https://technonaturalist.net/sites/default/files/blog/image_177.jpeg

The bit between the dashes is the frontmatter, and most of that is used for Dataview; the tags tell it which characters and locations involved for filtered timelines on location/character notes.  

I have the date repeated in the body partly because the frontmatter is just numbers to make it order in the timeline, and I have a different calendar and month names so I write the date in the note body in the the "in-universe" way, and mostly because you can't see the frontmatter in reading mode (which is the mode it will display in when you ctrl+hover a link).  The location may contain a link to a specific location note or just be a line of text.  After that is a description of the event itself if warranted (single line events just go straight in the title at this stage. though I may drop links in the bodies of those at some point because I like all my graph nodes to be connected).

The code for the main timeline is:

```dataview
table without id 
	year,
	month,
	day,
	time,
	file.link as event
from "events" or "media" and -#exclude
sort file.ctime asc
sort time asc
sort day asc
sort month asc
sort year asc
```

If you know how do to databases this is pretty straightforward.  If you don't, the breakdown is:

> table without id

tells it I don't want the file list column which usually appears first (because I want it as the last column).

The indented bits immediately afterwards tells it that I want those columns in the order listed.  The `file.link as event` one is actually the "id" thing I excluded, renamed to "event".

> from "events" or "media" and -#exclude

Only list stuff from the "events" and "media" folders, and if anything out of there has the "exclude" tag then exclude it.  Without this line, it will list everything in the entire vault.

The sorts tell it to sort by the frontmatter fields in ascending order.

https://technonaturalist.net/sites/default/files/blog/image_178.jpeg
<center><sup>my timeline currently spans -194 - 2018</sup></center>

### Locations
The location notes are nice and easy at the moment, the only thing in their template (triggered whenever a note is created in the "locations" folder) is the timeline codeblock from above, except the from line reads `from #location/where` ("where" gets replaced with the actual location).  This filters for events that happened that that location.

At the top I add text descriptions and images/maps (this screenie is an older one, I've since added more fields for location and livery).

https://technonaturalist.net/sites/default/files/blog/image_176.jpeg

### Characters
The character template (oddly, triggered when notes are added to the "characters" folder, whodathunkit) on the other hand has a bit going on.  I have a bunch of labels in there that summarises the character as well as space in the top for a portrait whenever I get around to it.

I decided to make a lot of things tags so I can dataview them down the line if I felt like it.

https://technonaturalist.net/sites/default/files/blog/image_179.jpeg

Mechanically aliases are so you can quickly and easily link to the note with a keyword you're commonly going to use by something other than the note title, but I also just jam in their full names (where applicable as Tribe tend to be mononymous) and any pseudonyms they might be using (which also actually helps in events and when linking characters together as not all the characters know each other's birth or legal names).

Example below (which is a completely different character from the one above and also shows the "Relationships" section which immediately follows the "Extra" section):

https://technonaturalist.net/sites/default/files/blog/image_180.jpeg

The character timeline is pretty much the same timeline codeblock again, with the from line reading `from #character/character and "events"` (the second "character" obviously being replaced with the actual tag).

I had slightly more fun doing the gallery.

https://technonaturalist.net/sites/default/files/blog/image_181.jpeg

I really wanted masonry but whatever Obsidian is built on can't cope with the  `grid-template-rows: masonry` css property and because I'm the only one that's going to see the notes (aside from when I do stuff like this and share screenies or show someone else for whatever reason) I am putting up with ugly floats because they're easy and close enough for now.

The gallery is two separate codeblocks.  The first one is similar but different to the timeline codeblocks:

```dataview
list
embed(link(media))
from #character/character and "media" and -#exclude
sort time asc
sort day asc
sort month asc
sort year asc
```

and the second one is a similar but different again

```dataview
list
embed(link(media))
from #character/character and "media" and #exclude 
sort created desc
```

The two codeblocks are directly after each other without a carriage return separator to give a vague illusion of being one thing.  The reason there's two is because I dated the ones that fit on the timeline (scenes that I'd made specifically) and wanted them to appear from earliest to latest  like the timeline, whereas the "excluded" stuff (the keyword is to exclude them from the timeline) was generally concept art and test renders and I wanted the more recent stuff up the top.

The first line (that just says `list`) tells it we want it as an unordered list rather than as a table.

> embed(link(media))

was a fun thing I found in the [Dataview docs](https://blacksmithgu.github.io/obsidian-dataview/) when trying to figure out how to get the gallery thing happening.  This doesn't do quite what I want (the thumbnail as the link, which I think it's what it's supposed to do but does not) but is close enough (I get the thumbnail image and have to click the link title).

The required metadata is in the media template (guess which folder triggers it).

https://technonaturalist.net/sites/default/files/blog/image_182.jpeg

The "created" field is just the file create date according to my computer's file manager (or sometimes the "modified" date for some of the older files because something screwy happened somewhere along the line and some of them have older modified dates than created dates which are different again from the "true" created dates in the exif). 

Then it needs a css override (they live in `{vault}/.obsidian/snippets` where vault is the name of your vault and the obsidian directory is hidden, note the leading dot) which looks like

```css
.character ul {
    list-style-type: none;
}

.character ul li {
    float: left;
    margin: 0;
    max-width: 300px;
    padding: 0.25rem 0.5rem;
}
```

and is turned on in the "Appearance" tab in Obsidian settings.

https://technonaturalist.net/sites/default/files/blog/image_183.jpeg

I think this one will stick.

## A tad more history and forward planning
When I started this project 20 years ago, the story that I'm currently working on was going to be a comic series.

As I continued developing it, I decided to go the motion comic route because there are fun things I can do that can't be done with traditional comic format (whether print or digital) or straight up animation.

It did eventually progress to just being an animation series because I just really, really like animating.

Now the problem with a full blown animation series (aside from the obvious of a lot of work) is that I know literally nothing about sound stuff so I would need to be pulling other people to help with that and also obviously voice actors.  I know a couple of people I can ask about both those things who may also know other people who know about those things.

<sub>Additionally there is severe anxiety around working with other people</sub>

So because time is a thing and there is the added pressure of needing to "do well" if I'm going to be involving other people, and after discussing with sibling dearest, I decided I should probably drop back to doing the motion comic.

Literally the only downside of this is that I so very desperately want it to be an animation series.

Maybe eventually? :S

<center>https://images.hive.blog/DQmRMSEoEL4KXz3NQpvhrprX7WRwMtPizFSWVN41Nx933ys/hiveaustralia-banner-ryivhnn.png</center>

This post also appears on [my blog](https://technonaturalist.net/blog/2022/10/october-progblog-1-potential-end-eternal-note-slog).

Want a [cameo character](https://peakd.com/ccc/ryivhnn/aer-cameos)? If you interact frequently with me here (either on my posts or your posts or better yet both!) or on one of the linked Discord channels, all you have to do is let me know and tell me what you'd like :) [Everything you need to know is (probably) here](https://technonaturalist.net/how-get-aer-cameo-character) and if it isn't just ask (sorry the link goes offsite to my blog where the layout is how I want rather than the one here which is only here because the original one was).

Thanks for looking! ^_^

<center>Fun Discord servers:</center>

<center>[Hive Australia](https://discord.gg/HdrMEwBSm8) | [Be Awesome](https://discord.gg/8uNEEEH) | [artbees](https://discord.gg/CvUP9X3) | [OnChainArt](https://discord.gg/USRSfVPeJ9)</center>

<center>https://technonaturalist.net/sites/default/files/styles/sensible_display/public/art/2017/11/goatsig-t.png?itok=Ml3FDq7c</center>

<center>-={ [ko-fi](https://ko-fi.com/ryivhnn) }=-</center>

<center><sub>Ask me nicely if you want an upgoat/cute critter footer.</sub></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 457 others
properties (23)
authorryivhnn
permlinkoctober-progblog-1-potential-end-to-the-eternal-note-slog
categoryaer
json_metadata{"app":"peakd/2022.10.1","format":"markdown","tags":["aer","obsidian"],"users":["ryivhnn"],"image":["https://technonaturalist.net/sites/default/files/blog/image_90.jpeg","https://technonaturalist.net/sites/default/files/blog/image_170.jpeg","https://technonaturalist.net/sites/default/files/blog/image_171.jpeg","https://technonaturalist.net/sites/default/files/blog/image_177.jpeg","https://technonaturalist.net/sites/default/files/blog/image_178.jpeg","https://technonaturalist.net/sites/default/files/blog/image_176.jpeg","https://technonaturalist.net/sites/default/files/blog/image_179.jpeg","https://technonaturalist.net/sites/default/files/blog/image_180.jpeg","https://technonaturalist.net/sites/default/files/blog/image_181.jpeg","https://technonaturalist.net/sites/default/files/blog/image_182.jpeg","https://technonaturalist.net/sites/default/files/blog/image_183.jpeg","https://images.hive.blog/DQmRMSEoEL4KXz3NQpvhrprX7WRwMtPizFSWVN41Nx933ys/hiveaustralia-banner-ryivhnn.png","https://technonaturalist.net/sites/default/files/styles/sensible_display/public/art/2017/11/goatsig-t.png?itok=Ml3FDq7c"]}
created2022-10-17 07:20:18
last_update2022-10-17 07:20:18
depth0
children11
last_payout2022-10-24 07:20:18
cashout_time1969-12-31 23:59:59
total_payout_value5.151 HBD
curator_payout_value5.593 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17,918
author_reputation166,621,745,941,035
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries
0.
accountcenterlink
weight500
1.
accountpeakd
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,535,663
net_rshares19,068,762,482,830
author_curate_reward""
vote details (521)
@arcange ·
Dear @ryivhnn,<br>Your support for the current Hive Authentication Services proposal (#194) is much appreciated but it will expire in a few days!<br>May I ask you to review and support the new proposal (https://peakd.com/me/proposals/240) so I can continue to improve and maintain this service?<br>You can support the new proposal (#240) on [Peakd](https://peakd.com/me/proposals/240), [Ecency](https://ecency.com/proposals/240), [Hive.blog](https://wallet.hive.blog/proposals) or [using HiveSigner](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22240%22%5D&approve=true).<br><br>Thank you!
properties (22)
authorarcange
permlinknotify-ryivhnn-20221024172720
categoryaer
json_metadata""
created2022-10-24 17:27:21
last_update2022-10-24 17:27:21
depth1
children0
last_payout2022-10-31 17:27:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length611
author_reputation1,065,066,100,905,268
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,741,191
net_rshares0
@hivebuzz ·
Congratulations @ryivhnn! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@ryivhnn/upvotes.png?202210291424"></td><td>You distributed more than 41000 upvotes.<br>Your next target is to reach 42000 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@ryivhnn) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/halloween/@hivebuzz/halloween-2022"><img src="https://images.hive.blog/64x128/https://i.imgur.com/jeLRU6l.png"></a></td><td><a href="/halloween/@hivebuzz/halloween-2022">Trick or Treat - Share your scariest story and win your Halloween badge</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202211"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202211">Hive Power Up Day - November 1st 2022</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-ryivhnn-20221029t143007
categoryaer
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-10-29 14:30:06
last_update2022-10-29 14:30:06
depth1
children0
last_payout2022-11-05 14:30:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,199
author_reputation367,951,962,270,219
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,884,054
net_rshares0
@hivebuzz ·
Congratulations @ryivhnn! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/http://hivebuzz.me/badges/pud.png?202211011427</td><td>You powered-up at least 10 HIVE on Hive Power Up Day!<br>Wait until the end of Power Up Day to find out the size of your Power-Bee.<br>May the Hive Power be with you!
</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@ryivhnn) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-202210-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202210-result">Hive Power Up Month Challenge 2022-10 - Winners List</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202211"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202211">Be ready for the 11th edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202211"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202211">Hive Power Up Day - November 1st 2022</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-ryivhnn-20221101t145333
categoryaer
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-11-01 14:53:33
last_update2022-11-01 14:53:33
depth1
children0
last_payout2022-11-08 14:53:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,323
author_reputation367,951,962,270,219
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,971,428
net_rshares0
@hivebuzz ·
Congratulations @ryivhnn! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/http://hivebuzz.me/badges/pud.s1.png?202211020002</td><td>You powered-up at least 10 HIVE on Hive Power Up Day! This entitles you to a level 1 badge.<br>Participate in the next Power Up Day and try to power-up more HIVE to get a bigger Power-Bee.<br>May the Hive Power be with you!</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@ryivhnn) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-202210-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202210-result">Hive Power Up Month Challenge 2022-10 - Winners List</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202211"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202211">Be ready for the 11th edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202211"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202211">Hive Power Up Day - November 1st 2022</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-ryivhnn-20221102t004406
categoryaer
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-11-02 00:44:06
last_update2022-11-02 00:44:06
depth1
children0
last_payout2022-11-09 00:44:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,381
author_reputation367,951,962,270,219
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,985,848
net_rshares0
@hivebuzz ·
Congratulations @ryivhnn! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/http://hivebuzz.me/badges/keychain.png?202211060608</td><td>Thank you for taking the time to complete the Hive Keychain survey.</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@ryivhnn) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-202210-delegations"><img src="https://images.hive.blog/64x128/https://i.imgur.com/fg8QnBc.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202210-delegations">Our Hive Power Delegations to the October PUM Winners </a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202211-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202211-feedback">Feedback from the November 1st Hive Power Up Day - New Turnout Record</a></td></tr><tr><td><a href="/hive-139531/@hivebuzz/keychain-survey"><img src="https://images.hive.blog/64x128/https://i.imgur.com/k9QZ49N.png"></a></td><td><a href="/hive-139531/@hivebuzz/keychain-survey">Take the Keychain Survey and get your Future Shaper badge</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-ryivhnn-20221106t063730
categoryaer
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-11-06 06:37:30
last_update2022-11-06 06:37:30
depth1
children0
last_payout2022-11-13 06:37:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,299
author_reputation367,951,962,270,219
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id118,103,208
net_rshares0
@lordnigel ·
$1.24
Gosh you have come so far (so much work!), haha but fun as well.

Obsidian looks a bit like a mind map way of keeping your thoughts and connections together; looks like an interesting tool if going deep into a story line. 

I might have a play.
 

👍  , , , , , ,
properties (23)
authorlordnigel
permlinkre-ryivhnn-rk4jjw
categoryaer
json_metadata{"tags":["aer"],"app":"peakd/2022.10.3"}
created2022-10-21 22:23:57
last_update2022-10-21 22:23:57
depth1
children1
last_payout2022-10-28 22:23:57
cashout_time1969-12-31 23:59:59
total_payout_value0.619 HBD
curator_payout_value0.617 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length248
author_reputation50,667,571,945,297
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,666,246
net_rshares1,959,769,873,593
author_curate_reward""
vote details (7)
@ryivhnn ·
I'm glad it looks that way as it really, really doesn't feel it ^_^;

I've been finding Obsidian great for a lot of things, I just wrote this one up as it was probably the most intensive setup (the psueodorganiser and roleplaying vaults did require a little bit of tooling but were otherwise straight up just finding a comfortable workspace layout and way of organising the notes and installing a bunch of add-ons).

Definitely recommend having a look and seeing if it can be of any use to you :)

<div class="pull-right">https://technonaturalist.net/sites/default/files/styles/sensible_display/public/art/2019/09/heartfyn_0.png?itok=QHDoN0HE</div>
properties (22)
authorryivhnn
permlinkre-lordnigel-rk51px
categoryaer
json_metadata{"tags":["aer"],"app":"peakd/2022.10.3"}
created2022-10-22 04:56:21
last_update2022-10-22 04:56:21
depth2
children0
last_payout2022-10-29 04:56:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length649
author_reputation166,621,745,941,035
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,671,975
net_rshares0
@meesterboom ·
$0.17
I am a pantser. *Sob*

20 years. That is an epic project. Where are you with it? Is the end in sight? Will it be an ever evolving animated adventure??

Sound can be a pisser. To get it sounding good that is. Yeek, you have it all going on
👍  
properties (23)
authormeesterboom
permlinkrjw24x
categoryaer
json_metadata{"app":"hiveblog/0.1"}
created2022-10-17 08:27:00
last_update2022-10-17 08:27:00
depth1
children3
last_payout2022-10-24 08:27:00
cashout_time1969-12-31 23:59:59
total_payout_value0.086 HBD
curator_payout_value0.086 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length238
author_reputation1,600,560,399,390,590
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,536,703
net_rshares287,128,724,132
author_curate_reward""
vote details (1)
@ryivhnn ·
Nothing wrong with being a pantser XD

I just find it hard to keep so many things straight so notes and Obsidian is much better at notes than everything else I've tried so far  :)

The only times I've played with sound was when making animated music videos (that I animate to, usually copyright commercial songs).  That's about the extent of my skill level.

Where am I with it, stuck in building stage where I've been stuck for pretty much most of it.  Writing and rewriting probably took 2-4 years (sounds long, actually really needed it because I was actually too stupid when I first wrote it, and also was in a hurry to get "anything" out there at the insistent urging of well meaning friends, I am very glad I did not get "anything" out there as I'm not convinced it's good now and it was several orders of magnitude worse then).  

On the bright side, once I actually get over the couple of hurdles I'm on now, it should be relatively quick on the character generation front (I have tested the process a couple of times, it is pretty quick).

It's not ever evolving, everything is written down, I just have to do it, after I get through building.

<div class="pull-right">https://technonaturalist.net/sites/default/files/styles/sensible_display/public/art/2019/09/heartfyn_0.png?itok=QHDoN0HE</div>
properties (22)
authorryivhnn
permlinkre-meesterboom-rjw80s
categoryaer
json_metadata{"tags":["aer"],"app":"peakd/2022.10.1"}
created2022-10-17 10:34:06
last_update2022-10-17 10:34:06
depth2
children2
last_payout2022-10-24 10:34:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,305
author_reputation166,621,745,941,035
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,538,930
net_rshares0
@meesterboom ·
I think you enjoy the building:0D
properties (22)
authormeesterboom
permlinkre-ryivhnn-rjwd93
categoryaer
json_metadata{"tags":["aer"],"app":"peakd/2022.10.1"}
created2022-10-17 12:27:06
last_update2022-10-17 12:27:06
depth3
children1
last_payout2022-10-24 12:27:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation1,600,560,399,390,590
root_title"October ProgBlog #1: potential end to the eternal note slog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,541,126
net_rshares0