A multi-column Layout / Storyview

Don’t feel any obligation. I do understand you have a day-job.

TT

Hi BTC,

Two observations after daily usage of MCL

  1. Search results from Command palette search or the search in the github topbar doesn’t open in a new column if we shift+click the search result.
  2. I tried adding the StoryTopTabs plug in by BJ into an MCL wiki, But it was not working. Any idea why?
    These two must be the tiddler concrened -
    BJ Tools — a collection of TW related projects
    BJ Tools — a collection of TW related projects
1 Like

@BurningTreeC How to adapt this Jump macro to work with multicoulmn. It would be a good addition for easier navigation within each coulmns.

Sorry tiddlywikians,

I was away, producing some music
I will catch up with this thread soon :slight_smile:

Best wishes,
Simon

1 Like

Interesting! Were you composing as well as producing? Just wondering.
It is well done.

TT

1 Like

I do now, finally, have a kind of draft documentation for MCL. I’ll publish it when I know you are back, 'cause I wrote it mainly for you :slight_smile:

Best, TT

Right. To phrase that another way …

How do you link to a tiddler in Another Column?

Just a comment
TT

Here was my low-tech solution for wide monitor: https://tiddlywiki-split-view-plugin.tiddlyhost.com/

7 Likes

Thank you @TiddlyTweeter ,
I was composing, singing and playing it … so I call it producing ^^

Thank you for creating a draft documentation!
I’m back on my Linux machine working on MCL at the moment

best wishes,
Simon

3 Likes

It is very well done! IF you ever did it again then I’d suggest “live rowing” on that sublime mountain lake, rather than a still image. :smiley:

TT

This is a really nice slimmed down version.

I think I’ll also use this, while MCL is impressive, it’s a bit too feature rich for me.

I found this snipped of code a while back that I think your double tiddler view might benefit from

	.tc-tiddler-body, .tc-edit-texteditor, .tc-tiddler-preview-preview {
		max-height: {{$:/config/TextEditor/EditorHeight/Height}}; 
		overflow-y: scroll !important; 

You can change the length of the tiddlers by editting the editor height in the texteditor!

Edit: also, when not using a scrollbar, you can use this to remove the little white box that appears for longer tiddlers.

	::-webkit-scrollbar-corner { /* white box fix */
		background-color: transparent !important;
	}

@ahanniga I like your split view plugin. It’s very lightweight and easy to use.

One question, would it be possible to change it slightly such that I have the capabilty of switching between normal and switched views without causing the save button to turn “dirty” or red? Maybe with the use of state tiddlers. Just curious. Thanks.

1 Like

Sorry Justin I missed this message!

Will give it a try - thanks.

Good question @HistoryBuff

It depends on whether you want current the state saved or not. When you toggle the button, it adds/removes a $:/tags/Stylesheet tag to the css tiddler $:/plugins/ahanniga/storyriver/css. The tag switches on/off the CSS that splits the view.

Altering the tiddler flags it as dirty and shows the wiki needing a save.

Cheers, Aidan

Thanks for the response.

Ok, that makes sense. Supposing I didn’t want to save the configuration unless I explicitly hit the save button (like what happens when state tiddlers change), what changes would be necessary to your plugin to make this happen? I ask because I can see situations where I would switch layouts back and forth dependning on what I’m doing. In this case, I’d like to be able to exit without it asking me whether I should save or not because I may not be sure of what other changes may have occurred.

Hi @HistoryBuff I’ve updated the plugin so that if no changes are pending, then toggling the view will not itself set the “dirty” status. Let me know if any issues, thanks.

Ah! Thanks, so far it works perfectly! You are a gentleman and a scholar, sir! Even works with reordering. Amazing!

1 Like

Hi,

I was looking for something that combines the advantages of @BurningTreeC’s multicolumn theme and the browsing experience of Krystal and your variant of Krystal Muticolumn is pretty close to what I’m looking for and a good base for further customization. But, unfortunately, I can make it to save any changes and in the only wiki variant that doesn’t save. Krystal multicolumn just sends the “starting to save” message and then nothing happens. If I reload the page I get the usual warning about the page asking me to stay to not loose changes and the reload shows Krystal Multicolumn in same status as I downloaded, without any changes made by me whatsoever. I tested several saving methods and they work with any other TW variant, but not with Krystal Multicolum.

How can I made Krystal Multiculom support the saving experience common in all TW variants?

Thanks in advance,

https://multicolumn-krystal.tiddlyhost.com/

Try this site…it’s is the latest version…but I have disabled Krystal plug in for the time being because of an error message which pop ups on starting the wiki for the first time as reported here. I will re enable it for you when I am back on my desktop.

Regarding the saving issue, i didn’t understand it fully. Did you downloaded a copy of the demo wiki and tried saving in this downloaded version. As far i understand only the owner can save a tiddlyhost wiki.

Thanks for your quick response. And yes I tried to save a local copy of the downloaded wiki without any success, even when other local savings are working fine. I use Timimi and TW5-server as ways to save local copies of my wikis and the original variants where I start my customization. I was unable to save the local copy of multicolum-krystal with any of the usual methods, despite working well with other local TW variants.

I will test your new suggestion and come back with more feedback.