What are the esoteric preferences?
CompletedCurious about the small parenthetical in the v30 changelog.
-
The documentation will be updated soon, but basically some defaults that would allow customizing the layout of tables (e.g. the notes list and the folder navigator) for those who really want to do so. (This would involve using the terminal to update the settings manually; we are not currently planning to add this to the in-app preferences.)
1 -
Just updated the docs: https://nvultra.com/help/advanced-features#advancedappearanceoptions
1 -
YES!
0 -
Hmm..I can't seem to get nvUltra to recognize the changes I'm making, even after quitting/re-opening the app. For example, I put this into Terminal: defaults write com.multimarkdown.nvultra NVTableFontSize 4
Also tried this to no avail: defaults write com.multimarkdown.nvultra NVTableFontName Courier
0 -
Hmm...how do I get NVTableFontName to allow a value with more than one word? I.e., IBM Plex Mono? Terminal says "Unexpected argument Plex; leaving defaults unchanged."
0 -
Use “IBM Plex Mono” for the argument
0 -
Thanks....I should have known to try that.
I wonder why none of my changes appear to register with nvUltra. :|
0 -
Try quitting the app, use the defaults command, and relaunch.
You can also do a `defaults read com.multimarkdown.nvultra NVTableFontName` to see what the app thinks the default should be.
0 -
This is also only covering the folder “table” that comes up when you launch the app, in case you thought it covered the tables in your notes.
There is a reason this is considered an esoteric preference.
0 -
Thanks, Todd. This may explain something. Terminal says, "The domain/default pair of (com.multimarkdown.nvultra, NVTableFontName) does not exist." I'm on (30), so I'm not sure what the issue could be.
0 -
Fletcher said this would affect the notes list and the folder navigator, which is exactly where I expect to see the changes...not in a markdown table in my notes.
0 -
Defaults read will probably only work when you change the setting. Defaults that are set to the, er, default value are effectively removed from the list. (This is macOS behavior, not nvUltra behavior)
0 -
If I enter "defaults write com.multimarkdown.nvultra NVTableFontName "IBM Plex Mono"" into the terminal and hit return, and then afterwards enter "defaults read com.multimarkdown.nvultra NVTableFontName", I still get the error that says "The domain/default pair of (com.multimarkdown.nvultra, NVTableFontName) does not exist."
0 -
fletcher% defaults read com.multimarkdown.nvultra NVTableFontName
2019-08-22 23:07:50.850 defaults[79465:9730097]
The domain/default pair of (com.multimarkdown.nvultra, NVTableFontName) does not exist
fletcher% defaults write com.multimarkdown.nvultra NVTableFontName "Palatino"
fletcher% defaults read com.multimarkdown.nvultra NVTableFontName
Palatino
Other than that, I'm not sure what to tell you other than to try rebooting your machine.
0 -
I tried rebooting just now. I'm able to read the NVTableFontName after making the change, but if I quit/re-open nvUltra, and I try to read the NVTableFontName, terminal gives me the same error. It's like launching the app wipes out the change. (I still don't see that the app recognizes any of these changes.)
0
Please sign in to leave a comment.
Comments
15 comments