Loads a chrome CSS file. It will apply to the window UI elements, except
for the note viewer. It is the same as the "Custom stylesheet for
Joplin-wide app styles" setting. See the Load CSS Demo
for an example.
desktop
Parameters
filePath: string
loadNoteCssFile
loadNoteCssFile(filePath: string): Promise<void>
Loads a note CSS file. It will apply to the note viewer, as well as any
exported or printed note. It is the same as the "Custom stylesheet for
rendered Markdown" setting. See the Load CSS Demo
for an example.
Loads a chrome CSS file. It will apply to the window UI elements, except for the note viewer. It is the same as the "Custom stylesheet for Joplin-wide app styles" setting. See the Load CSS Demo for an example.
desktop