New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work on iOS/iPad OS? #30
Comments
|
Same problem. I don't see a setting, so I assume it's a bug. |
|
Hi thanks for raising the issue. Mobile versions don't have a status bar. So displaying the word count in that way is not possible. However, the statistic collection function is still functional and will detect writing stats over all your devices. In the future you will be able to view your statistics on mobile too. |
|
Until this feature is officially supported, here is a workaround for iOS/iPadOS 15 (should also work on MacOS Monterey but I haven't tested that yet). This is my setup, which assumes you want to exclude comments from the count, but only excludes HTML-style comments (which I use for wider compatibility, along with text replacement to make typing them easier). Adjust as needed. In the Shortcut Launcher community plugin, create a new launcher:
Install my Obsidian Word Count Minus Comments shortcut or make a similar one. Obsidian Word Count Minus Comments does the following: The comment exclusion in my shortcut isn't perfect. If you have malformed comments like it will count all of those words. On mobile you can’t pull down to summon the command palette when text is selected, but you can add the command palette button or your new “Word count minus comments” command to the mobile toolbar. |
I don’t know where to find the word count on the iOS/iPad OS version of Obsidian. There doesn't seem to be a status bar and better word count doesn't show up in the right slidebar (where the core word count plugin shows up).
Is there some settings I need to change?
The text was updated successfully, but these errors were encountered: