Writing
- Embedding the script
- Showing a hit counter
- Showing kudos
- Showing uptime
- Showing the webring
- Showing countries
- Ignoring your own hits
- A scratchpad for temporary text snippets
- Published blog posts
- Bookmarks via Raindrop.io
- People you work with (co-workers)
- Customers/Clients
- A record of your daily appointments
- Weather reports
- Restaurants where you’ve eaten
- Recipes
- Watched YouTube videos
- Watched movies
- Watched TV shows
- Music you’ve listened to
- Games you’ve played/bought
- Apps you want to buy
- Receipts via email
- Apps you own
- Analytics reports from your web site or blog
- Registration info for software you’ve purchased
- A record of interactions with your family members who live separately
- Random photos
- Saved blog posts from writers you like
- Phone numbers and contact information
- Two Factor Authentication backup codes
- Copies of your insurance cards
- Lyrics to your favorite songs
- Profile pictures to use on web sites
- Your bank routing number
- Podcasts you want to subscribe to
- Books you’ve read/want to read
- Vacation plans
- Your favorite memes
- Copies of vital documents like birth certificates, marriage licenses etc.
- A copy of your resume
- Your current and past goals
- A copy of your will
- A copy of your healthcare power of attorney
- The random poem you’ve written
- Cue sheets for long bicycle rides
- Jokes you want to remember
- A list of things you love
- A record of completed tasks from your task manager
- Your favorite quotes
- Transcripts of your Q&As with ChatGPT or Google Gemini
- Saved emails
- Notes from training you’ve attended
- The encryption key for Bitlocker or File Vault
- A brag document for your job
- Technical “How to” documents for computer related tasks
- Non-vital passwords
- Wifi passwords
- Imported web pages from your read it later service
- RSS feeds from your favorite blogs
- Software manuals
- Appliance manuals
- Default settings for your computer
- A record of your Amazon purchases
- End of the year “Best of” articles to check out on books, TV, podcasts, movies, articles
- Screenshots of social media posts you like
- Purchasing wish list
- Templates for various dataview queries
- Terminal or Powershell commands too complicated to remember
- How to write in Markdown
- Search tips, syntax and operators for your favorite search engine or AI
- API Keys for various web services
- Templates for your Obsidian plugins
- Templater snippets
- All the topics in your quotes collection
- Drafts blog posts
- A history of your social media posts
- A “To Watch” list for YouTube and television
- A daily gratitude list
- A record of new things you’ve learned
- Alarm codes for your relative’s houses
- A dataview query for notes created today
- A dataview query for notes modified today
- Waypoint Folder Notes for your important folders of notes
-
Hey Dingus for his shortcuts and regular links posts
-
Matt Langford for his work on Tiny Theme
-
Manuel Moreale for his People and Blogs newsletter
-
Flohgro- For his work on Drafts and Raycast
-
Vlad Campos - For his videos on Obsidian and Evernote
-
Numeric Citizen - For his videos about Micro.blog
- Download tab as markdown
- Download selection as markdown
- Download all tabs as markdown
- Send tab to Obsidian
Free and Cheap Web Tools For Bloggers: Graphics, Design Tools, Editors, Analytics and More
Who doesn’t like free stuff? As horrible as the web is supposed to be these days, you can still find an amazing variety of tools to help you accomplish a bunch of different things. Since I started blogging a few months ago, I’ve discovered or been turned on to several useful online services that I use to compose, illustrate and publish on the web.
Picyard
Picyard is a free online tool that allows you to create images for social media, blog posts, presentations, and more. You can use Picyard to create images, testimonials, code snippets, QR codes and then download them as png or jpeg files.
Simple Page Builder
Simple Page Builderwill do everything you need to design a web page, up to and including helping you register for one the free hosting sites Glitch or Neocities. It explains design principals, basic coding and file management.
Hemingway Editor
The Hemingway Editor cuts the dead weight from your writing. It highlights wordy sentences in yellow and more egregious ones in red. Hemingway helps you write with power and clarity by highlighting adverbs, passive voice, and dull, complicated words. It even shows you the reading level required to understand your writing style.
Tinylytics
Tinylytics is an analytics tool for small websites. It’s designed to be simple to use and self explanatory. There is documentation on the site covering:
Canva Color Wheel
If you are advanced enough to write your own CSS, you will probably need a color reference from time to time. The Canva Color Wheel provides not only colors for your code, it also advises you on what colors work well together. I’ve even used it to help with the settings in Obsidian.
Unsplash
Unsplash is my go to web site for royalty-free stock photography. There is no need to steal graphics from Google when so much is available for free from Unsplash. The images are easy to download and they have a huge assortment for you to search by keyword.
Lex
Lex is your AI editor for Google Docs. Not only does it check your spelling and grammar, Lex also brainstorms ideas, helps to come up with titles and will do rewrites of your work in a different style. It features versioning if you need to save what you’ve already written while contemplating the edited version. Like anywhere on Google Docs, you can work with collaborators without them needing to download an app.
A story from thirty years ago when I was trying to figure out how to keep three adolescents fed without going bankrupt. For WeblogPoMo20224 - Feeding Children

