Getting Obsidian word count on iOS

How to quickly see how many words you have written in Obsidian

Sometimes you need to know the word count for whatever you’re working on.

If you’re using Obsidian’s iOS client the word count isn’t permanently on screen; however it is just a tap away!

By clicking on the three-dotted kebab looking icon, a menu bar will appear, with both the word and character count at the top.

Screenshot showing the kebab icon on the top right of the screen
Screenshot showing the kebab icon on the top right of the screen

Happy counting!


Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?