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

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.

Ruby

Override database attribute types

Sometimes you don't have control over how your database handles information, so you need Rails to set it