Disable Smart Bullets in Tot

If you find that Smart Bullets get in the way of your normal editing, you can turn them off.

On iOS, go to the Settings view by tapping the gear icon. At the bottom of that view, you'll be able to turn off "Enable Smart Bullets".

On macOS, you can turn this feature off using the Terminal. Enter the following command to disable the feature:

$ defaults write com.iconfactory.Tot disableSmartBullets 1

To re-enable Smart Bullets, use:

$ defaults delete com.iconfactory.Tot disableSmartBullets