Apps
- Wake time
- Status (work, home, travel)
- Daily weather
- Appointments
- Things I learned
- A chronological record of the day
- Gratitude list
- Notes created that day
- Notes modified that day
- Tasks completed from my task manager (Things 3)
- Company directory
- Outlook email
- Microsoft Admin Center (plus a tab each for Entra, Defender, Intune)
- Asset management app
- CBT Nuggets (for training)
- Student Database
- Six different Excel spreadsheets from Office 365 online
- Lou Plummer (@amerpie@social.lol) - social.lol - my primary Mastodon account
- Lou Plummer (@amerpie@onephoto.club) - One Photo Club - a second Mastodon account for travel photos
- Lou Plummer (@amerpie.lol) — Bluesky (bsky.app)
- Lou Plummer (@CycleLou) / X
- Pxlmo
- Lou Plummer | LinkedIn
- Lou Plummer (@amerpie) on Farcaster (warpcast.com)
- Lou Plummer — Refrakt
- Micro.blog
- Sites | tinylytics
- Explore Posts | Scribbles.
- OMG.LOL
- Gmail (personal email)
- Yahoo mail (used only for newsletters)
- Google Drive
- Raindrop.io bookmarks
- Gemini (google.com)
- Reddit - Dive into anything
- Plus whatever I happen to be interested in at any given moment, usually about a half-dozen tabs
- Dataview Example Vault: A example vault to collect and showcase various dataview queries. Created on behalf of AB1908 (github.com)
- Personal-Wiki: A showcase to help others to organize their notes. (github.com)
- LifeOS for Obsidian (obsidian-life-os.netlify.app)
- Grow Your Mind Garden Starter Kit
- LeanProductivity Starter Vault (sascha-kasper.com)
- Kepano: My personal Obsidian vault template. A bottom-up approach to note-taking and organizing things I am interested in. (github.com)
- Dashboard++ - TfT Hacker
- Bullet Journal and Task Management in Obsidian - Free Vault for download and Folder Structure (travelertechie.com)
- Obsidian Hub Main
- Ideaverse for Obsidian (linkingyourthinking.com)
- Obsidian: Sample Planner Vault from Ellane (gumroad.com)
- PARA Starter Kit - Obsidian Hub - Obsidian Publish
- Obsidian Starter Vault – The Sweet Setup
- ObsidianMD CSS Snippets repository, a collection of CSS code snippets to enhance the user interface elements of ObsidianMD (github.com)
- Starter Vault – Obsidian University
10 Random But Helpful #Obsidian Tips
1. Sort All Your Attachments in A Folder That Mirrors Your Vault
With the Attachment Management community plugin, you can have all your attachments renamed to match the note they are attached to and arranged in a sub-folder that matches the folder arrangement of your vault.
2. Add a Web Page to Your Vault on iOS
This one is just an iOS shortcut [that works with any browser, not just Safar](RoutineHub • Clip Entire Web Pages to Obsidian in iOS 17). You’ll need Actions for Obsidian to make it work.
3. Create a Callout with Links to All the Notes You Created Today
This requires the Dataview community plugin
> [!abstract]Today's New Notes
> ```dataview
> LIST WHERE creation-date = this.creation-date
> ```
4. Have New Notes Give You a Popup To Name Them
This requires the Templater community Plugin. This snippet gives you a pop-up when you first create your notes asking you to name it at that point. You type the name into the resulting dialog box and that’s that taken care of. (Note: This snippet goes at the very top of your note at Line 1. It creates the three tick marks that are the beginning of the code block for your properties.)
<%*
let title = tp.file.title
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Title");
await tp.file.rename(title);
}
tR += "---"
%>
5. Automatically Download Images from Any Web Page You Import
The default behavior is for the web pages you download to link the images the original source, but you can automate having them downloaded so the links don’t get broken. All you have to do to make this happen is install the community plugin Local Images Plus and change the setting to “Automatically Processing”
6. Create a Map of Content Automatically for Any Folder or Subfolder That You Can Copy and Paste as Plain Text
If you use Dataview to create MOCs, good luck exporting or copying them. You need two plugins for to make that happen Folder Note and Waypoint.
7. Use Cool Icons With All of Your Obsidian Folders
If you’d like to visually enhance your folders like shown below, install the Iconize community plugin.
8. Import Entire Articles from Omnivore, Not Just Highlights and Notes
If you want to use the free red-it-later service to import the entire text of web pages instead of the default behavior which just brings in highlights and notes, you can tweak your article template like this.
> # {{{title}}}
> #Omnivore
>
> [Read on Omnivore]({{{omnivoreUrl}}})
> [Read Original]({{{originalUrl}}})
>
> {{#note}}
>
> {{{note}}}
> {{/note}}
>
> {{{ content }}}
9. Customize Your Sidebars
In Obsidian, you can drag and drop elements like notes, links, or files to the sidebars to move or create new links. Simply drag the element you want to move and drop it onto the sidebar where you want it to be placed.
10. To Add a Geotag and Timestamp to a Note on iOS
This one requires Drafts, which all Mac/iOS users should have any way. This action will append the info to your daily note but it is easy to edit to create a note instead of appending it.
Today on AppAddict - Keka triples the types of compressed files you can open vs. what is built into macOS. It also increases the types of compressed files you can create and adds 256-bit encryption with it’s simple drag and drop interface.

Today on AppAddict - Just Press Record is the OG of audio recording and transcription apps. It’s a $4.99 purchase in the app store and unlike some of the free apps out there, it does zero data collection.

Today on AppAddict - Lockdown Privacy Desktop - A simple free open-source firewall with pre-configured rules, a good choice if you are setting up a Mac for less advanced users or want no hassle protection.

Today on AppAddict - MusicBox is a read-it-later service, except it’s for music, not text. If you find a song or album from Spotify, Apple Music or Tidal but don’t have time to listen, add it to MusicBox where you can see it’s metadata or use shortcuts to automate things.

Using Obsidian as a Life Record
Obsidian is powerful and extensible enough to fill many roles: academic notes, CRM, blogging center etc. One space it fills admirably is as a life record. Using a combination of native and community plugins, you can use Obsidian as a way to record every facet of your life that you want to preserve, from health metrics to media consumption.
Your Daily Note
The hub of a life record is usually the daily note. Using a template, you can record a variety of information. In my own setup, I record the following:
Other metrics that are popular to record are body weight and exercise. The Obsidian Tracker Plugin is useful for generating charts and graphs for any metic you can capture numerically.
Task Management with Things 3 and Obsidian
Media Consumption
Using RSS feeds from popular services like Goodreads (for books), Trakt (for movies and TV) and Last.fm (for music) you can automate recording your media consumption. Additionally you can gather information on video games, board games, and manga using the Media DB plugin.
Automating Obsidian - Generate Notes About Your Media Consumption via RSS - Books, TV, Movies, Music
Web Content
If you are inclined to save content from the web, there are a variety of ways to import pages into your vault. Read-it0later services like Omnivore and Readwise have plugins that automate imports. If you want to import pages on a case by case basis, you can use the browser plugin Mark Download, or community plugins like Slurp, Read It Later or Extract URL Content. There is also a bookmarklet written by Obsidian CEO u/kepano to import web pages or excerpts. On IOS, a shortcut works the best.
The Omnivore to Obsidian Connection Enhanced
All the Ways to Get Web Content Into Obsidian
MarkDownload - The Browser Extension that Works With Obsidian
One of the things people miss when transitioning from Evernote to Obsidian is the custom email address used to send information straight to their notes. Obsidian doesn’t have that feature built in but there are still ways to achieve the end result. Readwise has a “mail to Readwise” feature that will in turn import into Obsidian. My personal choice is an IFTTT applet that creates text files in my Dropbox account that are then converted to markdown and imported into my vault by Hazel, a Mac file management app.
How to Send an Email to Your Obsidian Vault
Other Info
I also keep notes on restaurants where I eat. My template has property fields for location, web site, type of cuisine and rating the body of the note has bullet points for each visit recording the day, who I was with and what I ordered.
For places I visit, I use either the MapView plugin or a Drafts action that captures geolocation.
I have a people template that records basic contact information (email, phone, address) and the body of the note is bullet points recording date and time of interactions with the person and details of the meeting/visit.
My Dataview Use Cases in Obsidian
Today on AppAddict - Omnivore - a free, open source read-it-later universal app that supports highlights and notes, has RSS and newsletter subscriptions, and imports into Obsidian, Logseq and Notion.

Today on AppAddict - Bebop Quick Notes is a new app designed for the quick capture of text notes. Its killer feature is the ability to save notes in Markdown format directly into an Obsidian vault, but it can save in other formats to other locations, like Dropbox, too.

Today on AppAddict - Two recommendations for File Sync Utilities Free File Sync and Sync Folders Pro. They’ll meet all your needs including scheduled syncs and full disk bootable clones.
Today on AppAddict - Velja Browser Picker - a free and open-source app that opens URLS in the correct app (Discord, App Store Teams, Zoom etc.) or in the browser of your choice. Easy to configure and use.

What's Your Browser Setup? Hundreds of Tabs? Multiple Windows? Something in Between?
Recently, I posted on Mastodon, “I do not understand the 100+ tabs open at the time people. Not saying you’re wrong, I just don’t get it. Did you get attacked by a bookmarks.html file as a young child? Is yours the laptop with a petabyte of RAM? What gives?” Surprisingly, I got a lot of feedback from had been no more than a wisecrack. I’m interested in the way people do everything on their computers, from what apps they use, to, yes, how many tabs they work with. Please reach out and describe your browser setup if you’re up to it.
At work, I normally have two or three windows open in Edge, my browser of choice (because it really doesn’t suck). At home, I only run two windows.
Work Setup
Edge has both profiles and workspaces. Profiles have separate settings, bookmarks and extensions. Workspaces have separate bookmarks bars and tabs. At work, I sign into a separate profile to access my university Microsoft 365 account. Group policies don’t allow the installation of any extensions, so it’s pretty bare bones. I normally have the following tabs open:
Total work tabs = 15
Personal Setup
At work, I also run a window logged in to my personal profile with at least one of my personal workspaces. I do this to have access to extensions (like my password manager) and bookmarks. I have two personal workspaces: one for social media and blogging and another general workspace.
My social and blogging workspace has tabs open for:
Total social and blogging tags = 13
My general browsing workspace has tabs for:
Total general browsing tabs = 12
Total Tabs = 40
Other Considerations
I use the great Mac app, Velja, to let me pick what browser or app opens links. I have five browsers installed, Edge, Chrome, Firefox, Safari, Orion and Arc. I prefer to open YouTube links in Freetube. And though I usually use the default web interface for Mastodon, I also use Ivory for its notification center actions. Inoreader is my RSS provider and I use an Edge PWA to access my feed.
Today on AppAddict - Zavala, a free, open source, minimalist outliner with iCloud syncing. It’s a universal app for Mac, iPhone and iPad with some features (like font selection) that even the big boys lack.

Today on AppAddict - MarsEdit which makes writing and publishing to Micro.blog and other platforms a breeze. Not a subscription, thankfully, and also available on Setapp. @danielpunkass

Today on AppAddict - CleanShot X hits the sweet spot for price and features among the many screen shot utilities for macOS, including several new features just released in version 4.7. Thanks to @mattbirchler for his video yesterday introducing them.

Today an AppAddict - Maestral, a free, open-source Dropbox client that lets you keep your files whereever you want, allows selective sync and doesn’t count against your three device limit. Works with paid and free Dropbox accounts.

15 Example #Obsidian Vaults from Around the Internet
I’ve been collecting these for a while and sharing them out of my Google Drive but it would probably be better for you to see the original source so you can discover some of these resources on your own.
Today on AppAddict - Dropzone 4 a pricey but versatile menu bar app (included with Setapp) that can make uploading media to Micro.blog a snap if you pair it with shortcuts from @jarrod

Task Management with Things 3 and #Obsidian
Many people choose to do their task management in Obsidian exclusively using different plugins and workflows. The tasks plugin is #5 in downloads at 1.2 million. As much as I love and use Obsidian, I don’t consider it an everything program. Task management applications like Things 3 from Cultured Code are popular for a reason. Their superior design, shortcut integration and feature set are all ready as soon as you install the app with no fiddling involved.
Things 3 offers projects, areas, repeating tasks, different start and due dates and imports from Apple shortcuts as well as Siri integration and a robust collection of shortcuts. There is a great Raycast extension for it too. There is an active community on Reddit.
I use two plugins to integrate Things with Obsidian.
Things 3 Today Sync
Things 3 Today Sync puts a copy of my today view (the tasks with a due date of today)
in the right sidebar of the Obsidian interface. The tasks come in as hyperlinks, so that clicking on them will take me to the task in Things. Checking the checkbox beside the task closes it and removes it from the list. If I add a task in things on the fly, it also appears in Obsidian. It’s a Mac only plugin, so If you are on a PC, you won’t be able to use it even if you have Things installed on your phone or an a Mac somewhere else. It’s dead simple to set up, requiring no complex configuration. Just enable it after installation.
Things 3 Logbook
Things Logbook will periodically sync your completed tasks with your daily note. You can assign a hotkey and sync on demand if you want to. One feature I really liked was the retroactive syncing. I have been using Things much longer than Obsidian and when I ran the sync for the for first time, it created daily notes stretching back years with my completed tasks which has really proved useful since I can now search of those items with Obsidian. Completed tasks show up in your daily note as hyperlinks and if you are on a Mac, they will open Things to your logbook. This plugin works on Windows machines so that if you check off completed tasks on your phone or on a Mac, they will appear in your daily note on Windows.
Things Sync
Things Sync is a third plugin for Things and Obsidian. I don’t use it because I’ve never found a way to fit it into my workflow, but it allows you to create tasks in Obsidian that get synced with Things.
Today on AppAddict - Bean a free lightweight word processor that’s kind of like WordPad on Windows, only better. Weighing in at only 8MB, it runs great, even on old hardware. For when you need rich text, tables and images in a document.

It’s Saturday and I’ve updated my /now page with links to a full week or app reviews on AppAddict and my WeblogPoMo2024 posts, as well good TV from the BBC, my browsing finds and a new coffee maker for the masses.