Automating #Obsidian - Generate Notes About Your Media Consumption via RSS - Books, TV, Movies, Music
Automation
How would you like to have notes automatically created for you in Obsidian to keep track of your media consumption? You could then add your own thoughts, reviews or any other information you wanted to the note. Many apps and services you may already be using generate RSS feeds when you use them to record your habits. Among these are Trakt for television shows, Letterboxd for movies,Last.fm for music and Goodreads for books. There is no need for an intermediate service like IFTTT or Zapier and you don’t even need a subscription to an RSS provider like Feedly.
Just One Plugin
You just need to install the community plugin RSS Copyist and follow the directions to set it up. Basically you create a folder called RSS at the root of your vault with subfolders for each feed you want to follow. Using the provided template, you create a note for each feed that specifies the URL, default tags and other configurable information. The template even contains a prewritten Dataview query to create a MOC for you, complete with images.
There are two other community plugins for RSS. You can experiment with these and see if you prefer them.
My Top 10 Keyboard Maestro Macros
Keyboard Maestro by Stairways Software is the preeminent automation application for macOS. It acts on nearly 30 triggers to perform almost any Mac function you can think of. It can launch tasks, control applications and manipulate text and images. It’s easier to demonstrate its powers than to explain them, so I’ll share my top 10 macros.
1. Add Today’s Task
This is an example of a macro that runs an iOS shortcut, in this case one that adds my most important task of the day to my Obsidian daily note. I launch it with a keyboard shortcut.
2. Sync Obsidian Vault
This macro uses a time of day trigger to launch Sync Folders Pro every morning at 2am. That application then runs an automated sync of my Obsidian vault to my Google Drive folder where it gets uploaded automatically into the cloud. Keyboard Maestro shuts the program down five minutes later.
3. Create Daily Checklist in Drafts and Copy to Things 3
Every evening I trigger a macro from my menubar to use a template in Drafts to create my daily checklist in Things 3, complete with the due date, tags and areas. Mike Burke wrote a great piece on how to create the template for Things in Drafts.
4. Eject Backup
My daily driver at home is a M2 MacBook Air. Every night before I go to ned, I plug in a backup drive so that Time Machine can do its thing while I sleep. Every morning, 30 minutes before my alarm goes off, a time of day trigger causes a macro to execute that runs an AppleScript to eject the drive, so that when I start work in the morning, all I have to do is physically disconnect it.
5. Morning Apps
Every morning, right before I wake up, Keyboard Maestro launches my browser, Obsidian, Fantastical and the Photos app. That way I’m ready to start my daily note, keep up with my appointments and post a picture to Pixelfed, a daily habit.
6. Various App Launching Hotkeys
I use a hyperkey (CAPS LOCK) mapped as shift+control+option+command with Karabiner-Elements in combination with a hotkey to launch a variety of my most used apps, Edge, Drafts, Things, Bartender, Path Finder etc. All of that runs through small Keyboard Maestro macros.
7. Quit All Applications
At the end of a work session on my computer, I hit control+shift+Q and it quits all my open apps. That way everything can back up properly and I don’t have to worry about open files.
8. Uninstall Apps
When I launch App Cleaner, it serves as a macro that arranges the windows on my computer automatically so that App cleaner takes up the right of the display and Path Finder, opened to the Applications folder, takes up the left half. Then it’s just a matter of dragging over the app I want to remove.
9. Hide on Unlock
For privacy reasons, unlocking my computer triggers an Apple Script that hides all open applications. That way I don’t have to remember what’s on my screen nor do I have to worry about any prying eyes from nosy neighbors.
10. Window Management
I have mapped control-shift and the arrow keys to control window positions for top, bottom, left and right. I get more granular control using Raycast but for most cases Keyboard Maestro does just fine.
I decided to start off my participation in WeblogPoMo2024 with a bit of humor, so I wrote A Treatise on Office Decorations. If you are a golfer and sensitive about it, you may want to skip this one. Same for hangers of cheesy posters.

