[email protected] wrote:
> Side editor is great!
>
> Two things, how do you change the size and type of font in the editor
> window.
>
$:/Controlpanel > Appearance > Theme tweaks ... Font size
...which is how (I believe) you chane the font also in the standard editor.
BUT it does change the font everywhere. If you have a specific size you
only want for the SideEditor, you could hack it a little and add your own
stylesheet with:
title: mystylesheet
tags: $:/tags/Stylesheet
type: text/css
text: .se-editor { font-size:20px; }
This will work also if there's an update to the plugin and you update it.
> Also I noticed it only creates a side editor on the side editor + icon. Is
> there a way to get the window with all new tiddlers (ie journal)?
>
Haven't considered that as a separate feature actually.
You could proably copy the special + button (
$:/plugins/TWaddle/SideEditor/new-btn ) and tweak it for a journal tiddler.
Again, this is also likely to continue to work if there's an update to the
plugin.
Otherwise it is as Birthe suggests; create a journal tiddler like you
always do and open the sideeditor from the > icon in that tiddler.
<:-)
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/627da86b-da86-4f87-8596-58f0460d0f1bn%40googlegroups.com.