New TiddlyWiki Sidebar Resizer

Since the notebook theme customizes the sidebar, the plugin Resizable Sidebar - Resize your sidebar with mouse dragging! is not compatible, so I rewrote a notebook sidebar resizer

source code: https://github.com/oeyoews/tiddlywiki-starter-kit/tree/main/plugins/oeyoews/notebook-theme-sidebar-resizer

support themes

  • vanilla theme
  • notebook theme
  • captivate theme
  • whitespace theme

mini example: My TiddlyWiki — a non-linear personal web notebook

GIF 2023-12-19 16-25-49

close

8 Likes

Hi @oeyoews, is this also compatible with the normal sidebar so that you just have to install this one?

1 Like

Good idea, it is possible to be compatible with ordinary sidebars at the same time. How could I forget this? Let me try the following

1 Like

I updated the plugin, you can test it in the website above, and it now works out of the box (apart from the need to install the tailwindcss plugin, I have not yet written the styles independently into a single css file)

1 Like

In 0.1.3, I removed the dependence on the tailwindcss plugin, and now it is truly available out of the box. Here is the address of the latest version.

https://neotw.oeyoewl.top/#%24%3A%2Fplugins%2Foeyoews%2Fnotebook-theme-sidebar-resizer

5 Likes

Thank you so much for this plugin, it’s working out of the box on tiddlywiki.com and I love it!

Anyway, there’s a small bug: a remaining warning for a missing dependency to tiddlywiki/tailwindcss-plus although it’s not needed anymore:

Despite the warning the plugin works perfectly, thanks again for publishing it!

Fred

Forgot to remove this, already fixed

2 Likes

If you use other themes and this plugin does not support it, please let me know and I can try to adapt more themes. :grinning_face_with_smiling_eyes:

4 Likes

Thank you @oeyoews for this great offer, I rather would need the resizer to be compatible with more Layouts than more themes. You think you can do this as well?

Yes, some official themes do not actually change the layout of the sidebar, so they are all adapted. The adaptation here refers to the layout, but so far, except for the vanilla theme and notebook theme, I have not seen any other ayout. One thing I can think of is that someone moved the vanilla right sidebar to the left, but I have not tried it, and I am not sure whether everyone’s custom vanilla sidebar configuration is consistent, so I have not adapted it yet.

Welcome to provide more layouts case that require resizer plugin

Is it possible to make it work with captivate theme and layout.
https://cdruan.github.io/tw5-captivate/

1 Like

1 Like

@oeyoews Looks like it’s working with captivate
Is it available in the demo site ?

My TiddlyWiki — a non-linear personal web notebook

1 Like

Currently, the captive theme cannot overwrite the system entries of the caption through resizer plugins and needs to be manually edited. However, I can write a startup action to rewrite the system in resizer plugins entries to out-of-box (but we will not consider it for now).

@oeyoews Can this be made to work with whitespace theme http://j.d.whitespace.tiddlyspot.com/

1 Like


Basically done

2 Likes

Can you share the link ?