Apps
Today on AppAddict - My first negative review. Yep, definitely not recommending MagicMenu from iBoysoft due to limited functionality, bait and switch pricing and lack of an advertised free trial. If you want to add to Finder’s right-click menu, there are better options.

Today on AppAddict - I explore the world of keyboard driven application switchers featuring the FOSS app AltTab, a hidden Keyboard Maestro feature and more.

My 10 Favorite Things About #Obsidian
1. The Fiddling
A pox on people who complain that it’s too tempting to fiddle with your Obsidian setup and therefore their ability to make more widgets for the man is negatively impacted. I love Obsidian because I can never stop optimizing it. If I wanted something that was set it and forget it, I’d used TextEdit and miss out on so much joy.
2. The Plugins
I do not understand the weirdos who take perverse pride in ignoring the 1600+ ways to make Obsidian better. OK, I do get it if you don’t want to affect the plain text functionality of your notes, but refusing to use plugins that do nothing but extend Obsidian’s functionality is just masochism. I love the obscure ones the best
3. The Daily Note
My Daily Note gives me a comprehensive record of a snapshot in time, complete with weather, appointments, a running narrative, a gratitude list, tasks completed and more. It’s fun to complie each day and it provides a great reference for what’s been going on in my life.
4. Writing in Markdown
I do almost all of my writing in Obsidian. All of my blog posts start there. Although I have the editing toolbar installed, I rarely need it any more as Markdown is pretty easy to learn and use. I love the added functionality that plugins like Paste URL Into Selection add to the writing experience.
5. Obsidian Sync
I use Obsidian on two Macs, a PC, an iPhone and an iPad. Using Obsidian sync allows me to have customized plugins on every instance, to omit unneeded folders on mobile, to support Obsidian development by being a paying customer. Since I have a .edu email address, I get a 40% discount.
6. Interoperability
I love how the plain text/Markdown features in Obsidian along with it’s local file storage allow me to leverage other apps in my portfolio to extend the functionality of Obsidian. Whether it’s using Drafts or Bebop for quick capture, or doing a search and replace across my entire vault with BBEdit, there are a big selection of companion apps to make Obsidian more powerful.
7. It’s Better than Evernote
I was an Evernote user from 2009-2023 and loved the automations it offered natively and via IFTTT. I’ve figured out how to send emails to my vault, and import my Raindrio.io bookmarks and every other thing I used to do with Evernote, plus I get all the other Obsidian deliciousness.
8. Tags, Folders and Bookmarks
I started my vault with imports from Evernote and all of my tags carried over. Since then I’ve maintained the tagging habit and it provides a lot of usefulness when combined with Dataview. I also use folders for organization and bookmarks for work in progress notes.
9. The Obsidian Community
Whether it’s Reddit, Discord, the official Obsidian forum or all the various YouTubers and bloggers, there are a ton of resources available to get new ideas and solve problems . I know of no other program with such a depth of material available.
10. Backup Options
I spend a lot of time working on my Obsidian notes and would be devastated to lose any data. That’s why I have a TimeMachine backup, a Google Drive backup, a GitHub backup, plus Obsidian sync. It’s all done with set it and forget it methods.
Today on AppAddict - Applite is like an App Store for the entire Homebre Catalog. It downloads and updates apps. It’s free and open source.

Today on AppAddict - EtreCheckPro, System Report on Steroids - a great free app for finding out more about your Mac. It’s often used in troubleshooting forums and Apple Support Communities to give the experts a peek into what might be causing you issues.

Today on AppAddict - Dropover, Best in Class - There are no shortage of shelf apps on the Mac, but Dropover rises to the top because of its feature set and affordability. Deeply integrated with cloud services, with Shortcuts and widgets it’s just a pleasure to use.

Today on AppAddict - Apps to Enhance Apple Shortcuts - I have dozens of Shortcuts that I use every day, including ones designed to work with Micro.blog. Some of these require helper apps and these apps are featured in today’s post.

Don't Be Afraid to Use the Linter Plugin in #Obsidian
One of the most powerful and seemingly complicated plugins in the Obsidian directory is Linter. With nine different tabs in its settings panel, it intimidated me until I spent some time looking it over and testing it on a small folder of test notes. Just installing it will do nothing to your notes. All the features are set to run on command initially and you can leave them that way perpetually if you just want to apply Linter settings manually to one folder of notes at the time. Linter describes itself thus: Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.
To be clear, this is how you can select default file properties for all your notes or set custom file properties for notes one folder at the time. Using Linter will standardize the formatting of almost every element of your notes.
If you have a lot of notes imported from different sources and especially if you have been using Obsidian since before the implementation of file properties, back when YAML front matter was created manually, you should be able to standardize the appearance and formatting of your vault. If you are a relatively new user, you can get a lot of benefit by setting some standards with Linter so that they apply to your notes going forward. I use the Commander Plugin to create a button in the Ribbon Bar to run Linter. I also created a keyboard shortcut to run Linter. The plugin creates an option in the right-click context menu to Lint a folder at the time.
General Tab - This is where you tell Linter when to apply its settings. If you choose “Lint on save”, the plugin will only apply its settings when you manually press Ctrl+S. If you select “Lint on change, then the settings will apply as you edit notes”. This tab is also where you can set Linter to ignore folders so that settings never apply to them. I set my Templates and Attachment folders to be ignored.
The YAML Tab - The settings I turn on are Add Blank Line After YAML, Dedupe YAML aliases, Dedupe, YAML tags, Dedupe YAML arrays. I set Linter to move all YAML tags to the front matter. In the sorting section, I turn on sorting for aliases, tags and arrays in ascending alphabetical order. In the YAML key sort section I turn on sorting and enable priority sorting for the following properties: title: author: url: tags: creation date: modification date: This will create those properties in every note I create in that exact order, with additional properties included beneath them in ascending alphabetical order.
I turn on the automatic inclusion of creation date and modification date using the YYYY-MM-DD format. This is useful when building certain Dataview queries later.
The only other setting I turn on in this tab is the YAML title which I set to match the file name.
H1 Headings Tab - On this tab I turn on Capitalize Headings, Ignore Cased Words, and Remove Trailing Punctuation Headings
Footnote Tab - I don’t make any changes here as I don’t use footnotes
Content Tab - I turn on every setting on this tab for consistency’s sake except for default language for code settings since I don’t use code fences for anything other than markdown.
Spacing Tab - On this tab I turn on Consecutive Blank Lines, Convert Tabs to Spaces, Empty Line Around Blockquotes, All Heading Blank Lines, Line Break at Document End, Paragraph Blank Lines, Remove Empty Lines Between List Markers, Remove Link Spacing, All the settings for trailing spaces
Paste Tab - I turn on everything except Remove Leftover Footnotes
Custom Tab - No changes
Debug Tab - No changes
The Linter user manual can be accessed here.
This is a powerful tool. Before applying it to your entire vault, ensure you have a backup.
Today on AppAddict - Seasons Streaming Companion aims to help you figure out how to alternate what you watch. to allow you to turn off streaming services for periods of time to save money through its built-in algorithm. It also helps you find new show and movies while calculating the cost.

Today on AppAddict - A Privacy and Security Toolkit featuring Nord VPN, Little Snitch Firewall, BlockBlock real time scanner and uBlock Origin for browser-based safety.

Today on AppAddict - Have you heard all the nerds talking about Obsidian but you’re not sure what you can do with it? Today’s post is for you

Today on AppAddict - Apps that do one thing well - Three apps that haven’t succumbed to bloat and can’t order you an Uber - Mission Control Plus, QuitAll and One Thing.

