You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use plain notes and tasks a lot.. Thanks for these wonderful plugins.
I couldn't find a way to change the inbox back ground color from yellow to something else.. I could change the same for notes and jotter, but not inbox.
It's not documented anywhere but you can override internal settings by creating a secondary settings file called Packages/User/Note.sublime-settings (Note the missing s at the end of "Note" in the file name in contrast to the primary settings file for PlainNotes!)
Here you can access some more settings. See Packages/PlainNotes/Note.sublime-settings for reference. For example:
I use plain notes and tasks a lot.. Thanks for these wonderful plugins.
I couldn't find a way to change the inbox back ground color from yellow to something else.. I could change the same for notes and jotter, but not inbox.
My settings:
{
"root": "~/Dropbox/Notes/",
"archive_dir": ".archive",
"note_color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"jotter_color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"jotter_date_format" :"%d %b %Y",
"jotter_time_format": "%I:%M %p",
"note_save_extension": "note",
"note_file_extensions": ["md","note"],
"enable_yaml": false,
"note_yaml" : ["tags"],
"list_options" : {
"display_modified_date": false,
"display_folder": false,
"display_full_path": false
}
}
The text was updated successfully, but these errors were encountered: