bj's visual editor edit area dark background?

53 views
Skip to first unread message

armlet

unread,
Nov 29, 2018, 12:34:10 PM11/29/18
to TiddlyWiki
I tried to modify contents.css file found under ckeditor folder, but there's no effect.

I also tried to add something to $:/plugin/bj/visualeditor/config.json in this line:
"contentsCss" : "",

such as:
"contentsCss" : "body",

or
"contentsCss": "./contents.css"

The skin only applies to the toolbar,
How can I tweak something in the text edit area?

Thanks,

TonyM

unread,
Nov 29, 2018, 6:07:51 PM11/29/18
to TiddlyWiki
Armlet,

In Control Panel > Info > Advanced > Stylesheets 

You can see the order in which the stylesheets are applied. By clicking on the  $:/tags/Stylesheet tag pill you can also drag and drop the order. Sometimes, as I understand it by design of CSS a subsequent stylesheet can over ride a previouse one.

For a test you can place CSS in the tiddler you want it used with as follows

<style>
css here
</style>
Tiddler content here


Regards
Tony
Reply all
Reply to author
Forward
0 new messages