Sliding Panes (Andy Matuschak Mode) Plugin

I don’t see it.

I think there might be an issue with the way the settings are added — I think they’re only added at start-up. You might need to reload or restart obsidian to see them

1 Like

You are right, reload did the trick. Good to know that it’s best reload after a plug-in update. Sometimes it is necessary, sometimes it isn’t, therefore best to do it since it’s not a big undertaking.
Thanks for the feedback.

1 Like

Hey @death.au! After updating I’m seeing a couple of bugs/incompatibilities with the Minimal theme. The bug where the options menu for the notes is hidden by the ribbon is back, and this one:

Cheers!

Thanks for the heads up. I didn’t think I’d changed much in the way of styling, but I guess with the additions, I might’ve changed some relevant stuff…

1 Like

Thank you for that! And thanks for the speedy updates, great work :slight_smile:

3 Likes

Thank you for this awesome plugin which I use every day!

Just a small bug that however may not be fixable - with the rotated headers, the emojis do not rotate with the rest of the text and remain vertical. Do you know if that’s something that could be fixed or is it an Electron limitation?

1 Like

You can change your CSS to rotate the emoji

body.plugin-sliding-panes-rotate-header .workspace > .mod-root .view-header {
    text-orientation: sideways;
}

Source:

2 Likes

Awesome, thank you very much!

Hey thanks for the awesome plugin.

Previously (before version 3.1.0) the note that i would click on would become the active note and others will slide away and stack to one side. This proved to very useful since i particularly have a smaller screen. Right now it seems I’m unable to stack all the notes to one side which decreases the space for the note that I’m presently working on.

Is there any way to bring the ‘auto-sliding’ mode back (from the pre 3.1.0 era)?

Thanks.

Thanks @death.au for this plugin, much needed! Unfortunately, it’s not working for me. No sliding panes, no resizing of panes, nothing. I’ve tried disabling all other plugins and community themes. I’m using 3.1.1 of your plugin and latest version of Obsidian. Any thoughts on what the problem might be or what else I can try?

1 Like

What settings are you using? I think having rotated headers on and stacking enabled sounds like the behaviour you want (and should be the default?). Let me know if that’s not the case.

Could you check if there are any errors in the developer console (Ctrl+Shift+i on Windows)?
Also, how are you splitting your panes to open new ones? I think this currently only works on panes split vertically from the root, so if you’ve got a horizontal split and then vertical splits inside that, for example, it won’t work.

Yes, just found a few errors (attached). I’m splitting panes vertically. I’m using a Mac, if that makes any difference.

Thanks, that’s helpful. I’ll look further into it when I have some more time.

Hi @death.au. Thanks for replying.

Im using rotated headers and stacking. However, in the previous version (before 3.1.0) when i clicked on a stacked note, it would slide out by itself (without having to drag the horizontal slider) while the other notes would stack out at one side. However after 3.1.0 it seems ive to manually move the slider to focus on individual notes and if there are lots of notes open, im not able to resize the individual stacked notes.

Andy mode update:


Mainly bugfixes for this one, though you can now specify auto-width: You’ll only see one pane at a time, and it will auto-resize to fit.
I thought it was an interesting suggestion. It’s not for everyone, I know, but options are always good :smile:

@cruisnick Try the new update, and if it’s still not working for you I’ll log it as an issue in the github.
It should auto-scroll to the focussed pane still, not sure why that’s not happening.
There was an issue with MrJackphil’s backlinks in document plugin I fixed with this release, so it might be related to another plugin perhaps?

Hey @death.au. I tried the new update. Same problem still persists. I’ve tried restarting obsidian (since that sometimes seem to solve problems). I also tried using other custom themes. I dont have any other third party plug-ins installed. The ‘Daily notes’ and the ‘Zettlekastan prefixer’ plug-ins are only installed.

I decided to try out all the previous releases. I found that upto 3.0.2 things seem to work. After that nothing works.

Will be glad if you can find a fix in the future updates. Let me know if I can provide any additional details. Though I dont have much idea regarding the technical stuffs.

Thanks

1 Like

Hey @death.au. I tinkered around with the new update a bit. Found what the problem was and why the panes were not sliding.

I have a workspace set up that looks like this.

Each note has its local graph tiled horizontally (split horizontally) while the other notes are split vertically and stacked to one side. This aids a lot in getting a preview of the entire associated links (from the local graph) while reading or editing specific notes.

However with the latest updates it seems the horizontally split tile is creating the problem. Once i removed it, everything works fine (until everything is stacked vertically).

Is there any fix such that I can stack the local graph of a particular note so that i can both edit/read the note while also being able to view the local graph at the same time (like it was possible in the previous version 3.0.2 and below)

Thanks

2 Likes