I retired in 2020 and it was a huge mistake. I didn’t have a plan to make use of my time and consequently, tried to set a record for the most hours spent napping in a single calendar year. I took a low-key job in a field I enjoy to rescue myself from the torpor. It worked and I’m glad! The story.

Having lived my entire life in the South, I don’t know if pickled eggs are a Southern delicacy, or if they are enjoyed nationwide. (Please feel free to leave a comment enlightening me if you wish). A Recipe

I wrote a review of a 59-year old album because I’m a big old Bob Dylan Fan and maybe some of you have never given him a chance. Well, you ought to. The man is a genius and he’s important and he matters. Bringing It All Back Home

77 Types of Notes to Keep in #Obsidian
Subscriptions - Not as much as I thought...and worth it
So Worth It!
I finally bit the bullet and added up all my subscriptions and I must say that I’m relieved. I thought I was spending much more than I actually am. My TV spending (which includes the total price of Amazon Prime) is still less than my cable bill was when I cut the cord. I can’t imagine living without some of these apps and services. This is what I pay to stay entertained, informed and to keep my digital memories backed up.
Subscriptions
Subscriptions
| Televison | per month | per year | | Netflix | $15.49 | | | Amazon Prime | $14.57 | | | Acorn | $6.99 | | | BritBox | $8.99 | | | Max | $9.21 | $110.49 | | Hulu | $17.99 | | | AppleTV+ | $9.99 | | | Peacock | $13.99 | | | Paramount+ | $5.00 | $60.00 | | | $102.22 | | | | | | | News | | | | Washington Post | $10.00 | | | | $10.00 | | | | | | | Software and Services | | | | Inoreader | | | | TextExpander | | | | GoogleOne AI | $19.99 | | | iCloud | $9.99 | | | Carrot Weather | $0.83 | $9.99 | | Day One | $2.08 | $24.99 | | Drafts | $1.67 | $19.99 | | Due | $0.42 | $4.99 | | iTunes Match | $2.08 | $24.99 | | Ivory | $2.08 | $24.99 | | Listy | $0.92 | $10.99 | | Overcast | $0.83 | $9.99 | | Parcel | $0.42 | $4.99 | | Play | $1.67 | $19.99 | | Reddit | $6.99 | | | Subscriptions | $0.17 | $1.99 | | Micro.blog | $10.00 | | | Scribbles | $2.50 | | | Tinylytics | $5.00 | | | Setapp | $11.24 | | | Monarch Money | $8.33 | | | Murmel | $1.99 | | | BearBlog | $5.00 | | | Contacts Sync | $0.83 | $9.99 | | MyTracks | $0.42 | $4.99 | | Sequel | $1.67 | $19.99 | | IFTTT | $3.99 | | | | $101.09 | | | | | | | Included with Cell Phone | | | | Disney TV | | | | Apple Music | | | | | | | | Blogs | | | | Hey Dingus | $1.00 | | | Matt Langford | $1.00 | | | Flohgro | $1.00 | | | Vlad Campos | $1.00 | | | Manuel Moreale | $1.00 | | | Numeric Citizen | $1.00 | | | | $6.00 | | | | | | | Total | $219.31 | |
My 10 Favorite #Raycast Use Cases (and all the apps it replaced)
I’ve been using a keyboard driven application launcher since 2006. For the majority of that time, I was a devout Launchbar fan. installing it on Mac after Mac and dutifully paying for the infrequent upgrades. When I initially heard about Raycast, I wasn’t interested, but the uproar just kept getting louder. Tech bloggers and Reddit sang its praises and kept pointing out new features one after another. I finally relented and downloaded it. After spending my Thanksgiving break of 2023 getting it configured to match my needs, I’ve been an enthusiastic proponent ever since. I’m a paid subscriber, mostly to keep my setup synced between my two computers but also to take advantage of the many AI features only available to pro users. Not to fear though, absent AI and sync, almost everything else is included in the free version.
1. Clipboard History
I used to use Pastepal and at times I miss its ability to sync my clipboard with my phone, but there are work arounds for that. By using Raycast’s built in clipboard manager, I eliminate the need to run a separate program at all times. It’s very convenient to assign a hotkey combo to show my clipboard history and then to navigate it without the need for a mouse.
2. Kill Process
When I have the infrequent application crash, I don’t have to remember the Apple keyboard combo for force quitting an application nor do I have to use a mouse to click on the dock or Apple Menu. I just launch Raycast and type “Kill Process” and then the name of the rouge program and hit enter. Boom, just like that the crash is over and I can relaunch the application if I want to.
3. Image Modification
As a blogger, I have a frequent need to reduce the size of images before I post them on my website. The image modification plugin acts on whatever file is selected in the finder. I specify the width I want and it figures out the height for me. If I want to convert an image from a PNG to a JPG, it can handle that too. It can also pad and scale images as well as removing EXIF data.
4. Emoji Picker
I used to use Rocket, a separate program as an emoji picker but the one built into Raycast works just as well. I can select from my frequently used emojis or search all those installed. I can copy the result onto my clipboard or paste it into the active application. I use the hotkey fn+E to summon the emoji picker and I do it often 😃.
5. Unsplash
When I’m looking for a stock photo to use on my blog, I can use the Unsplash extension to do it right from Raycast without having to use a web browser. I can search and download a variety of images for free from the keyboard. I can search specific collections, my favorites or the entire catalog. I can even use Raycast to set my wallpaper to any image on Unsplash.
6. Brew
I no longer have to use the terminal to do maintenance on Homebrew, the Mac package manager. I can get a list of my installed and outdated casks and run the updates right from Raycast. I set a reminder in Things 3 to do this every weekend and I don’t have any issues keeping up with developer releases.
7. Google Search
In the age of AI, there’s still a lot to be said for searching plain old Google. I have a hotkey set to COMMAND+G to allow me to conduct a search wherever I am on my computer. The resulting window not only provides space to type a new search, it also shows me my history (which is erasable). I can open the Google page in my browser or copy the resulting URL to the clipboard.
8. Open Link in Specific Browser
Sometimes I come across a page that just won’t work in the browser I’m using. Using this Raycast command, I can choose another browser to try - Chrome, Arc, Edge - whatever. It doesn’t matter. it will take the URL I’m trying to open and send it to the browser of my choice.
9. Password Search
Raycast has plugins for most major password managers. I use LastPass (yes, I know about the breaches) but it works the same for 1 Password or Bit Warden. I can search for the password I need and either paste it into a browser window or copy it to the clipboard. No longer do I have to use a separate application or browser to get the password or secure not that I want.
10. Shorten URL
The Bitly plugin allows you to shorten URLs straight from the clipboard. Just highlight the URL in your browser’s address bar, invoke the Raycast command and you’re ready to paste the result into a document or social media post.
Honorable Mentions
Raycast quick links allow me to search YouTube, Amazon, NetFlix, HBO/Max, DuckDuckGo and Mac Updater right from the keyboard. I don’t use windows management tools that often, but when I do, they are built-in to Raycast, eliminating the need for yet another separate program.
Did you ever have a manic phase that let you just turn out good stuff for a prolonged period of time? It sucked when it ended, didn’t it? I had one of those phases about ten years ago and carried a camera all the way through it. A Once and Future Love

