After a nice day off yesterday I decided to use today, of what could have been a work day, to get some fitness work in and meander around for some miles. Can’t complain in high 35°F weather today.
New bridge on a random run today as I needed to go out and get some balloons. Felt good and meandered my way through the snow and trees.
Very sluggish run today. Maybe having a couple extras days off this past weekend didn’t help, or it could be all the extra food and sweets.
We had a Christmas movie marathon tonight (Holiday Touchdown, Christmas Vacation, Daddy’s Home 2) after a hockey game. All the while baking cookies and making Chex Mix.
Only the youngest wanted her photo taken of all the work. 🤷♂️
More Obsidian Publish Automation
Once I had created the template so I could get a better way to have things display on my Obsidian Publish site I next zeroed in on how to quickly create a note in the right place using the format I created. Because a I do make a lot of quick posts in my real blogging/journaling setup so it would be nice to put it in the right place in the right format that can just be tweaked sligtly to allow for multiple entries. That is where a previously installed plugin called Periodic Notes helped solve this. I gave this plugin a try earlier when using it for weekly notes but I never really used it so I just sat. However, I realized that how I configured that I could use their Daily Notes portion to modify it as you see below to have a new file created in the right place and then using the template I created it would have the right structure to show up on my site correctly.
This really does seem to give some promise to the overall using Obsidian to create online posts quickly if or at least if anything in a place they might want after a structure is created. I will say even if/once I abandon this little project with Obsidian Publish I might have to start using this Daily Notes plugin as all of my Running posts on Micro.blog have started in Obsidian since May of 2024. I have just found it easier for me to write there and then using Micro.Publish (also using Multimedia Uploaderto get the picture I take with it) get it to get it posted to my site with no distractions.
For more on that I wrote about my Writing with Obsidian for Micro.blog back in May as well.
Not sure about anyone else but this looks like a tunnel. I mean if it wasn’t a tunnel why would it be made out of wood as we know wood isn’t the best with water over time. Will have to look closer next time I am in this area running. 😏
Even ChatGPTs description of this says A small, wooden tunnel entrance. 🤷♂️
Obsidian Thoughts 🤔
The more I have been using Obsidian as part of trying out Obsidian Publish, I actually think it could fit even more of just my everyday workflow and quite possibly replace how I use DayOne today. I primarily use DayOne as a notebook to capture a lot of different things, thoughts, notes, places, and things my kids have made or done. I guess as DayOnes purpose it is a digital journal that keeps both public things from my micro.blog site as well as personal things or things I just don’t share. One of my favorite things about DayOne that currently can not easilsy be replaced in Obsidian is the ability to capture location data when a note is created or it is updated when you add a photo. I have seen some articles and support pages having this as a request but I haven’t really found anything that will work that is just using a simple plugin. I think if Obsidian had a plugins that did this well or location data was built into the main program I would have to take an even closer look to just have Obsidian and cut out other note taking apps.
Had to drop a gift off at the school for my daughter’s teacher as she left it on the counter at home. I figured on my drive back since it was around lunch time it would be the perfect time to get a short run done in an area of streets I go by and never have done before. ✅
Well… I just happed to check our doorbell camera at the right time today to be able to capture this gem… 🫣🏀📦
I think my brothers comment is spot on… 😆
“Well, there is a reason he’s not playing basketball and he’s delivering for FedEx.”
How could I pass up this snow day run! My only regret was I decided to go trails and I realized that the boardwalk has some bumps so started to take it real slow as I was blazing my own trail through the woods.
Obsidian Post Template
Go figure my first time ever making a Template in Obsidian is when I decided to go a little further in this Obsidian Publish and figured out a way to “automate” some features as well as help keep things organized. So this is what I have come up with so far.
---
permalink: {{date:YYYY}}/{{date:MM}}/{{date:DD}}/post-title
tags:
date: {{date:YYYY-MM-DD}}
publish: "false"
---
The permalink feature is really nice as this also helped solve a problem I had where I had to keep everything in the Vault root. Now as long as you are going to use Permalinks you can kind of put it anywhere.
Sometimes you just have to dress up for the work holiday party and deck the shed office with some lights. Kind of sad I didn’t do more as planned but it has been busy. 🤷♂️
We had to use AI to make a winter picture with a reindeer and this was my output.
After such a long day yesterday I really needed this run. It was cold out but I didn’t notice it one bit as I was all bundled up and just kept moving.
Initial Thoughts on Obsidian Publish
Now that I pretty much have a working example of Obsidian Publish going and have changed around some of the settings and CSS even to make it look like it is right now here are my initial thoughts:
+ Plus
- I actually really like having this right inside where I have been taking notes and other things that I can quickly publish something from that images and all with no fuss, the note just shows up online.
- You are able to point your own domain or subdomain to Obsidian Publish. I did it the easy way by using Cloudflare since that was their example as I couldn’t quickly tell the easiest path with my own provider but I am sure there is a way. Seems to work fine with the Free version of Cloudflare so no issues.
- Customize the look and feel, I just left it as default right away and they have a couple simple things you can change right in the Obsidian Publish screen. There is more advanced ways to do it as well modifying CSS and after I gave it a go I did start searching GITHub and found a handful of sites that published their CSS as a good example to follow and use. Ultimatly, after all of my work creating my own publish.css I then found Minimal.Guide had a good simple example of a Dracula theme (and others) I wish I would have found earlier.
- Minus
- Lack of RSS support, yes there is an RSS link for this site but there is not really any of the information you would want like date another things. It is really just a breakdown of note titles from what I can tell.
- You have to keep it in the root of your Obsidian Vault, or if you don’t you will leave you website pointing to /folder/notes. This would not be a huge deal if I used this whole Vault for just my Obsidian Publish site but the benefits I would enjoy keeping is being able to just have all things in one spot and then one Folder that was really a mirror of my site which I can move things in and out of. There is some chatter about in in the Forum so maybe this will change someday but I get why it probably is the way it is right now.
- Modify the CSS of the site is possible by use of the publish.css file you need to create in the root of your site, but you can’t edit it in Obsidian. So you it is burried in your vault system folder and you have to modify it there but then still go though the publish commands in obsidian to get it updated. Slightly clunky when you are testing things out but after you get it set I understand how then it is just in the background.
Below are a couple of Sites using Obsidian Publish I stumbled upon as I was figuring things out and they also have their publish.css and publish.js on GitHub:
Site | GitHub |
---|---|
Mister-Chad | Chad-Bennett |
JordanTheITGuy | JordanTheITGuy |
Joschuasgarden.com | Selfire1 |
Wormwood Saga | Isaac-Tait |
After a long weekend away from home and no running it was good to find some time to get a run in today. The weather wasn’t too bad at all but a little slick on some sidewalks.
As strange as this day started I still found 45 min for myself this morning to get a run in. I think I will be thanking myself for this as the weekend will be a long one.
It was a real cold one today but again thankful the sun was out to keep this run warm enough. Still would like to find some more miles tomorrow if possible before a busy hockey / swim weekend.
Snow and Cold today on this run circling the lake. The first lap was pretty cold the whole time and I made my own tracks but thankfully after warming up the second lap wasn’t to bad and the sun out helped too. (10°F actual with a -6°F feel like)
It might be really cold outside but inside the pool area has a different feel according to this can.