The preview text that comes up when hovering over TOC entries tends to really just obscure what I'm looking for, especially while scrolling a detailed TOC. Any chance of having this as a configurable option?
1) Skim 1.6.9 (139). Using the defaults write -app Skim SKDisableTableToolTips -boolean true doesn't stop the preview. Tried quitting and launching Skim but previews still appear.
2) An important user display preference shouldn't be left to a hidden switch which
can change or be removed at any time
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just to make sure that there wasn't some weird permissions problem I also tried using the sudo user and this made no different - still no change using defaults write -app Skim SKDisableTableToolTips -boolean true
Does Skim require Full Disk Access for this to work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would make more sense to set the default to true(having a large and changing area displayed on moving the mouse over a TOC is extremely distracting and interferes with viewing the structure
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a hidden pref for this. See the Wiki for details.
Just appending a note for anyone else finding this.
Hidden settings doc is here: https://sourceforge.net/p/skim-app/wiki/Hidden_Preferences/
And this specific setting is "SKDisableTableToolTips", so
defaults write -app Skim SKDisableTableToolTips -boolean trueshould disable it.1) Skim 1.6.9 (139). Using the defaults write -app Skim SKDisableTableToolTips -boolean true doesn't stop the preview. Tried quitting and launching Skim but previews still appear.
2) An important user display preference shouldn't be left to a hidden switch which
Works for me. Perhaps you misspelled the key? It is case sensitive.
I copied the text directy from this thread.
Just to make sure that there wasn't some weird permissions problem I also tried using the sudo user and this made no different - still no change using
defaults write -app Skim SKDisableTableToolTips -boolean trueDoes Skim require Full Disk Access for this to work?
As noted in the Wiki, sometimes you need to type the id of the app rather than '-app Skim'.
And also, you should set the preference when Skim is not running.
That was it. Restarting doesn't help. Different to changing defaults for Finder.
All the more reason for a proper preference then as I assume that the ID is dynamically assigned.
No, it the identifier of the app. For Skim it is net.sourceforge.skim-app.skim
I looked but can't see any reference to an 'ID'. on the hidden settings page In any case if Skim isn't running will there be an app ID to refer to?
It is there, look for the alternative command. It is
defaults write net.sourceforge.skim-app.skim SKDisableTableToolTips -bool trueAnd you don't need special permissions or sudo.
It would make more sense to set the default to
true(having a large and changing area displayed on moving the mouse over a TOC is extremely distracting and interferes with viewing the structure