10 Lesser Known But Super Useful Obsidian Plugins
The most popular Obsidian community plugins, Excalidraw, Dataview and Advanced Tables have over a million downloads apiece. The Obsidian forums and Reddit are full of questions about the best ways to use them. There’s no doubting the power of these plugins and the value they add to Obsidian. But what about the lesser-known work of volunteer developers who make up the backbone of the devout Obsidian community? What about more niche cases and hidden gems? Let’s look at some of those. All of these have less than 50K downloads, some of them much lower than that.
1. Beautitab
Beautitab creates a custom new tab page in Obsidian with customizable elective elements for search (with native search or Omnisearch), time, greeting, recent files and bookmarks to keep often used notes readily available. You can include a daily quote and an ever changing and beautiful collection of photographs as a background.
2. Local Images Plus
Local Images Plus downloads the images in web pages you add to you vault so that if the page is taken down or the URL changes, you still have the images to illustrate your notes. It converts images to jpg from png and makes sure you don’t have duplicates by using the MD5 hashing algorithm. It will also remove orphaned images from your vault. You can even use this plugin to localize images from existing notes.
3. Auto Note Mover
Auto Note Mover allows you to set rules that automatically move notes to the folders of your choice based on tags. You can also set up rules to manually move notes based on tags or you can include a file property yo exclude a mote from being moved. If the destination folder does not exist or if there is already a note with the same name, you will receive a warning and the note will not be moved.
4. Callout Manager
Callout Manager is a plugin that makes creating a configuring callouts easy. With it you can browse a list of available callouts, change the color of callouts, create custom callouts. As a bonus, it works on mobile.
5. Extract URL Content
Extract URL content works when you select a URL in a document and execute a command from the command pallet to replace the selection with the markdown content. Additionally, if you use a file property of link:, followed by a URL, the markdown content will be created. Finally, if you have multiple links in a note, you can run a command to have notes created for each URL in a separate folder.
6. Automatic Table of Contents
Automatic Table of Contents is useful for long and detailed notes. It will create a table of contents for you at the top of a note based on the headers you have used. If you make changes to the note, the table of contents will automatically change to reflect your input.
7. Media DB
Media DB is useful if you use Obsidian to track content consumption. You can search a movie, television series, anime, game, music release or wiki article by its name across multiple APIs. You can make customized templates in each category and even convert existing notes into Media DB notes using the API.
8. Raindrop Highlights
Raindrop Highlights imports your collected bookmarks from the Raindrop.io service along with your highlights into your Obsidian vault. You can import them all or selectively choose the folders you want to bring in. You have the option of running a sync process manually or having it run automatically. If you have decent JS skills, you can even use Nunjucks to create a template for custom front matter and the importation of content with your bookmarks.
9. Attachment Management
The Attachment Management plugin is central to my workflow for the importation of web content. It centralizes the location on attachments in a single folder with subfolders matching the structure of my vault. It renames images to match the note names they are a part of. It works well with the Local Images Plus plugin. If you have folders where you don’t want the attachments moved or renamed, setting up exclusion rules is easy.
10. Waypoint
Waypoint is an Obsidian plugin that automatically generates tables of contents/MOCs within your folder notes. Once a waypoint is generated, it’ll automatically link to every note within the folder and its subfolders. The Waypoint plugin will detect when you create/rename/move/delete a note and automatically stay up-to-date.
Doc Watson, the blind folk guitarist from the NC mountains been gone for 12 years now but before he passed away, I got to see him perform live. It was the musical experience of a lifetime. His music has had special meaning to me for decades. The Essential Doc Watson - a Review