10 More Random #Obsidian Tips
Last week I posted some of the things I learned to do in Obsidian through trial and error and it went over pretty good, so here are 10 more. I want to show folks not to be afraid of extensions. Many of them don’t alter your data in any way so you won’t get locked in by using them. They just perform actions that make Obsidian run in a more customized way for you.
1. Have Obsidian Open to the Same Page Every Time You Start the App
By default, Obsidian opens up to the state you left it in when you closed it. With the Homepage community plugin - you can use any note, canvas, or workspace as a homepage. Alternatively, choose a random note, or use your Daily or Periodic Notes. You can decide what happens to old tabs that were left open - keep them, replace the last note, or remove them all.
2. Assign a Basic Set of File Properties to Every Note You Create
You can do this using the Linter plugin. The setting is on the YAML tab of the options for Linter.
3. Edit the File Properties of Multiple Notes at One time
If you have multiple notes where you’d like to add or remove file properties in one fell swoop without having to edit them each individually, the use the Multi-Properties plugin. It works for tags or any other file property you want.
4. Send an Email to Your Obsidian Vault (for Mac users)
Set up an IFTTT applet to create a text file in a cloud service like based on an email you send to a certain address. Then use the app, Hazel, to have the file renamed with a .md extension and moved to your vault. More information on setting this up
5. Quickly Capture Data to Your Obsidian Vault on iOS
The key to this at this point is using the right third-party app. I personally use Drafts most of the time, but have recently been experimenting with a new app, Bebop and with Fleeting Notes. The Obsidian roadmap states that they are hard at work improving the native abilities of Obsidian on mobile. More software to complement Obsidian.
6. Search And Replace Text Across Your Entire Vault at Once
To do this, you can use the free features of different power-users text editors I use Notepad++ (PC) and BBedit (Mac) for multi-file search and replace. They’re both fast, handle case-matching, and the basic features are free. Vscode is another favorite and it is cross-platform.
7. Automatically Sync a Backup Copy of Your Vault to a Cloud Service Every Night While You Sleep
You need a couple of utilities to make this happen. The first is a file-syncing utility that runs automatic syncs. I use Sync Folders Pro, a $9 app from the app store. Then you need an app that automatically launched your sync program. On the Mac you can use Lingon X, Keyboard Maestro or Alarm Clock Pro. More backup information.
8. Import Entire Web Pages with Nothing More Than a URL on The Clipboard
One of the features of the ReadItLater pluginis to create a a new based on nothing more than a URL on your clipboard. You just copy an address from a web page you want to save, switch to Obsidian and activate it ReadItLater from the command pallet. It’s that fast and that easy. More ways to import web pages
9. A Wizard to Build Dataview Queries
There is a free tool you can use to help with the learning curve with Dataview. “The Basic Dataview Query Builder will guide you through some questions and put together a Dataview query based on your answers. You can use this query as-is in your vault or as a starting point to refine a more advanced query.
10. Get Ideas for Notes or Vaults You Can Create in Obsidian
Today on AppAddict - Play: Save Videos, Watch Later is a $2.99 app in the App Store that lets you add videos to your watch later list that can then be tagged or sorted by any criteria. A universal app, Play can be curated on your Mac and then watched on your AppleTV. A great app.

Today on AppAddict - Default Folder X an OG App for Mac Power Users. It’s used to streamline and enhance finding, opening, saving and moving files and folders.

Today on AppAddict - Two free apps from Objective-See, BlocKBlock and KnockKnock, both designed to alert you to the installation of persistent apps on your Mac. If you keep your Mac up to date and only install apps from the app store, you are probably OK. If you install from elsewhere, get these.

Today on AppAddict - AnyList is my choice for recipes, groceries and general list management for things like packing and planning camping trips. I tried other apps like Paprika and Mela, but AnyList just hits the sweet spot.

Today on AppAddict - Homebrew for Mac, a command line package manager offers a wide variety of tools that may look scary to non-CLI users but are actually easy to use and quite helpful. My five favorites

Today on AppAddict - I did a comparison of file finding apps before settling on Houdah Spot as my top pick for its customizable templates and huge selection of search criteria. The runner up was Tembo for quick searches for a single item.
