>
> One more suggestion,
> When editing a tiddler, it is good to have a *button *to simple occupy
> the whole story river and then back to its precious state.
> Now, I have to click on number of column to cycle to get one column view!
>
>
Do you mean that you want a tiddler that's being edited shown full-size?
In that case, create a stylesheet tiddler, put this inside:
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint
}}) {
.tc-story-river.tc-muuri-river .tc-tiddler-frame.tc-tiddler-edit-frame {
width: calc(100% - (2 * {{$:/config/muuri/tiddler/margin}}));
}
}
> This is just a suggestion, and I am not sure if it is straightforward or
> not but the button can have below states
>
> * maximize: editor occupies the whole story river
>
like the example above or taking the full screen?
I think the latter could be a default when on narrow (mobile) screens, but
I don't that I'll add any additions for narrow screens to the plugin. But
possibly as demos to the page later on
> * minimize: editor is in folded state (what is is available now in view
> mode)
>
I don't see why it should be part of the plugin because it would involve
changing the edit template. I don't want to change core tiddlers
> * restore: editor gos to original state (e.g restore the same number of
> columns and it back to its original position)
>
> Mohammad
>
>
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f8bdb1f0-9526-4164-a9b5-7913886c2330%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.