Adventures in Camera Land - The story of a recent weekend spent chasing good snaps, featuring the Easter Bunny, some Green Berets, hookah-smoking coeds, a Lebanese delegation and lots of unphotographed children.

The Wire - Season One, Episode One, Scene One - The Masterpiece That Kicked It Off
I knew from the very first scene in the very first episode that The Wire was a going to be a great television series. Nothing before or since has topped it for me. I was fortunate enough to experience the show as it happened, week by week, season by season, although I’ve binged it several times since. You know a show is good when you find yourself wondering what the characters are up to these days. Except Omar, because that little punk assassinated him in the corner store as he was buying a pack of Newports and his beloved Honey Nut Cheerios.
Anyway, if you haven’t watched in a while or if you’ve forgotten the absolute masterpiece of a scene that kicked the series off, you owe it to yourself to give it a watch today. See homicide detective Jimmy McNulty get schooled on the way America works by a witness at a Baltimore murder scene.
In the pre-streaming days when my kids were young teenagers (circa the mid-90s) we could go rent movies on Friday nights and get an entire weekend’s worth of films for $5. It was glorious and makes for a fine memory. Remembering the 90s- the Video Store

I’ve come a long way from my Mom’s table in the 70s eating the Old El Paso variety with grated cheddar cheese and shredded iceberg lettuce. Tacos - A Love Affair

The One a Month Club's I've Joined So Far
Ever since @jarrod started the One a Month , I’ve looked for people to acknowledge with that token contribution. It’s not much, obviously, but it’s really the thought and the tangible appreciation that really count. I encourage everyone to pick out a few of your favorites to do the same thing.
So far I’m supporting:
MarkDownload - The Browser Extension that Works With #Obsidian
There are a variety of ways to get web content into Obsidian, but the one I find myself using most frequently is the MarkDownload Web Clipper. With this tool, you can clip entire pages, snippets and images from most major browsers straight into your Obsidian vault. There are versions of MarkDownload for Chromium based browsers, Firefox, and Safari.
Customization
You can customize the file properties so that they match the standards you use in your vault. I have the creation date set to YYYY-MM-DD. Instead of “source”, I prefer to use “url”. I also like the URL included in the body of the created note so that it’s clickable. Depending which of the download methods you choose for the note, you have the ability to edit the title and include tags right from the browser. Besides custom front matter, you can also choose the flavor of markdown that you want right down to specific elements.
The default template is:
Setup
To use the Obsidian integration, you need to download and enable the Obsidian Advance URIcommunity plugin. Make any changes you want to the front and back templates. Specify the name of your Obsidian vault and the name of the folder where you want downloaded notes to go. You have choices for the download method but using the Downloads API is recommended. Finally make any changes to the markdown syntax that you want.
Usage
According to the developer “Because the website is first passed through a readability process, you won’t get extra content such as website navigation, footers and advertisements. However, please note that not all websites are created equal and as such some sites may not clip the content you expect.” To clip a page, simply click the extension button in your bowser’s toolbar. You’ll be offered a save as dialog box and the opportunity to make edits. An alternative way, one that bypasses the dialog box, is to right-click in the web page and select from the context menu for MarkDownload. Your choices are:
You can also use the context menu to copy the page or selection to your clipboard as markdown. The final context menu choice is to download images. Image Management in Obsidian - A Workflow